Skip to content

Commit

Permalink
Update README.md for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tugich committed May 21, 2023
1 parent d581d05 commit a644e28
Showing 1 changed file with 15 additions and 23 deletions.
38 changes: 15 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,60 @@
# SetupPackagerIntune

![Featured Image](Featured_Image.png)


<!-- ABOUT THE PROJECT -->
## 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:


### Screenshot

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:<br/><br/>
![App Screenshot](Screenshot.png)



<!-- GETTING STARTED -->
## Getting Started

### Prerequisites

Download Win32 Content Prep Tool at [https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool](https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool).
Install PowerShell Module "IntuneWin32App" by MSEndpointMgr for Intune Upload:
https://github.com/MSEndpointMgr/IntuneWin32App

### Installation

1. Download Win32 Content Prep Tool (see Prerequisites)
2. Copy **IntuneWinAppUtil.exe** in the same folder like SetupPackager.exe - Don't change the name of the wrapper
You can download the latest release via GitHub or use the MSI install from the "Installer" folder.



<!-- USAGE EXAMPLES -->
## Usage

**How to video:**<br>
**How to video:**<br/>
https://blog.tugi.ch/scripts-and-tools/setup-packager-for-intune

<br>
<br/>

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`
<br/>



<!-- LICENSE -->
## License

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



<!-- CREDITS -->
## Credits
[MSEndpointMgr/IntuneWin32App](https://github.com/MSEndpointMgr/IntuneWin32App)



<!-- CONTACT -->
## Contact

TUGI - [contact@tugi.ch](mailto:contact@tugi.ch)<br>
TUGI - [contact@tugi.ch](mailto:contact@tugi.ch)<br/>
Project Link: [https://blog.tugi.ch/scripts-and-tools/setup-packager-for-intune](https://blog.tugi.ch/scripts-and-tools/setup-packager-for-intune)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 comments on commit a644e28

Please sign in to comment.