FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Autodesk

Merged Mr Chris B Mortimer requested to merge autodesk into master
@@ -10,15 +10,15 @@
@@ -10,15 +10,15 @@
<check type="uninstall" condition="exists" path="Autodesk DWG TrueView %version%.*" />
<check type="uninstall" condition="exists" path="Autodesk DWG TrueView %version%.*" />
<!-- decompression to a local folder (C:\temp\trueview) -->
<!-- decompression to a local folder (C:\temp\trueview) -->
<install cmd='%COMSPEC% /c rd /q /s %tmpdir%'>
<install cmd='cmd /c rd /q /s %tmpdir%'>
<exit code="any" />
<exit code="any" />
</install>
</install>
<install cmd='%COMSPEC% /c start "" /wait "%WPKGSOFTWARE%\autodesk\dwg_viewer\DWGTrueView_%version%_Enu_64bit_dlm.sfx.exe" -suppresslaunch -d "%tmpdir%"'/>
<install cmd='cmd /c start "" /wait "%WPKGSOFTWARE%\autodesk\dwg_viewer\DWGTrueView_%version%_Enu_64bit_dlm.sfx.exe" -suppresslaunch -d "%tmpdir%"'/>
<!-- start installation, on old machines this can take a long time -->
<!-- start installation, on old machines this can take a long time -->
<install timeout="8100" cmd='cmd /c start "" "c:\temp\Autodesk\DWGTrueView_%version%_Enu_64bit_dlm\Setup.exe" /q' />
<install timeout="8100" cmd='cmd /c start "" "c:\temp\Autodesk\DWGTrueView_%version%_Enu_64bit_dlm\Setup.exe" /q' />
<install cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Setup.exe' />
<install cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Setup.exe' />
<!-- remove decompressed folder -->
<!-- remove decompressed folder -->
<install cmd='%COMSPEC% /c rd /q /s %tmpdir%'>
<install cmd='cmd /c rd /q /s %tmpdir%'>
<exit code="any" />
<exit code="any" />
</install>
</install>
Loading