Difference between revisions of "FilterCAD"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add external link) |
||
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"> | <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"> |
Revision as of 08:03, 1 March 2011
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>