autoCAD2005

autocad2005.bat


:: OPTIONAL: Install AutoCAD 2005
:: URL|ALL|http://ftp.autodesk.com/prodsupp/downloads/UserData.dll|packages\autoCAD2005\patches\userdata.dll
@echo off
todo.pl ".reboot"
todo.pl "start /wait msiexec /update %Z%\packages\autoCAD2005\patches\acad2005sp1.msp /qn /l* c:\netinst\logs\acad2005-sp1.log REBOOT=ReallySuppress"
::todo.pl "copy %Z%\packages\autoCAD2005\patches\userdata.dll """%PROGRAMFILES%\AutoCAD 2005""" /Y "
todo.pl "start /wait /d %Z%\packages\autoCAD2005\ msiexec /qr /l* c:\netinst\logs\acad2005-mst.log /i acad.msi TRANSFORMS=acad.MST "

Where acad.MST is the transform generated by InstallTailor [WWW] http://www.wise.com/installtailor.asp?bhcp=1 and userdata.dll is the patched version of that dll from AutoDesk [WWW] http://ftp.autodesk.com/prodsupp/downloads/UserData.dll to solve the configuraton path problem [WWW] http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=3277956&linkID=2475161.

last edited 2007-08-19 08:30:46 by ElisHughes