Re: [WiX-users] How to get vaues from C# custom action

2010-08-06 Thread ricky21
For the benefit of WIX-USERS: I did what is mentioned in the below link : http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/C-Custom-action-td1369251.html#a1369251 The key is to call the custom action at the correct time before or after the correct events. That was what was causing

[WiX-users] How to get vaues from C# custom action

2010-08-05 Thread ricky21
I am doing a check in C# custom action and if some condition satiisfies , then i am returning ActionResult.Sucess or ActionResult.Failure ? My question is how to get these status codes in my script? I have set the attribute Return=Check in custom action attributes and this custom action is basical

[WiX-users] How to get vaues from C# custom action

2010-08-05 Thread ricky21
I am doing a check in C# custom action and if some condition satiisfies , then i am returning ActionResult.Sucess or ActionResult.Failure ? My question is how to get these status codes in my script? I have set the attribute Return=Check in custom action attributes and this custom action is basical