Inventor Pro 2021 Silent Install

Inventor Pro 2021 Silent Install

wy_swadmin
Explorer Explorer
3,805 Views
9 Replies
Message 1 of 10

Inventor Pro 2021 Silent Install

wy_swadmin
Explorer
Explorer

I am attempting to silently install Inventor Pro using the following command:

.\image\Installer.exe -i deploy --offline_mode -q -o image\Collection.xml --installer_version "1.19.0.20"

 

It seems to install just fine as I see the folder structure and desktop icon created, but as soon as it appears to finish the install it begins to immediately uninstall the product.

 

I have been able to silently install AutoCAD 2020, Architecture 2022 and Revit 2021 using similar silent install commands.

 

Not sure what I might be doing wrong, please help.  Log files attached.

 

Thank you.

0 Likes
Accepted solutions (1)
3,806 Views
9 Replies
Replies (9)
Message 2 of 10

DannyHubbard
Autodesk
Autodesk

 

From the error in the install log it looks like the deployment isn't complete or at least if can't find the files from the English Language pack.

 

MSI (s) (40:D0) [10:36:27:912]: Note: 1: 1314 2: /Applications\Autodesk\InventorPro_2022\image\INVPROSA_2022_en-US\x64\en-US\INV
MSI (s) (40:D0) [10:36:27:959]: Product: Autodesk Inventor Professional 2022 -- Error 1314. The specified path '/Applications\Autodesk\InventorPro_2022\image\INVPROSA_2022_en-US\x64\en-US\INV' is unavailable.

 

Thanks,
Danny

 

 

 

 



Danny Hubbard
QA Analyst
Autodesk, Inc.
0 Likes
Message 3 of 10

wy_swadmin
Explorer
Explorer
I double-checked and the path in the log file is an available path, see
attached screenshots.

Thanks,
Mike
0 Likes
Message 4 of 10

johnsonshiue
Community Manager
Community Manager
Accepted solution

Hi Mike,

 

Our project team confirms it is a known issue (DEPLOY-8179 and DTRAN-18622). The team is actively resolving the problem. Current estimate is late July and the install script will be updated. You will need to republish the deployment. The issue will be gone.

Many thanks!



Johnson Shiue ([email protected])
Software Test Engineer
0 Likes
Message 5 of 10

wy_swadmin
Explorer
Explorer
Thank you for the response, I have been trying to get this to work for a
couple months now, at least I know it wasn't necessarily something I was
doing wrong.

I will patiently await the resolution.

Have a great day!
Message 6 of 10

ajuelich
Enthusiast
Enthusiast

I'm also experiencing this on 2022.  Is there a better ETA on this?  I need to deploy these to all labs within the next week or two.

Message 7 of 10

ajuelich
Enthusiast
Enthusiast

Any ETA on this?  I need to deploy this ASAP.  I just tried the latest version (2022.1) and the issue still exists.

 

Thanks.

Message 8 of 10

johnsonshiue
Community Manager
Community Manager

Hi! Our install experts told us that you may need to replace the relative path in the install script to absolute path. If you want, you can share your install script with me [email protected]. I can follow up with our install experts.

I recall you have already escalated it through Product Support. please contact our Support team.

Many thanks!

 



Johnson Shiue ([email protected])
Software Test Engineer
0 Likes
Message 9 of 10

ajuelich
Enthusiast
Enthusiast

I will email you, as Support was not helpful and just told me to post in the forum.  When deploying with solutions like SCCM you can't use the full path it generators by default because that path doesn't exist when you are deploying it so I have to modify the XML to make this work (Works for Revit, Autocad, Maya, etc.).  There is something else going on with Inventor to cause this issue.

0 Likes
Message 10 of 10

ajuelich
Enthusiast
Enthusiast

Turns out the issue for me was due to Windows 256 character/path limit.  When I was distributing the content to our Distribution Point, it wasn't able to copy all of the files.  When I went to install, the installer failed because it was missing files.  I ended up using 7-zip to compress it and extract it locally and then run the installer.  This blog post helped me immensely:

 

https://www.consentfactory.com/sccm-using-7-zip-to-deploy-large-packages-applications/