Autodesk DWG TrueView 2025 Silent Install (How-To Guide)

Autodesk DWG TrueView is a free DWG viewer that allows you to view, open, edit, and convert .dwg files, the native file format for AutoCAD files. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Autodesk DWG TrueView 2025 from the command line using the EXE installer.

How to Install Autodesk DWG TrueView 2025 Silently

Autodesk DWG TrueView 2025 Silent Install (EXE)

  1. Navigate to: https://www.autodesk.com/products/dwg-trueview/overview
  2. Select the drop-down next to Install & Click Download
  3. Download the Create_Installer_PLC0000037_2025_English_WIN64.exe to a folder created at (C:\Downloads)
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command to Extract the contents of the EXE:
    • Create_Installer_PLC0000037_2025_English_WIN64.exe -q
  7. Press Enter
  8. Navigate to “%USERPROFILE%\Downloads\Autodesk\DWG TrueView 2025 – English – (EN)”
  9. Enter the following command: Setup.exe -q
  10. Press Enter

After a few minutes you will find Autodesk DWG TrueView 2025 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Autodesk DWG TrueView 2025
Vendor:Autodesk
Architecture:x64
Installer Type:EXE
Silent Install Switch:Setup.exe -q
Silent Uninstall Switch:"%ProgramFiles%\Autodesk\AdODIS\V1\Installer.exe" -i uninstall -q -m C:\ProgramData\Autodesk\ODIS\metadata\{A6C769F8-A5A7-3306-9711-0E6F4C045BA2}\bundleManifest.xml
Download Link:Autodesk DWG TrueView 2025 Download
PowerShell Script:Autodesk DWG TrueView 2025 | PowerShell Script
Detection Script:Autodesk DWG TrueView 2025 | Custom Detection Script

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Suppress Autodesk DWG TrueView 2025 Privacy Settings

  • Open Notepad or your favorite text editor
  • Add the following lines:
{
    "preferences": [
        {
            "consentId": "ADSK_PUD_CONTRACTUAL_NECESSITY_DESKTOP",
            "optIn": false
        },
        {
            "consentId": "ADSK_PUD_OPTIMIZATION_IMPROVEMENT_DESKTOP",
            "optIn": false
        },
        {
            "consentId": "ADSK_PUD_GO_TO_MARKET_DESKTOP",
            "optIn": false
        }
    ],
    "userActionRequired": false,
    "userId": "UnNamed"
}
  • Save the file to C:\Downloads\ and name it: UnNamed.json
  • Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  • Navigate to the C:\Downloads\ folder
  • Enter the following command to copy the UnNamed.json to “C:\Users\%Username%\AppData\Roaming\Autodesk\ADPSDK\UserConsent”:
xcopy /y ".\UnNamed.json" "%AppData%\Autodesk\ADPSDK\UserConsent\"

How to Uninstall Autodesk DWG TrueView 2025 Silently

Check out the following posts for a scripted solution:

Autodesk DWG TrueView 2025 Install and Uninstall (PowerShell)
Autodesk DWG TrueView 2025 Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter the following command:

Autodesk DWG TrueView 2025 Silent Uninstall (EXE)

"%ProgramFiles%\Autodesk\AdODIS\V1\Installer.exe" -i uninstall -q -m C:\ProgramData\Autodesk\ODIS\metadata\{A6C769F8-A5A7-3306-9711-0E6F4C045BA2}\bundleManifest.xml

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts