Difference between revisions of "AutoCad inventor"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link)
 
Line 1: Line 1:
This is a silent installer and uninstaller for AutoCAD / Autodesk inventor.
+
This is a silent installer and uninstaller for AutoCAD / Autodesk inventor. More infos from [http://usa.autodesk.com/autodesk-inventor/ here].
 
<source lang="xml">
 
<source lang="xml">
 
  <package id="autocadinventor" name="AutoCAD inventor" revision="1" priority="0" reboot="false">
 
  <package id="autocadinventor" name="AutoCAD inventor" revision="1" priority="0" reboot="false">
Line 13: Line 13:
 
  </package>
 
  </package>
 
</source>
 
</source>
 +
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Latest revision as of 09:54, 1 April 2011

This is a silent installer and uninstaller for AutoCAD / Autodesk inventor. More infos from here.

 <package id="autocadinventor" name="AutoCAD inventor" revision="1" priority="0" reboot="false">

 <check type="uninstall" condition="exists" path="Autodesk Inventor 7" />

 <install cmd='reg add "HKLM\SOFTWARE\FLEXlm License Manager" /v ADSKFLEX_LICENSE_FILE /t REG_SZ /d "@neith.phy.cam.ac.uk" /f' />

 <install cmd='msiexec /qb /l* c:\netinst\logs\inventor.log /i %SOFTWARE%\inventor\inventor.msi ADSK_SILENT_LICENSE=YES DRAWINGSTANDARD=GB LICENSETYPE=NETWORK UNITS=MM SERIALPREFIX=REMOVEDFORSAFEKEEPING SERIALSUFFIX=REMOVEDFORSAFEKEEPING' />

 <remove cmd="msiexec /qb /l* c:\netinst\logs\inventor.log /x %SOFTWARE%\inventor\inventor.msi" />

 </package>