Corel Graphics Suite

Corel Graphics Suite X4

Copy the contents of the setup folder on the CD to %SOFTWARE%\corelx4. Edit the setup.xml file to deselect the language packs you don't need and to do further adjustmenst like deselecting the Yahoo toolbar.

Use the following package description, don't forget to adapt the serial number.

<package id="corelgraphicsx4" name="Corel Graphics Suite 14" revision="14" priority="0" reboot="false">
  <check type="uninstall" condition="exists" path="CorelDRAW(R) Graphics Suite X4" />
  <install cmd='"%SOFTWARE%\corelx4\setup.exe" /V /l*v %SystemDrive%\Logs\InstallCorelX4.log /qn SERIALNUMBER=XXXXXXX-XXXXX-XXXXXX' />
  <remove cmd='"%SOFTWARE%\corelx4\setup.exe" /l*v %SystemDrive%\Logs\UninstallCorelX4.log REMOVE=ALL REMOVEUSEFILES=1 /qb' />
</package>


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>