rajeshkumar created the topic: Windows Installer Rollback Installation
When the Windows® Installer processes the installation script for the installation of a product or application, it simultaneously generates a rollback script and saves a copy of every file deleted during the installation. These files are kept in a hidden system directory and are automatically deleted once the installation is successfully completed. If however the installation is unsuccessful, the installer automatically performs a rollback installation that returns the system to its original state.’
Automatic rollback of an unsuccessful installation is the default behavior of the installer. To disable rollback during an installation use one of the following:
• DISABLEROLLBACK Property
• PROMPTROLLBACKCOST Property
• DisableRollback Action
• DisableRollback
• EnableRollback ControlEvent
Whenever rollback is disabled, the installer sets the RollbackDisabled property.
If an installation uses custom actions, additional authoring of the installation package is required to use rollback functionality.
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024