IntuneWinAppUtilGUI
1.0.6
GUI wrapper for IntuneWinAppUtil.exe with config file support and WPF interface.
Minimum PowerShell version
5.1
Installation Options
Owners
Package Details
Author(s)
- Giovanni Solone
Tags
Intune Win32 GUI packaging IntuneWinAppUtil Microsoft PowerShell PSADT AppDeployToolkit
Functions
PSEditions
Dependencies
This module has no dependencies.
Release Notes
- Bugfix: Delisted 1.0.4 from PowerShell Gallery and added again Show-IntuneWinAppUtilGUI to available commands.
- Bugfix: Removed any reference to ZIP uploads as setup files.
- Bugfix: Fixed PS 5.1 incompatibility in relative-path resolution ([System.IO.Path]::GetRelativePath is PS 7+).
- Bugfix: Final filename (of IntuneWin package) is proposed also if AppVersion is not specified in Invoke-AppDeployToolkit.ps1.
- Improved: Code cleanup, removed redundant GitHub download logic; refactoring.
- Improved: Validates setup file existence and type.
- Improved: Tries to create output folder when missing.
- Improved: Ensures exactly one ".intunewin" extension on output.
- Improved: If Source folder is not specified, it is inferred from Setup file.
- Improved: Added more inline comments for maintainability.
FileList
- IntuneWinAppUtilGUI.nuspec
- Private\Get-RelativePath.ps1
- Private\Show-ToolVersion.ps1
- Assets\Intune.ico
- Private\Initialize-IntuneWinAppUtil.ps1
- Public\Show-IntuneWinAppUtilGui.ps1
- IntuneWinAppUtilGUI.psd1
- Assets\Intune.png
- Private\Invoke-DownloadIntuneTool.ps1
- UI\UI.xaml
- IntuneWinAppUtilGUI.psm1
- Assets\screenshot.png
- Private\Set-SetupFromSource.ps1
- README.md
- Private\Get-ExeVersion.ps1