scripted 2x client install pls help

  • Thread starter Thread starter pearsondan99
  • Start date Start date
P

pearsondan99

Hi Guys,

I have a number of remote clilents running on XP, Vista etc outside of my managed network who connect via ssl through our gateway (using 2x) I need to setup a zero touch install for them (all settings setup silently) I ve been trying to right a batch file that will install off a USB stick calling msiexec using the format

msiexec /i 2xclient.msi %options% %options% /qn (where options are all the listed variables from the 2x admin manual)

i just cant get it to work, i ve tried adding quotes rearragning the syntax but no good, has anyone got a worked example of the above they belive will work - i m desperate as this needs to be in by the weekend please help!!
 
can you get a basic install to work? e.g.
msiexec.exe /i "%~dp02XClient.msi" /qb

... Alex ...
 
Back
Top