Hi,
We are planning to replace connection monitor with Intel ProSet Wireless 17.0 in our environment. We want it to install on our clients silently and have Windows manage wifi by default. Our objective is to have no impact to users (as if nothing happened).
I already tried to do this by modifying Setup.xml with the following configuration but to no avail.
<UIMode>Silent</UIMode>
<Package Id="WiFi">
<Properties>XPINCONTROL=TRUE HIDETRAYICON=TRUE HIDETASKTRAYOOBE=TRUE</Properties>
</Package>
I also tried to using msiexec to install the msi file with the following properties set in the command but it also did not work.
msiexec /i "<path>\WiFi.msi" ADDLOCAL=WIFI_PROSet XPINCONTROL=TRUE HIDETRAYICON=TRUE HIDETASKTRAYOOBE=TRUE REBOOT=ReallySuppress /qn
Kindly advise how I can achieve this. Thanks in advance.