Hi, I am using a KACE deployment appliance to install DWG True View 2019 silently; using associated file
DWGTrueView_2019_Enu_64bit.sfx.exe
The setup extraction launches, using the following command line. The issue I am having is that, I am prompted for the install path and other UI.
setup.exe /q /I setup.ini /language en-us
@m_latz wrote:
What you download from Autodesk is a self extracting compressed file which extracts the contents to C:\Autodesk\... (default location).
There you have a "setup.exe" file which reads the "installations instructions" from the setup.ini file in the same folder.
The TrueView 2019 installation is a msi file which you can call directly. But you need a lot of prerequisites (runtimes needed to run TrueView 2019).
This is the part of the setup.exe to check which runtime is needed and install if necessary, etc.
regards
Markus
@m_latz wrote:
What you download from Autodesk is a self extracting compressed file which extracts the contents to C:\Autodesk\... (default location).
There you have a "setup.exe" file which reads the "installations instructions" from the setup.ini file in the same folder.
The TrueView 2019 installation is a msi file which you can call directly. But you need a lot of prerequisites (runtimes needed to run TrueView 2019).
This is the part of the setup.exe to check which runtime is needed and install if necessary, etc.
regards
Markus