Difference between revisions of "FilterCAD"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 1: Line 1:
 
This is a silent installer for FilterCAD.
 
This is a silent installer for FilterCAD.
 
+
<source lang="xml">
<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="%PROGRAMFILES%\LTC\FilterCAD\FilterCAD.exe" />
 
  <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' />
 
  <install cmd='%SOFTWARE%\FilterCAD\setup.exe /s /f1%SOFTWARE%\FilterCAD\filtercad.iss \f2c:\netinst\logs\filtercad.log' />
</package>
+
</package>
 
+
</source>
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 19:20, 12 February 2008

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>