Corel Graphics Suite
From WPKG | Open Source Software Deployment and Distribution
This is a silent installer and uninstaller for Corel Graphics Suite. It looks big and sophisticated, and didn't even fit into the table, but it's Corel Graphics Suite, isn't it? :)
<package id="corelgraphics" name="Corel Graphics Suite" revision="1" priority="0" reboot="false"> <check type="uninstall" condition="exists" path="Corel Graphics Suite 11" /> <install cmd='msiexec /qb /l* c:\netinst\logs\isscript.log /i %SOFTWARE%\corel\graphics\isscript.msi' /> <install cmd='msiexec /qb /l* c:\netinst\logs\graphics.log /i "%SOFTWARE%\corel\graphics\Corel Graphics Suite 11.msi" REBOOT=ReallySuppress ISSETUPDRIVEN=1 OnCheckSilentInstall=' /> <install cmd='%WINDIR%\system32\cmd.exe /c copy %SOFTWARE%\corel\graphics\License\DR11.dta "%ProgramFiles%\Corel\Corel Graphics 11\Programs" ' /> <remove cmd='cmd /c del /s /q "%AllUsersProfile%\All Users\Start Menu\Programs\Corel Graphics Suite 11" '/> <remove cmd="msiexec /qn /l* c:\netinst\logs\graphics.log /x{07A540AB-D785-11D5-8E89-0090275862A0}" /> </package>
This one is for Corel Graphics Suite 12:
<package id="corelgraphics12" name="Corel Graphics Suite 12" revision="1" priority="0" reboot="false"> <check type="uninstall" condition="exists" path="CorelDRAW Graphics Suite 12" /> <install cmd='%SOFTWARE%\corel\graphicssuite12-admin\setup.exe /v"/qn ENLANG=1" ' /> <remove cmd='msiexec /qn /l* c:\netinst\logs\UNcoreldraw12.log /x {505AFDC0-5E72-4928-8368-5DEA385E3647}' /> </package>