Difference between revisions of "Documentation/DevGuide/WritingUNO/Make Registration Available to OpenOffice.org"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Writing UNO)
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/WritingUNO/Test the Registration
 
|NextPage=Documentation/DevGuide/WritingUNO/Test the Registration
 
}}
 
}}
 +
{{Documentation/DevGuideLanguages|Documentation/DevGuide/WritingUNO/{{SUBPAGENAME}}}}
 
{{DISPLAYTITLE:Make Registration Available to OpenOffice.org}}
 
{{DISPLAYTITLE:Make Registration Available to OpenOffice.org}}
{{PRODUCTNAME}} must be told to use the registry. Close all {{PRODUCTNAME}} parts, including the Quickstarter that runs in the Windows task bar. Edit the file ''uno(.ini|rc)'' in ''<OfficePath>/program'' as follows:
+
{{AOo}} must be told to use the registry. Close all {{AOo}} parts, including the Quickstarter that runs in the Windows task bar. Edit the file ''uno(.ini|rc)'' in ''<OfficePath>/program'' as follows:
  
 
   [Bootstrap]
 
   [Bootstrap]
Line 13: Line 14:
 
   UNO_SERVICES=$SYSBINDIR/services.rdb $SYSBINDIR/<your_registry>.rdb
 
   UNO_SERVICES=$SYSBINDIR/services.rdb $SYSBINDIR/<your_registry>.rdb
  
For details about the syntax of ''uno(.ini|rc)'' and alternative registration procedures, refer to the section [[Documentation/DevGuide/WritingUNO/Deployment Options for Components|Deployment Options for Components]]. If {{PRODUCTNAME}} is restarted, the component should be available.
+
For details about the syntax of ''uno(.ini|rc)'' and alternative registration procedures, refer to the section [[Documentation/DevGuide/WritingUNO/Deployment Options for Components|Deployment Options for Components]]. If {{AOo}} is restarted, the component should be available.
  
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Writing UNO Components]]
+
[[Category:Documentation/Developer's Guide/Writing UNO Components]]

Latest revision as of 13:48, 24 December 2020



Apache OpenOffice must be told to use the registry. Close all Apache OpenOffice parts, including the Quickstarter that runs in the Windows task bar. Edit the file uno(.ini|rc) in <OfficePath>/program as follows:

 [Bootstrap]
 UNO_TYPES=$SYSBINDIR/types.rdb $SYSBINDIR/<your_registry>.rdb
 UNO_SERVICES=$SYSBINDIR/services.rdb $SYSBINDIR/<your_registry>.rdb

For details about the syntax of uno(.ini|rc) and alternative registration procedures, refer to the section Deployment Options for Components. If Apache OpenOffice is restarted, the component should be available.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages