2X Client Deployment with SCCM 2012

Discussion in 'Parallels Remote Application Server' started by aandersen, Sep 4, 2014.

  1. aandersen

    aandersen Bit poster

    Messages:
    1
    Hello all,

    I was wondering if anyone has successfully deployed the "2x Client" app to client machines with System Center Config Mgr 2012 using the saved connection settings?

    So far I've tried (in the "Installation program" window under the "Programs" tab)

    %windir%\syswow64\msiexec.exe /qn /i "2xclient-x64.msi" DEFSETTINGS=2Xsettings.2xc OVERRIDEUSERSETTINGS=1

    msiexec.exe /qn /i "2xclient-x64.msi" DEFSETTINGS=2Xsettings.2xc OVERRIDEUSERSETTINGS=1

    msiexec.exe /qn /i "2xclient-x64.msi" OVERRIDEUSERSETTINGS=1

    and a few more...

    I can get the app to deploy but it won't keep the client connection settings. It will either pull the current user as the "Username" or it will ask for a new connection to be made.

    I've included a screenshot of the SCCM side.

    I know there's some SCCM Pro's out there...any help would be GREATLY appreciated.

    :? Aaron
     
  2. andrews8

    andrews8 Hunter

    Messages:
    166
    Thanks for contacting 2X Forums.

    Presently you should be able to deploy the 2X Client with additional parameters specifying the external settings file with the connection settings as you noticed. As long as the third party deployment program run the installer as a local administrator and there is access to the temporary drives, the install should work. If not, it may be recommended to contact Microsoft support.
     
  3. IPM1

    IPM1 Bit poster

    Messages:
    2
    Not sure if this helps, but this is what we're using on PDQ deploy

    msiexec.exe /i "2XClient.msi" ALLUSERS=1 DEFSETTINGS=2xsetting.2xc /qn /norestart
     

Share This Page