Posted in
With the Dell Vostro laptops, we also purchased Microsoft Wireless Notebook Optical Mouse 4000's.
First, download the installer for Intellipoint 6.2. Then unzip the .EXE file.
Copy the ipoint folder to the packages directory of your Unattended install.
To find the mouse model from the Intellipoint 6.2 MSI file, I used the Orca MSI Editor. Opening the ip62.msi file in Orca, the mice codes were listed under the ListBox table. The value for our mouse was 29, so our script file was:
:: OPTIONAL: Install Microsoft Wireless Notebook Optical Mouse 4000 (Intellipoint 6.2)
:: Wiresless Notebook Optical Mouse 4000
@Echo off
todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\ipoint.txt /i %Z_PATH%\packages\ipoint\setup\ip62.msi MM=29"- Login to post comments