How to turn off Launch 2XClient in the Installer?

Discussion in 'Parallels Remote Application Server' started by SWhite1, Nov 8, 2010.

  1. SWhite1

    SWhite1 Member

    Messages:
    65
    Hi

    I am customizing the 2XClient.msi file but I cannot seem to turn off the "Launch 2X Client" that show up on the final modal dialog. I have set the "LaunchClient" property to 0 but the check box is still checked. Does anyone know what properties must be changed to have the checkbox not checked so that clicking on the Finish button does not automatically launch the 2X Client after installation?

    Thanks,
    Simon
     
  2. bleucube

    bleucube Guest

    Install “2X Client” with arguments “msiexec /i ”2XClient.msi“ ALLUSERS=2 AUTOHIDE=0 ALWAYSONTOP=0 AUTOLAUNCH=1 CHECKUPDATELAUNCH=0 PRINTOPTION=1 PRINTFORMAT=1 SSLNOWARNING=1 DONTPROMPTAUTOADDFARM=0 CONNECTIONMODE=1 SERVERPORT=8181 ENABLEAUTOLOGON=1 SSO=1 CREATESHORTCUTS=1 SERVER=xxx.xxx /quiet /norestart”.
     
  3. SWhite1

    SWhite1 Member

    Messages:
    65
    Hi

    I also found that msiexec.exe /qb- works well too.

    Thanks,
    Simon
     

Share This Page