Difference between revisions of "Eagle CAD"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 3: | Line 3: | ||
<package id="eagle" name="Eagle CAD" revision="1" reboot="false" priority="0" > | <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=" | + | <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"' /> | ||
− | |||
</package> | </package> | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 21:25, 30 September 2006
This is a silent installer and deinstaller for Eagle CAD.
<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>