Hi,
                I have Custom action which is firing during Install/Change and 
Uninstall.

                Is there any conditional statement in C# code by which I can 
segregate the execution.
                If(someproperty = something)
                                //Install mode
                Else if (someproperty = Something)
                                //Change
                Else if ( someproperty == Something)
                //remove or uninstall mode
                Else
                //

Thanks
Sudheer
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to