Update README.md

pull/17/head
Steven Gao 5 years ago committed by GitHub
parent 6f2cd749f2
commit 69db91517a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -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
@ -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.**

Loading…
Cancel
Save