User Tools

Site Tools


userspace:autodesk_dwg_trueview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userspace:autodesk_dwg_trueview [2016/04/28 06:53]
TheNavy [Autodesk DWG TrueView 2017]
userspace:autodesk_dwg_trueview [2021/08/23 08:37] (current)
Line 9: Line 9:
 Update --- //[[richard.haase@datacenter-group.com|TheNavy]] 2016/04/28// Update --- //[[richard.haase@datacenter-group.com|TheNavy]] 2016/04/28//
  
-Start the Setup and wait for the extraction to complete. Copy the folder generated at c:\Autodesk to CLIENT_DATA. Only 64 Bit is implemented. The Setup will install several prerequirements, these are not removed in delsup.ins. For >= Windows 8 .NET Framework 4 must be added as a feature before running the setup.+Start the Setup and wait for the extraction to complete. Copy the folder generated at c:\Autodesk to CLIENT_DATA. Only 64 Bit is implemented. The Setup will install several prerequirements, these are not removed in delsup.ins. For = Windows 8 .NET Framework 4 must be added as a feature before running the setup.
  
 Tree:\\ Tree:\\
Line 67: Line 67:
  
 [Winbatch_install] [Winbatch_install]
- "%ScriptPath%\SetupDWGTrueView2016_ENU_64bit\Setup.exe" /w /t /l /qb setup.ini+ "%ScriptPath%\DWGTrueView_2017_Enu_64bit\Setup.exe" /w /t /l /qb setup.ini
 ; Note: This will show a process-bar with cancel-button ; Note: This will show a process-bar with cancel-button
 ; You can replace /qb with /q to hide the process dialog alltogether ; You can replace /qb with /q to hide the process dialog alltogether
Line 144: Line 144:
 ; 2016 ; 2016
 set $MsiId$ = "{5783F2D7-F028-0409-0100-0060B0CE6BBA}" set $MsiId$ = "{5783F2D7-F028-0409-0100-0060B0CE6BBA}"
 +set $DisplayName$ = GetRegistryStringValue64 ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"+$MsiId$+"] DisplayVersion")
 +if not ($DisplayName$ = "")
 + set $UninstallCommand$ = "MsiExec.exe /X"+$MsiId$+" /qb! REBOOT=ReallySuppress"
 + Message "Found "+$ProductId$+" "+$DisplayName$+" => uninstalling"
 + Comment "Command: "+$UninstallCommand$
 + Winbatch_uninstall
 + sub_check_exitcode
 +endif
 +
 +; 2017
 +set $MsiId$ = "{28B89EEF-0028-0409-0100-CF3F3A09B77D}"
 set $DisplayName$ = GetRegistryStringValue64 ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"+$MsiId$+"] DisplayVersion") set $DisplayName$ = GetRegistryStringValue64 ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"+$MsiId$+"] DisplayVersion")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
userspace/autodesk_dwg_trueview.1461826408.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)