Difference between revisions of "Paint Shop Pro"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 3: | Line 3: | ||
<package id="psp" name="Paint Shop Pro" revision="1" priority="0" reboot="false"> | <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=' | + | <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> | </package> | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 20:27, 2 October 2006
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" ' /> </package>