- Downloading the Setup: Before you begin, ensure you have the latest version of DWG TrueView. You can download it directly from Autodesk’s official website : Download
- Specifying the Extraction Path: After downloading the setup file, you’ll need to specify an extraction path. This is where the installation files will be temporarily stored before the actual installation begins
- Installation Script: The command provided above might seem complex, but let’s break it down:
/Q
: This parameter ensures the installation runs quietly without any user prompts./W
: It prompts the installer to wait for user input, but since we’re doing a silent install, it won’t actually prompt anything./I
: This initiates the installation process./language fr-fr
: This specifies that the installation language should be French.
"%~dp0setup.exe" /Q /W /I setup.ini /language fr-fr
https://github.com/DavidWuibaille/Packaging/tree/main/SilentInstall/DWGTrueView
0 Comments