Master Wrapper enables IT Pros to create PSAppDeployToolkit (PSADT) wrappers using a self-explanatory user interface.
This is the main section that defines what application the wrapper is built for. Simply load or drag and drop MSI to fill out the form, or do it manually. Fill out the description for it to be automatically filled out when uploading the package to Intune if using Master Packager Toolbox. Master Wrapper also automatically sets a registry key that will be used for detection in Intune.
This is the main section that defines what should be installed.
Add or drag and drop installation files to Install, Uninstall, and Repair sections. These will be filled automatically when an MSI is loaded in General section.
Configure actions that should happen before Installation, Uninstallation, and Repair. When an MSI added under Main Actions the application will read the shortcut table and add all executables under “Processes to be closed”.
Configure actions that should happen after Installation, Uninstallation, and Repair.
The Upgrade feature provides a user-friendly interface for predefined PSADT functions, allowing users to upgrade multiple products at once using filters. This simplifies the process of updating previous applications and prevents conflicts during deployment.
View and make additional changes in Deploy-Application.ps1 without opening it with another script editor. Professional license enables PowerShell Editor Services for a similar editing experience as in Visual Studio Code including IntelliSense.
The Configuration section allows the user to modify the settings located in AppDeployToolkitConfig.xml. it is possible to set your own custom branding, override the language detection, modify log file locations etc.
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.
Templates in Master Wrapper allow users to create and manage standard PSAppDeployToolkit configurations easily. This is useful for service providers who package for multiple third party clients, enabling quick application of predefined templates.
This feature enables users to save specific code snippets, for example - copy files, remove registries, etc. This will save you time the next time you will need to write this code again.