FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 04d78e2e authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

change %comspec% to cmd to make consistant

parent 92b533d7
No related branches found
No related tags found
1 merge request!29Autodesk
......@@ -10,15 +10,15 @@
<check type="uninstall" condition="exists" path="Autodesk DWG TrueView %version%.*" />
<!-- 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" />
</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 -->
<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' />
<!-- remove decompressed folder -->
<install cmd='%COMSPEC% /c rd /q /s %tmpdir%'>
<install cmd='cmd /c rd /q /s %tmpdir%'>
<exit code="any" />
</install>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment