Difference between revisions of "FilterCAD"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (Reverted edits by 170.248.1.134 (talk) to last revision by Miniwark)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This is a silent installer for FilterCAD.
+
This is a silent installer for FilterCAD. For more infos see http://www.linear.com/designtools/software/
 
+
<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]]

Latest revision as of 08:59, 17 October 2012

This is a silent installer for FilterCAD. For more infos see http://www.linear.com/designtools/software/

<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>