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.
Hi Harm_Veenstra,
Really appreciate your response on this.
I used \AppleWirelessMouse64.exe /s as the install string and this is what I have on my uninstall string, C:\PROGRA~1\DIFX\8730326CFC0D32D8\DPInst.exe /u C:\Windows\System32\DriverStore\FileRepository\applebmt64.inf_amd64_6d97d6264f077f40\applebmt64.inf. And my registry key is the same as yours, but mine hasn't worked.
I'd be pleased to try your approach; however, can I use the install and uninstall strings just as per your suggestion? Should I try making any modifications?
Attaching screenshots from my registry for your reference.
My install and uninstall commands work, and the detection should also work if you use that registry path.
But you say your install didn't work... Did the detection not work? Was it installed anyway?
- Vijay0896Feb 20, 2024Brass Contributor
Harm_Veenstra I am getting this error upon installation " The system cannot find the file specified. (0x80070002)"
- Feb 20, 2024Could you share a screenshot of your installation files and the settings of your package in Intune?
- Vijay0896Feb 20, 2024Brass Contributor
I have downloaded the bootcamp from the apple website and the apple wireless mouse drivers were in them, as below.