How to deploy Inventor 2010 with SAP and SP3
June 14, 2010 at 6:22 am 3 comments
The reason
This blog is a bit off topic from Civil 3D in general, but I ran into it doing my job as a CAD application administrator and I want to share this with you.
There is lots of information to find on internet of how to deploy Inventor. Here’s one:
By the several hotfixes and service packs released during the year, it’s a bit hard to get all this stuff in place for creating a working deployment. At least it happened to me.
The documentation from the Autodesk support web pages are very expanded and may get you far. But they can be overwhelming.
Digging into these pages and reading lot of readme files and with help of Autodesk Subscription web support got me writing a more suitable and overall perspective.
So I hope this will help you to better understand the pages from Autodesk support website. If not, please leave a comment to make this page better.
The Source
There are two sources from where you can start to make deployments:
- The shipped media source will let you create deployments for all types of Inventor products. From Inventor Suite to Professional.
If you’ve created one deployment for example Inventor Suite, the wizard from the Tools folder will easily let you create a new deployment for another Inventor product by copying an existing deployment. Of course you need a corresponding serial number and product key to get any further. - The download source from the Subscription website isn’t product specific anymore. All Inventor products, like the standard Suite, Routed Systems, Simulation or Professional uses the same and only one installation source. Like the shipped media you can create a deployment by copying from another deployment by applying the corresponding serial number and product key.
The benefits of the download source is that you don’t have to switch media when installing the software or deployment, it runs the installation faster then the shipped media, and further more, I’ve discovered that this source may be more up to date then the shipped media. At least with Civil 3D 2010 and the Content Libraries it is.
The Deployment parts.
You can create a deployment with Hot Fixes and Service Packs with or without Subscription Advantage Pack (SAP). See also picture below:
- the standard deployment (1) including hot fixes en service packs (2a).
- the deployment (1) with SAP including hot fixes en service packs (2b).
With Inventor Suite, you also get AutoCAD Mechanical included. AutoCAD Mechanical also has service packs and can be included in the standard deployment.
The included Service Packs and Hot Fixes.
In above picture explained the 4 steps to take, to complete the installation.
- The Basic deployment with Inventor SP1 (Service Pack 1) and with AutoCAD Mechanical SP2.
Both service packs are not required for the basic deployment but you need to include them for other service packs. - a. The deployment with hot fixes and service packs 2 and 3.
b. The deployment with Inventor SAP and with hot fixes and service packs 2 and 3. - The actual deployment installation.
- The AutoCAD (Mechanical) SAP installed separately after the deployment installation.
The Deployment creation.
There are two ways to add the additional Service Packs and Hot Fixes to the installation:
- After the installation of the deployment on a workstation as additional and separate installations.
- Integrated into the existing deployment using the Deployment Wizard.
Of course with large companies and/or with complex IT infrastructure using the integrated way with the Deployment Wizard is preferable. But integrating the Subscription Advantage Pack (SAP) can’t be done with the Deployment Wizard.
You can though integrate the SAP by altering the Admin image of the deployment.
So here are the actual steps to take to create a deployment with Subscription Advantage Pack (path 1 and 2b). Most of below lines are taken over from the Readme file from Autodesk Knowledge Base:
- Create the basic deployment with Inventor SP1 and AutoCAD Mechanical SP2.
- Download Subscription Advantage Pack and extract it.
Copy the Inventor2010_SR.exe, TS1109427.msp and TS1109487.msp file to the deployment folder …\your_deployment_name\AdminImage\x86(x64)\Inventor\… - Download Inventor SP2 here and extract it.
Copy the Inventor2010_SR2.msp to the deployment folder …\your_deployment_name\AdminImage\x86(x64)\Inventor\… - Download Inventor SP3 here and extract it.
Copy the Inventor2010_SR3.msp to the deployment folder …\your_deployment_name\AdminImage\x86(x64)\Inventor\… - Carefully read the installation instruction part of the Readme file here.
In a nutshell: Change this deployment by altering the Admin ini file:- Go to the [Inventor] part and add the following line to it:
POSTREQUISITE=HOTFIX;HSR;HSRAIHOTFIX;HSRSP2;HSRSP3 as follows:
[Inventor]
PREREQUISITE=OS;WUP;VCREDIST2005x86;VCREDISTx86;DOTNET;VBA;DIRECTX;MSXML;DWGTRUEVIEW;WMF90;WSE30;IE POSTREQUISITE=HOTFIX;HSR;HSRAIHOTFIX;HSRSP2;HSRSP3 - Go to the end of the ini file and add the following lines to it:
[HSRAIHOTFIX]
PRODUCT_NAME=TS1109487 hotfix
EXE_PATH=Inventor\TS1109487.msp
ACTION=INSTALL
[HOTFIX]
PRODUCT_NAME=TS1109427 hotfix
EXE_PATH=Inventor\TS1109427.msp
ACTION=INSTALL
[HSR]
PRODUCT_NAME=Subscription Advantage Pack for Autodesk Inventor 2010
EXE_PATH=Inventor\Inventor2010_SR.exe
EXE_PARAM=/q
ACTION=INSTALL
[HSRSP2]
PRODUCT_NAME=HSR SP2
EXE_PATH=Inventor\Inventor2010_SR2.msp
ACTION=INSTALL
[HSRSP3]
PRODUCT_NAME=HSR SP3
EXE_PATH=Inventor\Inventor2010_SR3.msp
ACTION=INSTALL
- Go to the [Inventor] part and add the following line to it:
- Make sure that you use the names of the service packs and hot fixes files in your ini file according to the actual file names.
Entry filed under: Inventor Suite. Tags: deployment, Inventor.

1.
John Evans | June 28, 2010 at 12:19 pm
Thanks. I have to get back into some admin, and I needed a little boost.
2.
draftworx | June 28, 2010 at 12:51 pm
You’re welcome.
3. Eric D. Colburn, PLS | Blog | Twitter #FollowFriday Professional Land Surveyor Recommendations | August 28, 2010 at 5:01 am
[...] time CAD application administrator for an international AEC company. If you get a chance, read his How to deploy Inventor 2010 with SAP and SP3 blog [...]