Difference between revisions of "AutoCAD 2005"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add external link and and description) |
||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for AutoCAD 2005. | + | This is a silent installer and uninstaller for AutoCAD 2005, a CAD software. More infos from [http://usa.autodesk.com/autocad/ here]. |
<source lang="xml"> | <source lang="xml"> | ||
<package id="autocad2005" name="AutoCAD 2005" revision="1" priority="0" reboot="true"> | <package id="autocad2005" name="AutoCAD 2005" revision="1" priority="0" reboot="true"> | ||
Line 15: | Line 15: | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
+ | |||
[[category:Silent Installers|AutoCAD 2005]] | [[category:Silent Installers|AutoCAD 2005]] |
Latest revision as of 09:50, 1 April 2011
This is a silent installer and uninstaller for AutoCAD 2005, a CAD software. More infos from here.
<package id="autocad2005" name="AutoCAD 2005" revision="1" priority="0" reboot="true">
<check type="uninstall" condition="exists" path="AutoCAD 2005 - English" />
<install cmd='msiexec /qr /l* c:\netinst\logs\acad2005-mst.log /i %SOFTWARE%\autoCAD2005\acad.msi TRANSFORMS=%SOFTWARE%\autoCAD2005\acad.MST ' />
<install cmd='msiexec /update %SOFTWARE%\autoCAD2005\patches\acad2005sp1.msp /qn /l* c:\netinst\logs\acad2005-sp1.log REBOOT=ReallySuppress' />
<remove cmd="msiexec /qn /l* c:\netinst\logs\autocad2005.log /x{5783F2D7-0301-0409-0002-0060B0CE6BBA}" />
<upgrade cmd='' />
</package>