https://github.com/maxi07/exe-to-intunewin
Converts .exe or .msi into .intunewin format, ready for upload to Microsoft Endpoint Manager
https://github.com/maxi07/exe-to-intunewin
batch-script endpoint-manager exe intune microsoft microsoft-azure
Last synced: 8 months ago
JSON representation
Converts .exe or .msi into .intunewin format, ready for upload to Microsoft Endpoint Manager
- Host: GitHub
- URL: https://github.com/maxi07/exe-to-intunewin
- Owner: maxi07
- License: gpl-3.0
- Created: 2021-01-03T11:20:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T09:38:00.000Z (about 4 years ago)
- Last Synced: 2025-01-08T15:57:42.318Z (10 months ago)
- Topics: batch-script, endpoint-manager, exe, intune, microsoft, microsoft-azure
- Language: Batchfile
- Homepage:
- Size: 26.4 KB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EXE to .intunewin
This Windows batch file pulls the latest version of the [Microsoft content prep tool](https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool) from GitHub and converts your setup files into a **.intunewin** format, which can be directly uploaded to Microsoft Endpoint Manager.## Features
- [x] Downloads the latest version of the content prep tool
- [x] Easy drag and drop of setup files for creating setup
- [x] Creates a **.intunewin** file, ready for upload to Microsoft Endpoint Manager
- [x] Takes .MSI or .EXE as input
- [x] Auto-Update
- [ ] Error handling## Demo with OBS
https://user-images.githubusercontent.com/7480270/135243161-3137f33d-0902-410b-9bdb-ce7db3f85614.mp4## Disclaimer
Before you install and the use Microsoft Win32 Content Prep Tool you must:- Review the Microsoft License Terms for Microsoft Win32 Content Prep Tool. Print and retain a copy of the license terms for your records. By downloading and using Microsoft Win32 Content Prep Tool, you agree to such license terms. If you do not accept them, do not use the software.
- Review the Microsoft Intune Privacy Statement for information on the privacy policy of the Microsoft Win32 Content Prep Tool.*Note: The generated .intunewin file contains all compressed and encrypted source setup files and the encryption information to decrypt it. Please keep it in the safe place as your source setup files.*