XOAP PSADT Package Wizard is a Windows desktop application that guides you through creating PSAppDeployToolkit (PSADT) v4 deployment packages. Instead of manually editing PowerShell scripts, you use a step-by-step wizard to configure application metadata, write deployment logic, upload installer files, and export a ready-to-deploy
.zippackage.
What you get #
Each exported package is a standard PSADT v4 folder containing:
Invoke-AppDeployToolkit.ps1— The main deployment script (generated by the wizard)Invoke-AppDeployToolkit.exe— PSADT executable stubPSAppDeployToolkit/— The PSADT moduleFiles/— Your installer files (MSI, EXE, configuration files, etc.)- Supporting folders (
Config/,Strings/,SupportFiles/,Assets/)
These packages can be deployed with SCCM/MECM, Intune, or any deployment tool that runs PowerShell scripts.