Autodesk 2022 DWG Trueview via Intune

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://knowledge.autodesk.com/support/dwg-trueview/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-install-DWG-Trueview-silently-enforcing-a-restart.html

https://forums.autodesk.com/t5/installation-licensing/silent-install-assistance-for-dwg-2022/td-p/10190457

https://silentinstallhq.com/autodesk-dwg-trueview-2021-silent-install-how-to-guide/

 

5 thoughts on “Autodesk 2022 DWG Trueview via Intune

  1. Chuck Schurman

    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

    Reply
  2. Sean H

    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

    Reply
  3. AnonIT Post author

    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.

    Reply
  4. Louis

    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

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *