updated installer

This commit is contained in:
pavel.muhortov 2021-09-01 20:28:30 +03:00
parent 6c9c43c6b5
commit 4edaa0e6cf

View File

@ -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