Difference between revisions of "ArtRage 2"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Real Media Graphics application, Paint crayon pencil etc: | This is a silent installer and uninstaller for Real Media Graphics application, Paint crayon pencil etc: | ||
− | < | + | <source lang="xml"> |
<package id="ArtRage" name="Art Rage 2" revision="2.11" reboot="false" priority="0"> | <package id="ArtRage" name="Art Rage 2" revision="2.11" reboot="false" priority="0"> | ||
<check type="file" condition="exists" path="%PROGRAMFILES%\Ambient Design\ArtRage 2\ArtRage.exe" /> | <check type="file" condition="exists" path="%PROGRAMFILES%\Ambient Design\ArtRage 2\ArtRage.exe" /> | ||
Line 10: | Line 10: | ||
</package> | </package> | ||
− | </ | + | </silent> |
[[Category:Silent Installers|ArtRage 2]] | [[Category:Silent Installers|ArtRage 2]] |
Revision as of 13:14, 4 February 2008
This is a silent installer and uninstaller for Real Media Graphics application, Paint crayon pencil etc:
<package id="ArtRage" name="Art Rage 2" revision="2.11" reboot="false" priority="0">
<check type="file" condition="exists" path="%PROGRAMFILES%\Ambient Design\ArtRage 2\ArtRage.exe" />
<install cmd='%SOFTWARE%\ArtRage2\ar2winfree.exe /silent' />
<remove cmd='"%PROGRAMFILES%\Ambient Design\ArtRage 2\unins000.exe"' />
</package>
</silent>
[[Category:Silent Installers|ArtRage 2]]