You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steven Gao 7b38669496
Update ReleaseNotes.txt
5 years ago
IntuneWinAppUtil.exe Fix error for MSP file 5 years ago
Microsoft License Terms For Win32 Content Prep Tool.pdf Add license 5 years ago
README.md Update README.md 5 years ago
ReleaseNotes.txt Update ReleaseNotes.txt 5 years ago

README.md

Microsoft Win32 Content Prep Tool

Manage Windows Apps (.intunewin) with Intune

Version 1.4

See release notes for more information.

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.

Before you install and the use Microsoft Win32 Content Prep Tool you must:

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.