Autodesk Design Review
Command line sample: msiexec.exe /I SetupDesignReview2013.msi TRANSFORMS=SetupDesignReview2013.mst ADSK_DESKTOPSHORTCUT_1=0 ADR_DONOTSHOWAGAIN=1 ADR_NEXT_INITIAL_CHECK=1 PREFERENCELOCKED=1 /nor… Read More
Download SetupDesignReview2013.msi.zip from the Design Review website: http://www.autodesk.com/designreview-download-network. Extract the zip file. The default install path is C:\Program Files\… Read More
After setting up a zip file containing all of the pre-requisites and the MSI for design review I have a batch file: %WINDIR%\SYSTEM32\Msiexec.exe /qn /uninstall {8F7A766B-9E2E-4895-B4B2-958… Read More
Disable Updates: ADR_DONOTSHOWAGAIN - 1 ADR_NEXT_INITIAL_CHECK - 1 PREFERENCELOCKED - 1 Disable CIP MC3_ENABLED.9CD50E27_6F8D_4F38_BCF9_A72F90323BAA - #0 Read More
To disable "registration","check for updates" and get "plug-ins" the only option is to remove the whole "Assistance" panel. This is done by editing file: "C:\Users\<Username>\AppData\Roaming\A… Read More
Example of install; This will install with default path, default file type no desktop shortcut and autoupdate disabled; msiexec /i SetupDesignReview2011.msi ADSK_DESKTOPSHORTCUT_1=0 ADR_DONOTSHOW… Read More
Design Review 2001 Requires; Visual C++ 2005 SP1 Redistributable Package (x86) Visual C++ 2008 SP1 Redistributable Package (x86) Microsoft .NET Framework 3.5 SP1 You can find instructions for t… Read More