Forum Discussion
AppleWirelessMouse64 driver packing on Intune
- Feb 19, 2024
Vijay0896: You can extract all the files from the AppleWirelessMouse64.exe using 7-Zip or something similar to a folder. Use that folder to create a Win32Package, and you can use " .\DPInst.exe /sw /s /q /se " as the installation command. The uninstall command would be ."\DPInst.exe /u AppleBMT64.inf /q " (Both without the "s ) For detection you can use a registry check on HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\D088EE4BD2819FBA2B349EF9D55176F223419BE6 with the DisplayVersion key and value 06/01/2011 4.0.0.1. (Or another one if you downloaded a different version, it should be on the same path)
Let me know if that works. I just tested the install and uninstall in a Windows Sandbox.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like.
Harm_Veenstra I am getting this error upon installation " The system cannot find the file specified. (0x80070002)"
- Vijay0896Feb 20, 2024Brass Contributor
I have downloaded the bootcamp from the apple website and the apple wireless mouse drivers were in them, as below.
- Feb 21, 2024Ok, two things, I guess... The install and uninstall command should start with .\DPInst.exe and not just \DPInst.exe (my bad, didn't format that well in my previous answer). Another thing is you need to extract the contents of the AppleWirelessMouse64.exe into a directory and create a .intunewin file from that
- Vijay0896Feb 25, 2024Brass Contributor
Harm_Veenstra I guess I am missing something here.
I have installed the apple driver from this URL to package it to .intunewin file
https://support.apple.com/kb/DL1836?viewlocale=en_AU&locale=en_AU
Within this package it is specifically only the "AppleWirelessMouse64" driver which needs hasaa installed which is located within the package at this location: bootcamp5.1.5722\BootCamp\Drivers\Apple, please let me know if the original installation is wrong.