scripted 2x client install pls help

Discussion in 'Parallels Remote Application Server' started by pearsondan99, Feb 10, 2010.

  1. pearsondan99

    pearsondan99 Guest

    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!!
     
  2. acop

    acop Guest

    can you get a basic install to work? e.g.
    msiexec.exe /i "%~dp02XClient.msi" /qb

    ... Alex ...
     

Share This Page