Master Wrapper enables IT admins and packagers to create PSAppDeployToolkit wrappers using the self-explanatory user interface without knowing how to write PowerShell scripts.
However, for packagers that know how to deal with PSAppDeployToolkit and PowerShell, Master Wrapper will help you to create wrappers faster saving your time.
Master Wrapper version consists of five sections:
This is the main section that defines for what application the wrapper is built for. Simply load or drag and drop MSI to fill out the form, or do it manually.
Branding can be changed as well. Click on the banner or icon to choose your branding.
This is the main section that defines what should be installed.
Add or drag and drop installation files to Install, Uninstall, and Repair sections.
Configure actions that should happen before Installation, Uninstallation, and Repair.
Configure actions that should happen after Installation, Uninstallation, and Repair.
View and make additional changes in Deploy-Application.ps1 without opening it with another script editor.
Important! After Master Wrapper is configured and saved make sure that all installation files are moved to the Files folder that is located in the saved project location.
This feature enables users to save specific actions, for example - copy files, remove registries, etc. that can be done using PowerShell. This will save time next time this action will be required.