mirror of
https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool.git
synced 2024-11-24 10:25:30 +00:00
README updates for v1.8.2 (#46)
This commit is contained in:
parent
90d5c7d81c
commit
5162c86249
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Manage Windows Apps (.intunewin) with Intune
|
Manage Windows Apps (.intunewin) with Intune
|
||||||
|
|
||||||
[Version 1.8.1](https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool/releases/tag/v1.8.1)
|
[Version 1.8.2](https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool/releases/tag/v1.8.2)
|
||||||
|
|
||||||
[See release notes for more information.](https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool/releases)
|
[See release notes for more information.](https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool/releases)
|
||||||
|
|
||||||
@ -15,6 +15,8 @@ Before you install and the use Microsoft Win32 Content Prep Tool you **must**:
|
|||||||
|
|
||||||
Sample commands to use for the Microsoft Win32 Content Prep Tool:
|
Sample commands to use for the Microsoft Win32 Content Prep Tool:
|
||||||
|
|
||||||
|
- IntuneWinAppUtil -v
|
||||||
|
- This will show the tool version (Only available starting version 1.8.2).
|
||||||
- IntuneWinAppUtil -h
|
- IntuneWinAppUtil -h
|
||||||
- This will show usage information for the tool.
|
- This will show usage information for the tool.
|
||||||
- IntuneWinAppUtil -c <setup_folder> -s <source_setup_file> -o <output_folder> <-q>
|
- IntuneWinAppUtil -c <setup_folder> -s <source_setup_file> -o <output_folder> <-q>
|
||||||
@ -29,6 +31,7 @@ Sample commands to use for the Microsoft Win32 Content Prep Tool:
|
|||||||
Command-line parameters available
|
Command-line parameters available
|
||||||
|
|
||||||
- -h Help
|
- -h Help
|
||||||
|
- -v Tool version (Only available starting version 1.8.2).
|
||||||
- -c <setup_folder> Setup folder for all setup files. All files in this folder will be compressed into .intunewin file.
|
- -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.
|
- Only the setup files for this app should be in this folder.
|
||||||
- -s <setup_file> Setup file (e.g. setup.exe or setup.msi).
|
- -s <setup_file> Setup file (e.g. setup.exe or setup.msi).
|
||||||
|
Loading…
Reference in New Issue
Block a user