Difference between revisions of "LT Spice"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (add external link and and description)
 
Line 1: Line 1:
This is a silent installer and uninstaller for LT Spice.
+
This is a silent installer and uninstaller for LT Spice, a Spice III simulator. More infos from [http://www.linear.com/designtools/software/ here]
  
 
<source lang="xml">
 
<source lang="xml">
Line 15: Line 15:
 
</package>  
 
</package>  
 
</source>
 
</source>
 +
  
 
[[category:Silent Installers|LT Spice]]
 
[[category:Silent Installers|LT Spice]]

Latest revision as of 09:36, 1 April 2011

This is a silent installer and uninstaller for LT Spice, a Spice III simulator. More infos from here

<package id="swcadiii" name="LT Spice" revision="1" priority="0" reboot="false">
 <check type="file" condition="exists" path="%ProgramFiles%\LTC\swcadiii\scad3.exe" />
 <install cmd='cmd /c mkdir "%ProgramFiles%\LTC" ' >
 <exit code="1" />
 </install>
 <install cmd='cmd /c mkdir "%ProgramFiles%\LTC\swcadiii" '>
 <exit code="1" />
 </install>
 <install cmd='cmd /c copy %SOFTWARE%\ltspice\Raw\*.* "%ProgramFiles%"\LTC\swcadiii' />
 <remove cmd='cmd /c del /s /q "%ProgramFiles%"\LTC\swcadiii' />
 <remove cmd='cmd /c del /s /q "%AllUsersProfile%\Start Menu\Programs\SwCADIII" '/>
</package>