Difference between revisions of "StarOffice"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
This is a silent installer and uninstaller for StarOffice.
+
This is a silent installer and uninstaller for StarOffice 8.
  
  <package id="staroffice" name="Staroffice" revision="1" priority="0" reboot="false">
+
This one is for Star Office 8.
  <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' >
+
  <package id="staroffice8" name="staroffice 8" revision="1" priority="0" reboot="false">
<exit code="1" reboot="true" />
+
  <check type="uninstall" condition="exists" path="StarOffice 8" />
</install>
+
  <install cmd='msiexec /qn /i \\server\share\staroffice\8-admin\staroffice8.msi' />
<install cmd='c:\perl\bin\perl.exe \\spd\wpkg\tools\shortcut.pl "%ProgramFiles%\StarOffice.org\program\soffice.exe" "%AllUsersProfile%\Start Menu\Programs\StarOffice" ' />
+
  <remove cmd="msiexec /qn /x{0F3EFBC2-2853-48C8-A58B-5FE3D586CD9}" />
  <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='' />
 
  <upgrade cmd='' />
 
  </package>  
 
  </package>  
Line 16: Line 13:
 
----
 
----
  
This one is for Star Office 8.
+
The one below is for StarOffice 7.
  
  <package id="staroffice8" name="staroffice 8" 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 8" />
+
  <check type="uninstall" condition="exists" path="StarOffice 7" />
  <install cmd='msiexec /qn /i \\server\share\staroffice\8-admin\staroffice8.msi' />
+
  <install cmd='\\server\share\soffice\office7\setup -r \\server\share\soffice\office7\inst.rsp' />
  <remove cmd="msiexec /qn /x{0F3EFBC2-2853-48C8-A58B-5FE3D586CD9}" />
+
  <remove cmd='' />
 
  <upgrade cmd='' />
 
  <upgrade cmd='' />
 
  </package>  
 
  </package>  
  
[[category:Silent Installers|StarOffice]]
+
 
 +
[[category:Silent Installers]]

Revision as of 16:20, 11 December 2005

This is a silent installer and uninstaller for StarOffice 8.

This one is for Star Office 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 \\server\share\staroffice\8-admin\staroffice8.msi' />
<remove cmd="msiexec /qn /x{0F3EFBC2-2853-48C8-A58B-5FE3D586CD9}" />
<upgrade cmd= />
</package> 



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='\\server\share\soffice\office7\setup -r \\server\share\soffice\office7\inst.rsp' />
<remove cmd= />
<upgrade cmd= />
</package>