UNSOLVED

Chevy2

updated

17 years ago

C

Chevy2

3 Posts

0

3887

January 13th, 2010 13:00

SourceOne Offline Access silent install

I'm trying to create a package to install the OfflineAccess.exe silently.  I copied this from the documentation and replaced it with my environment spefic information:

ES1_OfflineAccess.exe /s /v"/qn /L*v
C:\EMC_OfflineAccess.log INSTALLDIR=\"DRIVE:\DIRECTORY\"
EX_BACKEND_SERVER=1
EX_TCP_PRIMARY_SERVER=PRIMARY_TCP_SERVER
EX_TCP_PRIMARY_PORT=PRIMARY_TCP_PORT
EX_TCP_SECONDARY_SERVER=SECONDARY_TCP_SERVER
EX_TCP_SECONDARY_PORT=SECONDARY_TCP_PORT
REBOOT=ReallySuppress "

Doesn't work for me.  I've removed all the spaces and all the pops up is the msiexec window that indicates there is an incorrect switch in the syntax.  Has anyone successfully done this?  If so can you give me the correct syntax.