Changes

Jump to: navigation, search

Corel Graphics Suite

151 bytes added, 22:06, 7 February 2008
m
no edit summary
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? :)
<source lang="xml"><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' />
<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></source>
----
This one is for Corel Graphics Suite 12:
<source lang="xml"> <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> </source>
[[category:Silent Installers]]

Navigation menu