new 8.1 silent install with 2xc file doesn't work for me

  • Thread starter Thread starter acop
  • Start date Start date
A

acop

Hi,

I'm trying to install the client with a 2xc file but so far no luck.

Client is Windows 7 x86.
I've got 2XClient.msi and 2XSettings.2xc in the same folder.
I've tried
msiexec.exe /i "%~dp02XClient.msi" /qn
and
msiexec.exe /i "%~dp02XClient.msi" /qn DEFSETTINGS="%~dp02XSettings.2xc"

but in all cases I am prompted to create a 2X Connection.

I've also tried from a UNC path (the default) and from a local folder, no difference.

Any thoughts?

Regards,
 
The command is
Code:
MSIEXEC /i "2XClient.msi" OVERRIDEUSERSETTINGS=1

Also make sure that the file named 2Xsettings.2xc and placed in same folder as "2XClient.msi".




Hope this helps
 
Back
Top