Changes

CutePDF Writer

131 bytes added, 11:19, 5 September 2009
Improved the command lines for <remove> and also added options for install and upgrade.
<check type="uninstall" condition="exists" path="CutePDF Writer 2.7"/>
<install cmd='"%SOFTWARE%\cutewriter\CuteWriter.exe /verysilent"/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'/>
<upgrade cmd='"%SOFTWARE%\cutewriter\CuteWriter.exe /verysilent"/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'/>
<remove cmd='"%PROGRAMFILES%\Acro Software\CutePDF Writer\uninscpw.exe /verysilent"-s'/>
</package>
</packages>
</source>
This remove command still shows Note that the option for a dialogue box silent uninstall is completely different (without the /verysilent flag, it shows two) - you'd need to use an AutoIt script s) from the option for a true silent uninstallinstall. Also don't forget to surround the complete path to the executable with quotes because the path contains spaces.  The software depends on Ghostscript in some form being installed on the machine; I used [[Ghostscript|GPL Ghostscript]].
[[category:Silent Installers]]
7
edits