Difference between revisions of "Paint Shop Pro"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
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='\\server\share\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 -->
<remove cmd='' />
 
<upgrade cmd='' />
 
 
  </package>  
 
  </package>  
  
[[category:Silent Installers|Paint Shop Pro]]
+
[[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>