Re: [WiX-users] Custom Actions: Install Mode + Rollback

2009-02-15 Thread Bob Arnson
Kusuma Sudheer Kumar (Tata Consultancy Services) wrote: > 1. What is the property I can use in my C# Code to find out Mode of > install [ whether I am performing Install/Uninstall/Repair or Rollback] > You're combining two concepts: Rollback is a mode of execution but install/uninstall/

[WiX-users] Custom Actions: Install Mode + Rollback

2009-02-13 Thread Kusuma Sudheer Kumar (Tata Consultancy Services)
Hi I am using Custom actions[ C# Code] for performing some tasks After InstallFinalize Action 1. What is the property I can use in my C# Code to find out Mode of install [ whether I am performing Install/Uninstall/Repair or Rollback] I tried to use WixUI_InstallMode but it was not worki