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 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.
Vijay0896 Like I said in the previous comments, you need to extract the contents of the AppleWirelessMouse64.exe to a folder and create s intunewin package from that. If you install 7-Zip, for example, you can right click the exe file and select Extract. You will find the dpinst file in the extracted files you are now mentioning that executable which is not in your package...
- Feb 25, 2024
Vijay0896no problem, good to hear that it works!
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. - Vijay0896Feb 25, 2024Brass Contributor
Harm_Veenstra
This has worked and I have tested it myself, I cant thank you enough for your assistance in this matter.
Thanks again.