Welcome, Guest
Username Password: Remember me

Windows Installer Rollback Installation
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Windows Installer Rollback Installation

Windows Installer Rollback Installation 2 years, 2 months ago #1606

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44509
  • Karma: 4
  • Honor Medal 2009
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
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar
  • Page:
  • 1
Time to create page: 0.46 seconds

     
    
Home Forum