Difference between revisions of "Ghostscript"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
Line 9: Line 9:
 
  <upgrade cmd="" />
 
  <upgrade cmd="" />
 
  </package>
 
  </package>
 +
 +
If you've gsview installed, use the uninstaller from gsview with an additional "-q":
 +
<remove cmd='%ProgramFiles%\ghostgum\gsview\uninstgs.exe "%ProgramFiles%\fonts\uninstal.txt" -q' />
  
 
[[category:Silent Installers|Ghostscript]]
 
[[category:Silent Installers|Ghostscript]]

Revision as of 06:51, 7 April 2006

This is a silent installer and uninstaller for Ghostscript.

<package id="gs" name="Ghostscript" revision="1" reboot="false" priority="0" >
<check type="uninstall" condition="exists" path="AFPL Ghostscript 8.11" />
<check type="uninstall" condition="exists" path="AFPL Ghostscript Fonts" />
<install cmd='%WINDIR%\system32\cmd /c start /wait /d \\server\share\ghostscript\gs \\server\share\ghostscript\gs\setupgs.exe "%ProgramFiles%\gs"' />
<remove cmd='%ProgramFiles%\uninstgs.exe "%ProgramFiles%\gs8.11\uninstal.txt"' />
<remove cmd='%ProgramFiles%\uninstgs.exe "%ProgramFiles%\fonts\uninstal.txt"' />
<upgrade cmd="" />
</package>

If you've gsview installed, use the uninstaller from gsview with an additional "-q": <remove cmd='%ProgramFiles%\ghostgum\gsview\uninstgs.exe "%ProgramFiles%\fonts\uninstal.txt" -q' />