Changes

Jump to: navigation, search

StarOffice

75 bytes added, 20:30, 18 April 2008
m
no edit summary
This one is for StarOffice 8.
<source lang="xml"><package id="staroffice8" name="staroffice 8" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="StarOffice 8" />
<install cmd='msiexec /qn /i %SOFTWARE%\staroffice\8-admin\staroffice8.msi' />
<remove cmd="msiexec /qn /x{0F3EFBC2-2853-48C8-A58B-5FE3D586CD9}" />
</package> </source>
If you want StarOffice to open MS Office documents use these arguments to the installer
<source lang="xml"><install cmd='msiexec /qn /i "%SOFTWARE%\staroffice8\StarOffice 8 Installation Files\staroffice8.msi" ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1' /></source>
----
The one below is for StarOffice 7.
<source lang="xml"><package id="staroffice7" name="staroffice 7" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="StarOffice 7" />
<install cmd='%SOFTWARE%\soffice\office7\setup -r %SOFTWARE%\soffice\office7\inst.rsp' />
</package> </source>
[[category:Silent Installers]]

Navigation menu