Skip to content

Commit

Permalink
Merge pull request microsoft#19 from microsoft/stevgao-patch-1
Browse files Browse the repository at this point in the history
Add support for Win10 S
  • Loading branch information
stevgao authored Oct 30, 2019
2 parents 6f2cd74 + 3e6c2be commit 15ac201
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file modified IntuneWinAppUtil.exe
Binary file not shown.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Win32 Content Prep Tool
Manage Windows Apps (.intunewin) with Intune

[Version 1.5](https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool/releases/tag/v1.5)
[Version 1.6](https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool/releases/tag/v1.6)

[See release notes for more information.](https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool/releases)

Expand All @@ -17,6 +17,7 @@ Sample commands to use for the Microsoft Win32 Content Prep Tool:
* IntuneWinAppUtil -c <setup_folder> -s <source_setup_file> -o <output_folder> <-q>
* This will generate the .intunewin file from the specified source folder and setup file.
* For MSI setup file, this tool will retrieve required information for Intune.
* If -a is specified, all catalog files in that folder will be bundled into the .intunewin file.
* If -q is specified, it will be in quiet mode. If the output file already exists, it will be overwritten.
* Also if the output folder does not exist, it will be created automatically.
* IntuneWinAppUtil
Expand All @@ -28,5 +29,6 @@ Command-line parameters available
* Only the setup files for this app should be in this folder.
* -s <setup_file> Setup file (e.g. setup.exe or setup.msi).
* -o <output_file> Output folder for the generated .intunewin file.
* -a <catalog_folder> Catalog folder for all catalog files. All files in this folder will be treated as catalog file for Win10 S mode.

**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.**
3 changes: 3 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ Microsoft Intune Win32 App Packaging Tool will check the Windows Classic setup f

1.5
Fixed the error when processing .msp file as setup file.

1.6
Add catalog support for Win10 S.

0 comments on commit 15ac201

Please sign in to comment.