Difference between revisions of "GSView"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link and and description)
Line 1: Line 1:
This is a silent installer and deinstaller for GSView.
+
This is a silent installer and deinstaller for GSView a Ghostscript tool. More onfos from [http://pages.cs.wisc.edu/~ghost/gsview/ here]
  
 
<source lang="xml">
 
<source lang="xml">
Line 11: Line 11:
 
</package>  
 
</package>  
 
</source>
 
</source>
 +
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 10:05, 1 April 2011

This is a silent installer and deinstaller for GSView a Ghostscript tool. More onfos from here

<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 %SOFTWARE%\ghostscript\gv %SOFTWARE%\ghostscript\gv\setup "%ProgramFiles%"\gsview' />

 <remove cmd='%ProgramFiles%\gsview\uninstgs.exe "%ProgramFiles%\gsview\uninstal.txt" -q' />

</package>