Mar 22 2024 02:21 AM
Hi All
I need to deploy an EXE file to certain user's desktops.
It's just an EXE file that runs, I don't think it actually installs anything.
What's the best way to achieve this?
Info appreciated.
Stuart
Mar 22 2024 06:22 AM
Best approach is to create a .intunewin file like is the best way for MSI also. Do not use the LOB option unless really necessary. It is really easy, just download the Win32 Content Prep Tool here: https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool
There are several resources you can find on internet but this ones I used in the past:
https://cloudinfra.net/how-to-deploy-exe-applications-using-intune/
https://www.anoopcnair.com/intune-win32-app-deployment/
https://www.scappman.com/post/how-to-deploy-win32-applications-with-microsoft-intune-a-how-to-guide
If you run into problems just let us know.
------
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 the post was useful in other ways, please consider giving it Like.
Mar 22 2024 06:51 AM
Mar 22 2024 07:11 AM
Mar 22 2024 09:44 AM