Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tugich/SetupPackagerIntune

Setup Packager helps you to easily package your software installation for Intune or other device management solutions. With just a few clicks you can create a PSADT-capable package from your files and test it directly.
https://github.com/tugich/SetupPackagerIntune

app application deployment deployment-tools endpoint-management intune intunewin32app mecm packaging psadt sccm windows windows-11

Last synced: 3 months ago
JSON representation

Setup Packager helps you to easily package your software installation for Intune or other device management solutions. With just a few clicks you can create a PSADT-capable package from your files and test it directly.

Awesome Lists containing this project

README

        

# SetupPackagerIntune
![Featured Image](Featured_Image.png)

## About The Project
This application helps you to package your setup files for Intune faster and easier with the official Win32 Content Prep Tool, without entering any commands manually in the console:


![App Screenshot](Screenshot.png)

## Getting Started

### Prerequisites
Install PowerShell Module "IntuneWin32App" by MSEndpointMgr for Intune Upload:
https://github.com/MSEndpointMgr/IntuneWin32App

### Installation
You can download the latest release via GitHub or use the MSI install from the "Installer" folder.

## Usage

**How to video:**

https://blog.tugi.ch/scripts-and-tools/setup-packager-for-intune


1. Create the folder structure for app packaging - My recommandation:
- **Software Packages**
- **Software Packages / 7-zip 22.01 x64** (main folder)
- **Software Packages / 7-zip 22.01 x64** / Installer (which contains the installer of the app, *.exe or *.msi)
- **Software Packages / 7-zip 22.01 x64** / Package (for the package file / *.intunewin)
- **Software Packages / 7-zip 22.01 x64** / Documentations (for documentations etc.)
2. Run the app `SetupPackager.exe` and drag & drop your installer folder (e.g. Software Packages / 7-zip 22.01 x64 / Installer) from Windows Explorer to the upload icon.
3. Select the installer file in the dropdown field - EXE, MSI or installer script
4. Click on `Create Intune package`

## License
Distributed under the MIT License. See `LICENSE.txt` for more information.

## Credits
[MSEndpointMgr/IntuneWin32App](https://github.com/MSEndpointMgr/IntuneWin32App)

## Contact
TUGI - [[email protected]](mailto:[email protected])

Project Link: [https://blog.tugi.ch/scripts-and-tools/setup-packager-for-intune](https://blog.tugi.ch/scripts-and-tools/setup-packager-for-intune)