Unsolved
This post is more than 5 years old
6 Posts
0
582
September 12th, 2008 10:00
EmailXtender Client Install
Does anyone know the correct CLI syntax for suppressing the reboot after the Client Install. I am trying to deploy the client using sms and have gotten it to work but the few clients that need a reboot do so at the time of the install. I know you are "able" to pass MSIEXEC switches from the CL using /V but i have had no luck. The syntax that I use without reboot suppression is as follows...
exClientSetup.exe /s /v"/qn INSTALLDIR=\"%programfiles%\Legato\" ADDLOCAL=Sea,Common,Doc SEL_EXCHANGE=1 EX_EXSERVER=Emailext1"
exClientSetup.exe /s /v"/qn INSTALLDIR=\"%programfiles%\Legato\" ADDLOCAL=Sea,Common,Doc SEL_EXCHANGE=1 EX_EXSERVER=Emailext1"
0 events found
No Events found!


RKatwal
2 Intern
•
600 Posts
0
September 15th, 2008 17:00
Can you please try the following using command line for me
exclientsetup /s /V"/qn /L*v C:\EMC.log INSTALLDIR="C:\EMC" ADDLOCAL=Sea,Common,Doc SEL_EXCHANGE=1 EX_EXSERVER=Emailext1 "REBOOT=\"ReallySuppress\" "
if this works then you are all set, sorry didnt get time to test.
Regards,
Raj
Drewcifer1
6 Posts
0
September 16th, 2008 09:00
Drewcifer1
6 Posts
0
September 22nd, 2008 11:00
That didn't seem to work. I will continue to see if i can tweek what you have given me. When i run that command i get no entries in the event log nor does it create a EMC.log file so its kind of difficult to diagnose. Would be nice if they had this documented.
Drewcifer1
6 Posts
0
September 22nd, 2008 13:00
exclientsetup.exe /s /V"/qn REBOOT=\ReallySuppress INSTALLDIR=\"%programfiles%\Legato\" ADDLOCAL=Sea,Common,Doc SEL_EXCHANGE=1 EX_EXSERVER=Emailext1"
Thank you for your imput... it put me on the right path!
Drewcifer1
6 Posts
0
September 23rd, 2008 06:00
Drewcifer1
6 Posts
0
September 23rd, 2008 06:00
RKatwal
2 Intern
•
600 Posts
0
September 25th, 2008 04:00
Message was edited by:
Rajan Katwal
RKatwal
2 Intern
•
600 Posts
0
September 25th, 2008 04:00
exClientSetup.exe /s /v" /qn INSTALLDIR=\"C:\Program Files\EMC\" ADDLOCAL=Sea,Common,Doc SEL_EXCHANGE=1 EX_EXSERVER=SERVER1,SERVER2,SERVER3,SERVER4 "REBOOT=\"ReallySuppress\""
Thanks,
Raj