Difference between revisions of "StarOffice"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
| Line 5: | Line 5: | ||
<package id="staroffice8" name="staroffice 8" revision="1" priority="0" reboot="false"> | <package id="staroffice8" name="staroffice 8" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="StarOffice 8" /> | <check type="uninstall" condition="exists" path="StarOffice 8" /> | ||
| − | <install cmd='msiexec /qn /i | + | <install cmd='msiexec /qn /i %SOFTWARE%\staroffice\8-admin\staroffice8.msi' /> |
<remove cmd="msiexec /qn /x{0F3EFBC2-2853-48C8-A58B-5FE3D586CD9}" /> | <remove cmd="msiexec /qn /x{0F3EFBC2-2853-48C8-A58B-5FE3D586CD9}" /> | ||
| − | |||
</package> | </package> | ||
| Line 13: | Line 12: | ||
If you want StarOffice to open MS Office documents use these arguments to the installer | If you want StarOffice to open MS Office documents use these arguments to the installer | ||
| − | <install cmd='msiexec /qn /i "% | + | <install cmd='msiexec /qn /i "%SOFTWARE%\staroffice8\StarOffice 8 Installation Files\staroffice8.msi" |
ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1' /> | ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1' /> | ||
| Line 22: | Line 21: | ||
<package id="staroffice7" name="staroffice 7" revision="1" priority="0" reboot="false"> | <package id="staroffice7" name="staroffice 7" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="StarOffice 7" /> | <check type="uninstall" condition="exists" path="StarOffice 7" /> | ||
| − | <install cmd=' | + | <install cmd='%SOFTWARE%\soffice\office7\setup -r %SOFTWARE%\soffice\office7\inst.rsp' /> |
| − | + | ||
| − | + | ||
</package> | </package> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] | ||
Revision as of 14:20, 3 October 2006
This is a silent installer and uninstaller for StarOffice.
This one is for StarOffice 8.
<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>
If you want StarOffice to open MS Office documents use these arguments to the installer
<install cmd='msiexec /qn /i "%SOFTWARE%\staroffice8\StarOffice 8 Installation Files\staroffice8.msi" ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1' />
The one below is for StarOffice 7.
<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>