Unsolved

This post is more than 5 years old

6 Posts

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"

2 Intern

 • 

600 Posts

September 15th, 2008 17:00

Hi,

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

6 Posts

September 16th, 2008 09:00

Thank you for your reply! I am traveling currently but will try it ASAP and post my results. Thanks Again!

6 Posts

September 22nd, 2008 11:00

Raj,

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.

6 Posts

September 22nd, 2008 13:00

I have got it!

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!

6 Posts

September 23rd, 2008 06:00

I take it back... its not working the reboot is still enforced. Any help would be appreciated.

6 Posts

September 23rd, 2008 06:00

Its still not working, it took the command line now but still reboots.

2 Intern

 • 

600 Posts

September 25th, 2008 04:00

Soryr it was same.

Message was edited by:
Rajan Katwal

2 Intern

 • 

600 Posts

September 25th, 2008 04:00

Can you please try the following by adding it to a batch file sitting in the same directory where install file is.

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

0 events found

No Events found!

Top