updated installer
This commit is contained in:
parent
6c9c43c6b5
commit
4edaa0e6cf
|
@ -14,8 +14,10 @@ goto :Start
|
|||
|
||||
:Start
|
||||
set PTCVER=7.0.2.0
|
||||
set LAUNCHER="'C:\Program Files\PTC\Creo %PTCVER%\Parametric\launcher\CreoLauncher.ps1'"
|
||||
if "%~2" NEQ "" (set PTCVER=%~2)
|
||||
if not exist "C:\Program Files\PTC\Creo %PTCVER%\Parametric\bin\parametric.exe" (
|
||||
goto :Exit
|
||||
)
|
||||
|
||||
:Check_Admin
|
||||
net session >nul 2>&1
|
||||
|
|
Loading…
Reference in New Issue
Block a user