3,217
edits
Changes
CDisplay
,Reverted edit of 222.191.251.51, changed back to last version by WPKGSysop
The package section below presumes that CDisplay version 1.8 is being installed.
<pre><package id="CDisplay" name="CDisplay" revision="1" reboot="false" priority="1"> <check type="uninstall" condition="exists" path="CDisplay 1.8" /> <install cmd='%SOFTWARE%\CDisplay\setup.exe /VerySilent /SP- /Dir="%PROGRAMFILES%\comics\CDisplay'> <exit code="0" /> </install> <remove cmd='"%PROGRAMFILES%\Comics\CDisplay\unins000.exe"' /></pre> The remove command above will uninstall the software, but a prompt will appear on the system asking for confirmation. When I tried the "/silent" or "/verysilent" options for the unins000.exe command, the uninstall failed. It was successful when I did not use either of those options. Reference: [http://support.moonpoint.com/blog/blosxom/2006/03/29#cdisplay Installation of CDisplay with wpkg] [[Category:Silent_Installers]]