You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Agent/LaunchInstaller.bat
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,10 @@ IF %NoArgs% EQU 0 (
37
37
)
38
38
ECHO Number of arguments: %ArgCount%
39
39
REM - Launcher Script Name
40
-
SETLauncherScript=Agent Setup Launcher
40
+
SET"LauncherScript=Agent Setup Launcher"
41
+
ECHO%LauncherScript%
41
42
REM - Setup Script Name
42
-
SETSetupScript=Agent Setup Script
43
+
SET"SetupScript=Agent Setup Script"
43
44
REM - Default Customer ID
44
45
SETCustomerID=%1%
45
46
REM - Activation token
@@ -167,7 +168,7 @@ IF %ERRORLEVEL% EQU 0 (
167
168
168
169
:QuitIncompatible
169
170
ECHO X OS Not Compatible with either the Agent or the %SetupScript%
170
-
EVENTCREATE /T INFORMATION /ID 13 /L APPLICATION /SO "%LauncherScript%" /D "The OS is not compatible with the N-Central Agent or the %SetupScript%.">NUL
171
+
EVENTCREATE /T ERROR /ID 13 /L APPLICATION /SO "%LauncherScript%" /D "The OS is not compatible with the N-Central Agent or the %SetupScript%.">NUL
0 commit comments