Difference between revisions of "StarOffice"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 22:36, 9 December 2005

This is a silent installer and uninstaller for StarOffice.

<package id="staroffice" name="Staroffice" revision="1" priority="0" reboot="false">
<check type="file" condition="exists" path="%ProgramFiles%\Staroffice.org\program\soffice.exe" />
<install cmd='\\server\share\soffice\office7\setup.exe -r:\\server\share\soffice\officest.txt -debug' >
<exit code="1" reboot="true" />
</install>
<install cmd='c:\perl\bin\perl.exe \\spd\wpkg\tools\shortcut.pl "%ProgramFiles%\StarOffice.org\program\soffice.exe" "%AllUsersProfile%\Start  Menu\Programs\StarOffice" ' />
<install cmd='c:\perl\bin\perl.exe \\spd\wpkg\tools\shortcut.pl "%ProgramFiles%\StarOffice.org\program\soffice.exe" "%AllUsersProfile%\Desktop\StarOffice" ' />
<install cmd='cmd /c copy \\server\share\soffice\un-officest.txt "%ProgramFiles%\StarOffice.org"' />
<remove cmd='"C:\Program Files\StarOffice.org\program\setup.exe" -r:"%ProgramFiles%\officest.txt"' />
<upgrade cmd= />
</package>