Re: [WiX-users] Using CustomAction in WPF Bootstrapper application

2013-10-10 Thread Phill Hogland
Look at WixBA.cs line 147 and it (I think) does what you are wanting to do after the install in the mba right before the BA exists. this.PostTelemetry(); this.Engine.Quit(WixBA.Model.Result); You would probably want to change the 'Telemetry' code to create a http post that

Re: [WiX-users] Using CustomAction in WPF Bootstrapper application

2013-10-10 Thread ZivCizer
Thanks! it works! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-CustomAction-in-WPF-Bootstrapper-application-tp7589611p7589618.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] Using CustomAction in WPF Bootstrapper application

2013-10-10 Thread Dror, Tomer
___ From: ZivCizer [cize...@gmail.com] Sent: Thursday, October 10, 2013 5:12 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using CustomAction in WPF Bootstrapper application Thanks Tom, So, as i understand, in my case, i should use the BA just to support the UI, and all other actions as

Re: [WiX-users] Using CustomAction in WPF Bootstrapper application

2013-10-10 Thread Hoover, Jacob
CustomAction in WPF Bootstrapper application Thanks Tom, So, as i understand, in my case, i should use the BA just to support the UI, and all other actions as the one i mentioned should be implemented as CustomAction as one of the "InstallExecuteSequence". When trying to do so, i encoun

Re: [WiX-users] Using CustomAction in WPF Bootstrapper application

2013-10-10 Thread ZivCizer
Thanks Tom, So, as i understand, in my case, i should use the BA just to support the UI, and all other actions as the one i mentioned should be implemented as CustomAction as one of the "InstallExecuteSequence". When trying to do so, i encountered this problem: I have a textbox in my window that

Re: [WiX-users] Using CustomAction in WPF Bootstrapper application

2013-10-10 Thread Dror, Tomer
CustomAction belongs to MSI not to BA I don't think it is a good idea to change machine state in the BA Tomer Dror Intergraph Corporation. Intergraph Israel. P: +972 (4) 8779191-1222 Skype:tomer.dee http://www.intergraph.com . From: ZivCizer [ci