Integrations
Advanced Installer
Add the updater executable to your setup file structure:
Add a Launch installed file
Custom Action to the installation pipeline, provide the command line --install --override-success-code 0
and deselect Uninstall
and Maintenance
conditions:
Add a Launch installed file
Custom Action to the removal pipeline, provide the command line --uninstall --override-success-code 0
and deselect Install
and Maintenance
conditions:
Now the updater will be part of the delivered product and get (de-)registered properly during the setup stage.