Wireless
Participate in insightful discussions regarding issues related to Intel® Wireless Adapters and technologies
7365 Discussions

Intel Proset Wireless 13 - Unattended installation?

idata
Employee
1,899 Views

Does anyone know is there is a definitive guide for deploying Intel ProSet Wireless version 13 in an unattended mode? I know with the Administrator Tool, you can create .EXE files that allow for profiles to be deployed automatically. However, I don't seem to be able to get either:

1) An unattended program install all on its own for either x86 or x64

2) Said unattended install which includes the profiles as well.

Any help on this is greatly appreciated.

Thanks!

0 Kudos
1 Reply
Sachin_A_Intel
Employee
946 Views

1)For Win XP, you can use below command line to schedule Proset installation in silent mode:

msiexec.exe /i "Intel PROSet Wireless.msi" ADDLOCAL=WIFI_Driver,WIFI_Software,WIFI_UI,WIFI_PLC,WIFI_Admin_Toolkit,WIFI_Troubleshooter /qn

Above command will install SSO and Admin toolkit too. If you do not need them, you can remove it from cmd line.

You can programmatically check the success of installation through return code of msiexec.

http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx

2)To install profiles silently, you will have to create a IT Admin package and install that after Proset installation has succeeded.

Reply