Difference between revisions of "Corel Graphics Suite"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
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? :) | 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" /> | <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\isscript.log /i %SOFTWARE%\corel\graphics\isscript.msi' /> | ||
Line 8: | Line 9: | ||
<remove cmd='cmd /c del /s /q "%AllUsersProfile%\All Users\Start Menu\Programs\Corel Graphics Suite 11" '/> | <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}" /> | <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: | 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" /> | <check type="uninstall" condition="exists" path="CorelDRAW Graphics Suite 12" /> | ||
<install cmd='%SOFTWARE%\corel\graphicssuite12-admin\setup.exe /v"/qn ENLANG=1" ' /> | <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}' /> | <remove cmd='msiexec /qn /l* c:\netinst\logs\UNcoreldraw12.log /x {505AFDC0-5E72-4928-8368-5DEA385E3647}' /> | ||
− | + | </package> | |
− | + | </source> | |
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 22:06, 7 February 2008
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>