We're trying to deploy the newly updated Design review across the company using MS Intune - however despite using the command line switches for a quiet installation, the process seems to hang.
Any thoughts or suggestions?
I actually have this problem across multiple Autodesk products.
What I can consistently get to work:
1. DWG TrueView (2016-2019--2020 untested)
2. AutoCAD (2016-2020)
What I can't get to work:
1. Any 'specialized toolset' variant of AutoCAD (Civil 3D, MEP, Electrical, et cetera) 2016-2020.
I deploy as you would a standard SCCM package. It doesn't matter if all the files are uploaded to Intune, on a share, or already sitting on the drive on the target computer. If it's DWG TrueView or AutoCAD, it'll install fine. If it's anything else it immediately hangs--doesn't even write logs and it fails before launching DXSETUP.exe. It hangs about half a second after starting Setup.exe and will sit there indefinitely until the process is ended or the computer is rebooted.
Intune's logs don't give any insight other than the product install failing after you end the process. I can successfully install all these apps using the same deployment files I'm using for Intune--I can even download the files from Intune, decrypt them, and install them silently without issue. I just can't get Intune to do it.
I did.
1. The new custom deployment option available at https://manage.autodesk.com works fine using the silent install options in the script it outputs. Just change the paths from absolute to relative. I.e. from C:\Temp\setup.exe to .\setup.exe
2. For Design Review this install command works: Setup.exe /q /W /I Setup.ini /language en-us
3. For previous Autodesk applications that are not available in the new deployment method (option 1) follow this guide: AutoCAD deployments : Intune (reddit.com)
so I've been having some issues with this
i created a script with this start-process -wait -FilePath ".\Software\setup.exe" -ArgumentList "/W /I .\Software\setup.ini /language en-us"
the software installs but I can't search for the app and its not available in the start menu
i tried creating a new .win file with the setup file as setup.exe (before it was the script)
i put this as the install command - Setup.exe /q /W /I Setup.ini /language en-us
failed install
what did you put in line by line so I can find the mistake?
ok its installing fine with this command Setup.exe /q /W /I Setup.ini /language en-us
however its not creating the desktop shortcut or anything in start menu?
any ideas
Can't find what you're looking for? Ask the community or share your knowledge.