Repackaging tips and silent install information for Autodesk DWG TrueView 2023. This App Tip provides comprehensive details for conducting a silent installation of DWG TrueView. It includes additional insights, such as user environment specifics, extra installation parameters, and repackaging tips.
Vendor Information
Application Name
Application Version
Download Link
License Needed
Installation Type
Setup.exe
Architecture
Registry
File
AD/GPO
AAD/GPO
Registry
File
Other
Description
Connection Name
Driver
Setup.exe parameters
MSI Public Properties
Silent Install Command
Silent Uninstall Command
MSI
MSIX
App-V
ThinApp
Citrix App Layer
VMWare App Volumes
Other
Extract the files
DWGTrueView_2023_English_64bit_dlm.sfx.exe -suppresslaunch -d "C:\Install\DWGTrueView"
No Desktop Shortcut
Open C:\Install\DWGTrueView\DWGTrueView_2023_English_64bit_dlm\x64\dwgviewr\pkg.dwgviewr.xml
In the [Configuration] Section update the following line to include the ADSK_DESKTOPSHORTCUT_1=0 parameter
Original:
<InstallFile type="MSI" contents="Folder" installParams="ADSK_SETUP_EXE=1" file="x64\dwgviewr\dwgviewr.msi"/>
Updated:
<InstallFile type="MSI" contents="Folder" installParams="ADSK_SETUP_EXE=1 ADSK_DESKTOPSHORTCUT_1=0" file="x64\dwgviewr\dwgviewr.msi"/>
Disable Data Collection
REG ADD "HKCU\SOFTWARE\Autodesk\MC3" /v ADAOptIn /t REG_DWORD /d 0 /f
REG ADD "HKCU\SOFTWARE\Autodesk\MC3" /v ADARePrompted /t REG_DWORD /d 1 /f
Suppress AutoDesk DWG TrueView 2023 Privacy Settings
Create a new file named “C:\Users\%Username%\AppData\Roaming\Autodesk\ADPSDK\UserConsent\UnNamed.json”
With these contents:
{
"lastUpdated": 1234123412341,
"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"
}
0 Comments