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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (New page: {{Documentation/DevGuide/WritingUNOTOC/Zh |WritingUNO2c=block |WritingUNO2Debugging=block |ShowPrevNext=block |PrevPage=Zh/Documentation/DevGuide/WritingUNO/Register Component File |NextPa...)
 
(No difference)

Latest revision as of 06:50, 29 July 2008


OpenOffice.org 必须收到通知才能使用注册表。关闭所有 OpenOffice.org 部件,包括 Windows 任务栏中的 Quickstarter。编辑 <OfficePath>/program 中的文件 uno(.ini|rc),如下所示:

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


如果需要 uno(.ini|rc) 的语法和其他注册程序的更多信息,请参阅 编写 UNO 组件 - 组件的部署选项。重新启动 OpenOffice.org 之后,组件应该可用。


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