Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tugich/SetupPackagerIntune
- Owner: tugich
- License: gpl-3.0
- Created: 2023-04-08T11:25:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T02:07:30.000Z (6 months ago)
- Last Synced: 2024-08-12T03:25:11.101Z (6 months ago)
- Topics: app, application, deployment, deployment-tools, endpoint-management, intune, intunewin32app, mecm, packaging, psadt, sccm, windows, windows-11
- Language: PureBasic
- Homepage: https://blog.tugi.ch/scripts-and-tools/setup-packager-for-intune
- Size: 34.7 MB
- Stars: 51
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
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)