Difference between revisions of "FilterCAD"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
Line 2: Line 2:
  
 
  <package id="filtercad" name="FilterCAD from LT spice" revision="1" priority="0" reboot="false">
 
  <package id="filtercad" name="FilterCAD from LT spice" revision="1" priority="0" reboot="false">
  <check type="file" condition="exists" path="C:\Program Files\LTC\FilterCAD\FilterCAD.exe" />
+
  <check type="file" condition="exists" path="%PROGRAMFILES%LTC\FilterCAD\FilterCAD.exe" />
  <install cmd='\\server\share\LTspice\FilterCAD\setup.exe /s /f1\\server\share\LTspice\FilterCAD\filtercad.iss \f2c:\netinst\logs\filtercad.log' />
+
  <install cmd='%SOFTWARE%\FilterCAD\setup.exe /s /f1%SOFTWARE%\FilterCAD\filtercad.iss \f2c:\netinst\logs\filtercad.log' />
<remove cmd='' />
+
<upgrade cmd=''/>
+
 
  </package>
 
  </package>
  
[[category:Silent Installers|FilterCAD]]
+
[[category:Silent Installers]]

Revision as of 19:27, 2 October 2006

This is a silent installer for FilterCAD.

<package id="filtercad" name="FilterCAD from LT spice" revision="1" priority="0" reboot="false">
<check type="file" condition="exists" path="%PROGRAMFILES%LTC\FilterCAD\FilterCAD.exe" />
<install cmd='%SOFTWARE%\FilterCAD\setup.exe /s /f1%SOFTWARE%\FilterCAD\filtercad.iss \f2c:\netinst\logs\filtercad.log' />
</package>