(imported comment written by biggyfix91)
This is the action script for 2009.
// Check for available disk space
//-------------------------------------
continue if {free space of drive of windows folder > 1500 * (1024 * 1024)}
// Create MSIInst directory
//-------------------------------
if {(not exist folder “C:\Windows\MSIInst”)}
waithidden cmd /c md C:\Windows\MSIInst
endif
// Download, Extract and Move TrueView 2009
//-------------------------------------------------------
download http://localhost:52311/Uploads/Autodesk/DWGTrueView/TrueView2009.tmp
extract TrueView2009.tmp
waithidden cmd /c move “__Download\TrueView2009” “C:\Windows\MSIInst”
// Install Prerequisites
//-------------------------
waithidden C:\WINDOWS\MSIInst\TrueView2009\msi\WindowsInstaller-KB893803-v2-x86.exe /quiet /norestart
waithidden msiexec /i C:\WINDOWS\MSIInst\TrueView2009\support\VCRedist\x86\vcredist.msi /qn /norestart
waithidden C:\WINDOWS\MSIInst\TrueView2009\support\dotnetfx\dotnetfx.exe /q /norestart
waithidden msiexec /i C:\WINDOWS\MSIInst\TrueView2009\support\msxml\msxml6.msi /qn /norestart
waithidden C:\WINDOWS\MSIInst\TrueView2009\support\DirectX\DXSETUP.exe /silent
// Install TrueView 2009
//---------------------------
waithidden msiexec /i “C:\WINDOWS\MSIInst\TrueView2009\DWGVIEWR.msi” /qn ALLUSERS=1 /norestart