Avery DesignPro
From WPKG | Open Source Software Deployment and Distribution
Silent Installer for Avery DesignPro:
First you need to create a couple of answer files, one each for install and uninstall.
Run "Setup.exe /r" to create Setup.iss (created in windows directory). Copy this to %SOFTWARE%\avery\designpro\setup.iss
Next run "C:\PROGRA~1\COMMON~1\INSTAL~1\Driver\9\INTEL3~1\IDriver.exe /M{3A1EB7CF-1C31-4789-82FA-258E323FA805} /r UNINSTALL"
This time copy setup.iss to %SOFTWARE%\avery\designpro\unsetup.iss
<package id="designpro5" name="Avery Designpro 5" revision="5" reboot="false" priority="1"> <check type="uninstall" condition="exists" path="DesignPro 5" /> <install cmd='%SOFTWARE%\avery\designpro\setup.exe /s /sms' /> <upgrade cmd='"c:\Program Files\Common Files\InstallShield\Driver\9\Intel 32\IDriver.exe" /M{3A1EB7CF-1C31-4789-82FA-258E323FA805} /s /f1"%SOFTWARE%"\avery\designpro\unsetup.iss UNINSTALL' /> <upgrade cmd='%SOFTWARE%\avery\designpro\setup.exe /s /sms' /> <remove cmd='"c:\Program Files\Common Files\InstallShield\Driver\9\Intel 32\IDriver.exe" /M{3A1EB7CF-1C31-4789-82FA-258E323FA805} /s /f1"%SOFTWARE%"\avery\designpro\unsetup.iss UNINSTALL' /> </package>