Forum Discussion

Vijay0896's avatar
Vijay0896
Brass Contributor
Feb 15, 2024
Solved

AppleWirelessMouse64 driver packing on Intune

Hi All,  I am trying to package the AppleWirelessMouse64.exe via Intune and push it on company portal.  Has anyone done this before? If so can you please share your experience ? TIA,  Vijay...
  • Harm_Veenstra's avatar
    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.