Skip to Main Content
Patch My PC Ideas & Feedback

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:

425 VOTE
Status SHIPPED
Created by Sascha Joswig
Created on Nov 25, 2019

Autodesk DWG TrueView

Offline viewer for filetype DWG, DWF and DXF.

  • Attach files
  • Kevin Adams
    Sep 12, 2025

    Awesome! Thank-you

  • Kalani Sanders
    Sep 12, 2025

    Love it!

  • Guest
    Sep 12, 2025

    Love it!

  • Admin
    Jason Bergner
    Sep 12, 2025

    Good News! Autodesk DWG TrueView 2026 has been added to the catalog as of yesterday - https://patchmypc.com/catalog-release/2025/09-11-25/

  • Simon Skotheimsvik
    Sep 10, 2025

    Migrating customers from Scappman to PMPC Cloud, and this was the first app in the alphabet - it was not a convincing demo with the customer moving to a new platform.

  • Admin
    Jason Bergner
    Feb 27, 2025

    This application has a somewhat complex installer that necessitates extracting files from the primary executable to run silently. Although our current framework does not yet support the extraction of executable files, this feature is on our roadmap. In the meantime, you can add this application using our Custom Apps feature.

    Custom Apps in Publisher:

    https://docs.patchmypc.com/installation-guides/patch-my-pc-cloud/custom-apps/publish-a-custom-app

    Custom Apps in PMPC Cloud:

    https://docs.patchmypc.com/installation-guides/patch-my-pc-cloud/custom-apps/create-a-custom-app

  • Henry Koch
    Feb 27, 2025

    Has the idea for DWG TrueView really been open since November 2019?

    I also need the app for updates of many clients. Please implement. Thank you

  • Yoldy Simon
    Feb 24, 2025

    please add it, very important and we uses it a lot

  • Tom Sweet
    Feb 6, 2025

    This makes it easier for us, so we don't get requests for the $500 version of AutoCad.

  • Ronny Øye
    Nov 26, 2024

    Users need to install latest version of this program.
    https://www.autodesk.com/products/dwg-trueview/overview

  • Sébastien ROBERT
    Oct 29, 2024

    A must have too ! With the multiple version available (latest: 2025)

  • Mads Johansen
    Sep 11, 2024

    +1 just had a customer asking for this.

  • Admin
    Jason Bergner
    Aug 1, 2024

    You can also upvote this feature request: https://ideas.patchmypc.com/ideas/PATCHMYPC-I-1463

  • Admin
    Jason Bergner
    Aug 1, 2024

    The apps we can currently add to our catalog are limited to single-file EXE or MSI installers. Since the Autodesk DWG Trueview installer requires extraction and contains multiple files, it doesn’t fit this criteria. The particular app may be better suited for our Custom Apps feature.

  • Ashley Large
    Jul 16, 2024

    This would be very useful to us.

  • Claudio Mendes
    Mar 22, 2024

    +1

  • Kevin Adams
    Mar 21, 2024

    Hey PMPC crew... looks like this was last looked at a little over a year ago. With the work you have done with custom apps portal supporting multi-file installers, perhaps it's time to look at DWG TrueView again?

    Cheers!

  • Admin
    Adam Cook
    Feb 23, 2023

    Given the comments of my colleague below (I'll paste again in case you missed it), at this time we can't support this app. Kindly vote or comment on this idea in order for us to support products with this installer behaviour/functionality: https://ideas.patchmypc.com/ideas/PATCHMYPC-I-1463


    DWG TrueView is still an issue with Patch My PC at the moment. There are 2 issues with this app:
    1. This app is a 2 part process, the exe must be extracted before getting the actual installers, typically, we can work around this by using the "Local Content Repo" option however....
    2. When the contents of the file are extracted, they are actually a multi-file installer, Patch My PC only supports single-file installers today, so this product is incompatible.
    We know this is a popular app, but we are limited by the technology at this time. We'll continue to look at ways around this in the future, but for now we will keep this as a no-go.
  • Thomas
    Jan 13, 2023

    DWG Trueview can easily be added manually as an application to ConfigMgr. Extract the file to a folder, and run "setup.exe /q" and you are good to go and use the "dwgviewer.msi" for detection.

  • Itsa live
    Oct 11, 2022
    [{"Architecture":"X64","Category":"Imaging","ContentID":"068e0b3a-21ad-457d-9718-630aeadb47a0","Description":"This desktop software enables you to view .dwg files and includes DWG TrueConvert software, which lets you convert newer .dwg files to work with older versions of AutoCAD. ","Files":[{"FileHash":"2ab30470546df0c1c453bb8604602636dfbfc8a0","FileName":"DWGTrueView_2023_English_64bit_dlm.sfx.exe","FileSize":1083219296,"HashType":"X509","URL":"https://efulfillment.autodesk.com/NetSWDLD/2023/ACD/EC2FCD9E-AC4D-3E9D-8526-96832A231455/SFX/DWGTrueView_2023_English_64bit_dlm.sfx.exe"}],"IconHash":"9qZa5hdGa7VJe2cmtHEcm1gWE","IconURL":"https://fnrzk06i2w.azurewebsites.net/rest/v2/geticon?iconhash=9qZa5hdGa7VJe2cmtHEcm1gWE","Manufacturer":"Autodesk, Inc","MSIProductID":"","PreRequisites":["VCRedist2012x86","VCRedist2012x64","VCRedist2022x86","VCRedist2022x64","WebView2"],"ProductName":"Autodesk DWG TrueView 2023 - English","ProductURL":"http://www.autodesk.com/products/dwg/viewers#","ProductVersion":"24.2.72.0","PSDetection":"if((Get-Item \"$($env:ProgramFiles)\\Autodesk\\DWG TrueView 2023 - English\\dwgviewr.exe\" -ea SilentlyContinue).VersionInfo.ProductversionRaw -ge '24.2.72.0') { $true } else { $false }","PSInstall":"$proc = (Start-Process -FilePath \"DWGTrueView_2023_English_64bit_dlm.sfx.exe\" -ArgumentList \"-suppresslaunch -d `\"C:\\Autodesk`\" -s -sp`\" /Q`\"\" -Wait -PassThru);$proc.WaitForExit();$ExitCode = $proc.ExitCode\r\n$proc = (Start-Process -FilePath \"C:\\Autodesk\\DWGTrueView_2023_English_64bit_dlm\\Setup.exe\" -ArgumentList \"-q\" -PassThru);$proc.WaitForExit();$ExitCode = $proc.ExitCode","PSPostInstall":"","PSPreInstall":"$old = @(\"{5783F2D7-9028-0409-0100-0060B0CE6BBA}\", \"{5783F2D7-A028-0409-0100-0060B0CE6BBA}\", \"{5783F2D7-B028-0409-0100-0060B0CE6BBA}\", \"{5783F2D7-D028-0409-0100-0060B0CE6BBA}\", \"{5783F2D7-E028-0409-0100-0060B0CE6BBA}\", \"{5783F2D7-F028-0409-0100-0060B0CE6BBA}\", \"{28B89EEF-0028-0409-0100-CF3F3A09B77D}\", \"{28B89EEF-1028-0409-0100-CF3F3A09B77D}\", \"{28B89EEF-2028-0409-0100-CF3F3A09B77D}\", \"{28B89EEF-3028-0409-0100-CF3F3A09B77D}\", \"{28B89EEF-4128-0409-0100-CF3F3A09B77D}\", \"{C1E477AF-DE1B-34E4-B76B-505C7B8FB980}\", \"{51250474-C40B-38FE-965C-75163C40F2FA}\")\r\n$old | ForEach-Object { $proc = (Start-Process -FilePath \"msiexec\" -ArgumentList \"/x $_ /qn\" -Wait -PassThru); $proc.WaitForExit() }","PSPreReq":"[Environment]::Is64BitProcess","PSUninstall":"$proc  = (Start-Process -FilePath \"$($Env:ProgramFiles)\\Autodesk\\AdODIS\\V1\\Installer.exe\" -ArgumentList \" -i uninstall --trigger_point system -m $($env:ProgramData)\\Autodesk\\ODIS\\metadata\\{EC2FCD9E-AC4D-3E9D-8526-96832A231455}\\bundleManifest.xml -x $($env:ProgramData)\\Autodesk\\ODIS\\metadata\\{EC2FCD9E-AC4D-3E9D-8526-96832A231455}\\SetupRes\\manifest.xsd -q\" -Wait -PassThru);$proc.WaitForExit();$ExitCode = $proc.ExitCode","ShortName":"DWG TrueView","SWId":221331107}]
  • Load older comments
  • +325
52 MERGED

New product - DWG Trueview

Merged
New application request
Guest about 1 year ago in Commercial Apps (Windows) 0 SHIPPED
25 MERGED

ADD new software for autodesk package : Autodesk_DWG_TrueView

Merged
Hello: I am a client and have patchmypc in my environnement. You have all autodesk product but you forget the simple one that is useful and use a lot in enterprise to view the file for autodesk. please could you add : Autodesk_DWG_TrueView as well...
Yoldy Simon 8 months ago in Patch My PC Publisher 0 SHIPPED
39 MERGED

DWG TrueView 2025

Merged
DWG is a technology environment that includes the capability to mold, render, draw, annotate, and measure. It is also a reference to .dwg, the native file format for AutoCAD and many other CAD software products. Autodesk created .dwg in 1982 with ...
Yannik Albrecht 9 months ago in Commercial Apps (Windows) 0 SHIPPED
8 MERGED

DWG Trueview

Merged
With this program you can open DWG files
Guest over 1 year ago in Commercial Apps (Windows) 1 SHIPPED
87 MERGED

DWG TrueView

Merged
DWG TrueView Current Version: https://www.autodesk.com/products/dwg/viewers Previous Versions: https://knowledge.autodesk.com/support/dwg-trueview/learn-explore/caas/sfdcarticles/sfdcarticles/Where-to-download-previous-versions-of-DWG-TrueView....
Guest about 6 years ago in Incompatible Requests 4 SHIPPED
13 MERGED

AutoCAd Trueview

Merged
View and convert 2D and 3D DWG files
Adrian Bishop over 2 years ago in Commercial Apps (Windows) 1 SHIPPED
59 MERGED

Autodesk DWG TrueView 2023

Merged
https://www.autodesk.com/viewers
Claudio Mendes almost 3 years ago in Commercial Apps (Windows) 0 SHIPPED
134 MERGED

Can you add AutoDesk DWG TrueView

Merged
We use this for viewing the DWG files and it's painful to install as it's downloaded and installed via a stub and when you run the stub you have to give admin rights so it downloads to the wrong user profile.
Guest almost 2 years ago in Commercial Apps (Windows) 1 SHIPPED