I was trying to deploy Autodesk DWG Trueview 2022 via Intune and failing. All the details I could find pointed to using switches /W /Q /I for unattended install.
That was failing, but found that setup.exe -q worked.
The uninstall of MsiExec.exe /x {28B89EEF-4128-0409-0100-CF3F3A09B77D} /qn still looks to work ok.
references:
https://silentinstallhq.com/autodesk-dwg-trueview-2021-silent-install-how-to-guide/
Thank you! This worked for the 2023 version of Trueview as well for me.
Install Command:
setup.exe -q
Uninstall Command:
msiexec.exe /X {663DAAAB-2849-4AE3-B969-50DBC3D53F4A} /qn
Detection Method:
Registry:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{663DAAAB-2849-4AE3-B969-50DBC3D53F4A}
File:
C:\Program Files\Autodesk\DWG TrueView 2023 – English
dwgviewr.exe
Nice thanks
I’ve been trying this and have been unsuccessful in getting it to work. I am getting an Intune error of “The system cannot find the file specified. (0x80070002)”. what am I missing here?
Thanks, Sean
Hi Sean
Not sure but the only thing I can think of to test is to grab the setup.exe, create a batch file with the setup -q command in it and run the batch file interactively from a command prompt to see what error is being presented to the OS.
Hello,
Up to this post,
What file are you using to deploy DWG Trueview on Intune correctly ?
Does not work for me with the DWGTrueview_2023_English_64bit_dlm.intunewin
Thank you