/build/static/layout/Breadcrumb_cap_w.png

Autodesk DesignReview 2012

Version: 12

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 6.3k  |  Created: 06/16/2011

Average Rating: 0
DesignReview 2012 has 1 inventory records, 0 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (10)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer with Custom Transform (MST)
4
Note

The value that disables the Marketing Dialogue on first start is : HKCU\Software\Autodesk\MC3\MC3RePrompted with a Vaue of "1".

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Note
Download:
Autodesk Design Review
http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=10336080

Visual C++ 2005 SP1 Redistributable
http://www.microsoft.com/downloads/details.aspxfamilyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en

Visual C++ 2008 SP1 Redistributable Packagehttp://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=2051a0c1-c9b5-4b0a-a8f5770a549fd78c

Visual C++ 2010 Redistributable
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84

Microsoft .NET Framework 4 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992

Silent install in this order:
vcredist_x86.exe /Q
vcredist_x86.exe /Q
vcredist_x86.exe /Q
dotNetFx40_Full_setup.exe /q /norestart
SetupDesignReview2012.msi /qn
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Note
One small issue related to the Autodesk Design Review 2012 application UI configuration.

Main application Home tab by default consists Assistance panel with Help button.

From one of the options of the Help button user can check and download application updates even if they was suppressed via registry according to the vendor next link:

http://images.autodesk.com/adsk/files/adr2012_install_guide.htm#PreventUpdate

The only one workaround is available now to hide Check for Updates option – hide Assistance panel:

change RibbonConfig.xml file for each user in %appdata%\Autodesk\ Autodesk Design Review\12.0\userdata

The only one workaround is available now to hide Check for Updates option is to hide Assistance panel with Help button:

Open RibbonConfig.xml file located in %appdata%\Autodesk\ Autodesk Design Review\12.0\userdata

Find tag "ID_RibbonPanelSource_Help_HomeTabItem_Help"

Change parameter from IsVisible="True" to "False"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Note
One small issue related to the Autodesk Design Review 2012 application UI configuration.

Main application Home tab by default consists Assistance panel with Help button.

From one of the options of the Help button user can check and download application updates even if they was suppressed via registry according to the vendor next link:

http://images.autodesk.com/adsk/files/adr2012_install_guide.htm#PreventUpdate

The only one workaround is available now to hide Check for Updates option – hide Assistance panel:

change RibbonConfig.xml file for each user in %appdata%\Autodesk\ Autodesk Design Review\12.0\userdata

The only one workaround is available now to hide Check for Updates option is to hide Assistance panel with Help button:

Open RibbonConfig.xml file located in %appdata%\Autodesk\ Autodesk Design Review\12.0\userdata

Find tag "ID_RibbonPanelSource_Help_HomeTabItem_Help"

Change parameter from IsVisible="True" to "False"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
Setup.exe downloads all dependancy and app installers from the internet.

Cache on XP is located: C:\Program Files\Common Files\Akamai\Cache\download.autodesk.com
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
This content is currently hidden from public view.
Reason: delete For more information, visit our FAQ's.
0
Script

Rem for design review 2013

Rem remove old version
%WINDIR%\SYSTEM32\Msiexec.exe /qn /uninstall {8F7A766B-9E2E-4895-B4B2-958D035F09B9}
%WINDIR%\SYSTEM32\Msiexec.exe /qn /uninstall {F4C0A7CD-3A4C-4275-9CF1-9CD5136E2FE2}

Rem install prerequis
vcredist_x86.exe /q
dotNetFx40_Full_setup.exe /q

Rem install application
MsiExec /i SetupDesignReview2013.msi ADSK_DESKTOPSHORTCUT_1=0 HIDE_RESTAB=1


 

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Virtualization

See recipe here;http://www.viridisit.se/eng/blog/?p=955

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line

MsiExec.exe /qn /i SetupDesignReview2012.msi

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note

You can download the msi package at this link : http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=10336080

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
-2
Note
Need to install via batch?

http://arstechnica.com/civis/viewtopic.php?f=17&t=1147879&p=21790619

[CODE]@ECHO OFF
ECHO.
ECHO Installing Autodesk Design Review 2012. Please be patient...

::Sources of information:
::http://arstechnica.com/civis/viewtopic.php?f=17&t=1147879
::http://www.robvanderwoude.com/ntregistry.php
::http://technet.microsoft.com/en-us/library/ff602181.aspx
::http://images.autodesk.com/adsk/files/adr2012_install_guide.htm#InstallADRMassDeploy

ECHO.
ECHO Previously installed ('error' means no)?
FOR /F "tokens=2* delims= " %%A IN ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Design Review\ProductInfo" /v ProductName') DO SET ProductName=%%B
IF "%ProductName%"=="Autodesk Design Review 2012" (GOTO INSTALLED)

::Map drive to support UNC path:
ECHO.
ECHO Mapping X:
net use X: \\***server***\***share***\Autodesk_Design_Review_2012

::If necessary, uninstall DGN Import Plug-in using this command:
%WINDIR%\SYSTEM32\Msiexec.exe /qn /uninstall {8F7A766B-9E2E-4895-B4B2-958D035F09B9}

::If necessary, uninstall JT Import Plug-in using this command:
%WINDIR%\SYSTEM32\Msiexec.exe /qn /uninstall {F4C0A7CD-3A4C-4275-9CF1-9CD5136E2FE2}

::Install Microsoft Visual C++ 2005 SP1 Redistributable Package (x86):
ECHO Installing Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)...
X:\Microsoft_Visual_C++_2005_SP1\vcredist_x86.exe /q

::Install Microsoft Visual C++ 2008 SP1 Redistributable Package (x86):
ECHO Installing Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)...
X:\Microsoft_Visual_C++_2008_SP1\vcredist_x86.exe /q

::Install Microsoft Visual C++ 2010 Redistributable Package (x86):
ECHO Installing Microsoft Visual C++ 2010 Redistributable Package (x86)...
X:\Microsoft_Visual_C++_2010\vcredist_x86.exe /q

::Install Microsoft .NET Framework 4:
ECHO Installing Microsoft .NET Framework 4. This one takes a while...
X:\dotNetFx40_Full_x86_x64.exe /q /norestart

::Install Design Review 2012 using the SetupDesignReview2012.msi:
ECHO Installing Design Review 2012... Nearly done!
MsiExec.exe /qn /i "X:\SetupDesignReview2012\SetupDesignReview2012.msi"

::Unmap drive:
ECHO.
ECHO Unmapping X:
net use X: /delete
GOTO COMPLETE

:INSTALLED
ECHO.
ECHO Already Installed!
PAUSE
EXIT

:COMPLETE
ECHO.
ECHO Install Complete.
PAUSE
EXIT[/CODE]
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

DesignReview 2012

Version

12

Questions & Answers (0)

Questions & Answers related to Autodesk DesignReview 2012

Blogs (0)

Blog posts related to Autodesk DesignReview 2012

Reviews (0)

Reviews related to Autodesk DesignReview 2012

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ