Upgrade your PSADT scripts to new versions while keeping custom code intact.
Update Mode is designed for situations where you have an existing PSADT package and need to update it to a newer version of the application. Instead of creating a new package from scratch, this mode:
Upload a ZIP file containing the new version of your installer files. The ZIP should contain the same structure as your original Files folder.
Upload your existing Invoke-AppDeployToolkit.ps1 script. The tool will parse it to extract:
The tool compares the old and new file structures and automatically:
Review the updated script with your custom code preserved and file paths updated. The generated package includes:
Invoke-AppDeployToolkit.ps1 with new pathsKeep similar file names: If possible, use similar naming conventions for installer files. This helps the tool automatically map paths.
Review path mappings: Always verify the automatic path mappings are correct, especially if file names have changed significantly.
Test thoroughly: After updating, test the package in a non-production environment to ensure custom code works with the new version.