Difference between revisions of "GSView"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
 
m
Line 1: Line 1:
 
This is a silent installer and deinstaller for GSView.
 
This is a silent installer and deinstaller for GSView.
  
<package id="gv" name="GSView" revision="1" reboot="false" priority="0" >
+
<package id="gv" name="GSView" revision="1" reboot="false" priority="0" >
<check type="uninstall" condition="exists" path="GSview 4.4" />
+
<check type="uninstall" condition="exists" path="GSview 4.4" />
<install cmd='%windir%\system32\cmd.exe /c start /wait /d \\server\share\ghostscript\gv \\server\share\ghostscript\gv\setup "%ProgramFiles%"\gsview' />
+
<install cmd='%windir%\system32\cmd.exe /c start /wait /d \\server\share\ghostscript\gv \\server\share\ghostscript\gv\setup "%ProgramFiles%"\gsview' />
<remove cmd='%ProgramFiles%\gsview\uninstgs.exe "%ProgramFiles%\gsview\uninstal.txt"' />
+
<remove cmd='%ProgramFiles%\gsview\uninstgs.exe "%ProgramFiles%\gsview\uninstal.txt"' />
<upgrade cmd="" />
+
<upgrade cmd="" />
</package>  
+
</package>  
  
 
[[category:Silent Installers|GSView]]
 
[[category:Silent Installers|GSView]]

Revision as of 20:44, 10 December 2005

This is a silent installer and deinstaller for GSView.

<package id="gv" name="GSView" revision="1" reboot="false" priority="0" >
<check type="uninstall" condition="exists" path="GSview 4.4" />
<install cmd='%windir%\system32\cmd.exe /c start /wait /d \\server\share\ghostscript\gv \\server\share\ghostscript\gv\setup "%ProgramFiles%"\gsview' />
<remove cmd='%ProgramFiles%\gsview\uninstgs.exe "%ProgramFiles%\gsview\uninstal.txt"' />
<upgrade cmd="" />
</package>