pull/1/head
Steven Gao 5 years ago committed by GitHub
parent cc852f8aee
commit 1c8cdcb6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 36
      README.md

@ -1,14 +1,30 @@
# Microsoft Win32 Content Prep Tool
Manage Windows Apps (.intunewin) with Intune
# Contributing
[Version 1.4](https://github.com/Microsoft/Intune-Win32-App-Packaging-Tool/releases/tag/v1.4)
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.
[See release notes for more information.](https://github.com/Microsoft/Intune-Win32App-Wrapping-Tool/releases)
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
Use the Microsoft Win32 Content Prep Tool to pre-process Windows Classic apps. The packaging tool converts application installation files into the .intunewin format. The packaging tool also detects the parameters required by Intune to determine the application installation state. After you use this tool on your apps, you will be able to upload and assign the apps in the Microsoft Intune console.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
Before you install and the use Microsoft Win32 Content Prep Tool you **must**:
* Review the [Microsoft License Terms for Microsoft Win32 Content Prep Tool](https://github.com/Microsoft/Intune-Win32-App-Packaging-Tool/blob/master/Microsoft%20License%20Terms%20For%20Win32%20Content%20Prep%20Tool.pdf). Print and retain a copy of the license terms for your records. By downloading and using Microsoft Win32 Content Prep Tool, you agree to such license terms. If you do not accept them, do not use the software.
* Review the [Microsoft Intune Privacy Statement](https://docs.microsoft.com/legal/intune/microsoft-intune-privacy-statement) for information on the privacy policy of the Microsoft Win32 Cotnent Prep Tool.
Sample commands to use for the Microsoft Win32 Content Prep Tool:
* IntuneWinAppUtil -h
* This will show usage information for the 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 -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
* If no parameter is specified, this tool will guide you to input the required parameters step by step.
Command-line parameters available
* -h Help
* -c <setup_folder> Setup folder for all setup files. All files in this folder will be compressed into .intunewin file.
* 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.

Loading…
Cancel
Save