Friday, March 11, 2005

Silent installation of Autodesk migration tools

Open the exe file of Autodesk Batch Drawing Converter and/or Autodesk Customization Conversion Tools with WinZip and extract the msi file. Using VBScript: WshShell.Run "msiexec /i ""\\server\BatchDWGConverter.msi"" /qb-! ACAD_SILENT_LICENSE=YES",1,True WshShell.Run "msiexec /i ""\\server\CustConvTools.msi"" /qb-! ACAD_SILENT_LICENSE=YES",1,True Download the tools here.

No comments:

Post a Comment