Difference between revisions of "Eagle CAD"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m (add external link)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
This is a silent installer and deinstaller for Eagle CAD.
+
This is a silent installer and uninstaller for Eagle CAD. For mor infos see http://www.cadsoft.de/
  
<package id="eagle" name="Eagle CAD" revision="1" reboot="false" priority="0" >
+
<source lang="xml">
 +
<package id="eagle" name="Eagle CAD" revision="1" reboot="false" priority="0" >
 
  <check type="uninstall" condition="exists" path="EAGLE 4.13r1" />
 
  <check type="uninstall" condition="exists" path="EAGLE 4.13r1" />
  <install cmd="\\server\share\eagle\setup.exe /s /f1\\server\share\eagle\setup.iss /f2c:\netinst\logs\eagle.log" />
+
  <install cmd="%SOFTWARE%\eagle\setup.exe /s /f1%SOFTWARE%\eagle\setup.iss /f2c:\netinst\logs\eagle.log" />
 
  <remove cmd='%windir%\uninst.exe -f"%ProgramFiles%\EAGLE-4.13r1\delsl1.isu"' />
 
  <remove cmd='%windir%\uninst.exe -f"%ProgramFiles%\EAGLE-4.13r1\delsl1.isu"' />
<upgrade cmd="" />
+
</package>  
</package>  
+
</source>
 
+
[[category:Silent Installers]]
[[category:Silent Installers|Eagle CAD]]
+

Latest revision as of 08:30, 1 March 2011

This is a silent installer and uninstaller for Eagle CAD. For mor infos see http://www.cadsoft.de/

<package id="eagle" name="Eagle CAD" revision="1" reboot="false" priority="0" >
 <check type="uninstall" condition="exists" path="EAGLE 4.13r1" />
 <install cmd="%SOFTWARE%\eagle\setup.exe /s /f1%SOFTWARE%\eagle\setup.iss /f2c:\netinst\logs\eagle.log" />
 <remove cmd='%windir%\uninst.exe -f"%ProgramFiles%\EAGLE-4.13r1\delsl1.isu"' />
</package>