Re: [WiX-users] Calling Deferred custom action

2010-03-10 Thread Sagar1111
Thanks for the suggestion Bob, My project requires me to use managed custom action as it does various modifications under various conditions -- View this message in context: http://n2.nabble.com/Calling-Deferred-custom-action-tp4708880p4710675.html Sent from the wix-users mailing list archive at

Re: [WiX-users] Calling Deferred custom action

2010-03-10 Thread Sagar1111
My project requires me to use managed custom action as it does various modifications under various conditions -- View this message in context: http://n2.nabble.com/Calling-Deferred-custom-action-tp4708880p4710663.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Calling Deferred custom action

2010-03-10 Thread Bob Arnson
On 3/10/2010 8:05 AM, Sagar wrote: > i have the following requirement > 1)install an xml file. > 2)to modify the installed xml file > Use XmlConfig. -- sig://boB http://joyofsetup.com/ -- Download IntelĀ® Parall

[WiX-users] Calling Deferred custom action

2010-03-10 Thread Sagar1111
i have the following requirement 1)install an xml file. 2)to modify the installed xml file 3) to pass the modified xml file as an argument to a executable in command line mode. (this has been accomplished by using CA of type 1025) Afetr browing the forum what i have understood is that i need 2 cu