Difference between revisions of "Paint Shop Pro"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer for Paint Shop Pro. | This is a silent installer for Paint Shop Pro. | ||
− | + | <source lang="xml"> | |
+ | <package id="psp" name="Paint Shop Pro" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="Jasc Paint Shop Pro 9" /> | <check type="uninstall" condition="exists" path="Jasc Paint Shop Pro 9" /> | ||
+ | |||
<install cmd='%SOFTWARE%\PaintShopPro\setup /w /s /v"/qb /l* c:\netinst\logs\psp.log ALLUSERS=2" ' /> | <install cmd='%SOFTWARE%\PaintShopPro\setup /w /s /v"/qb /l* c:\netinst\logs\psp.log ALLUSERS=2" ' /> | ||
+ | |||
<!-- unsure - need to run psp as admin first --> | <!-- unsure - need to run psp as admin first --> | ||
− | + | </package> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 19:19, 12 March 2008
This is a silent installer for Paint Shop Pro.
<package id="psp" name="Paint Shop Pro" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Jasc Paint Shop Pro 9" />
<install cmd='%SOFTWARE%\PaintShopPro\setup /w /s /v"/qb /l* c:\netinst\logs\psp.log ALLUSERS=2" ' />
<!-- unsure - need to run psp as admin first -->
</package>