From 2078a2f2e08fc032afaae67f1e49767cd8a6f704 Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Wed, 11 Mar 2020 14:24:55 +0100 Subject: #963: Script `launchOgagentInstaller` schedules an unattended installation of OGAgent for Windows. --- client/shared/scripts/launchOgagentInstaller | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/shared/scripts/launchOgagentInstaller b/client/shared/scripts/launchOgagentInstaller index 85f507b0..b999d3ed 100755 --- a/client/shared/scripts/launchOgagentInstaller +++ b/client/shared/scripts/launchOgagentInstaller @@ -51,13 +51,13 @@ load $HIVE cd \\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce setval 1 Install OGAgent -string:C:\\Windows\\Temp\\$OGAGENTFILE" +string:C:\\Windows\\Temp\\$OGAGENTFILE /S /server $(ogGetServerIp) commit close exit EOT echo "Scheduled OGAgent installation after \"$3\" logon" - echo " (edit config file after finish)." + echo " (for connection problems, check configuration file)." else ogRaiseError $OG_ERR_NOTWRITE "$1 $2 .../$3/NTUSER.DAT" exit $OG_ERR_NOTWRITE -- cgit v1.2.3-18-g5258