Re: [WiX-users] [SPAM] Custom Bootstrapper Application Update Button

2013-10-09 Thread Markus Wehrle
Please have a look into bundle.wxs of WixBa. There you find Having this tag defined in your bundle, the DetectUpdateBegin event is fired. > dirt hat am 8. Oktober 2013 um 23:58 geschrieben: > > > I am using the WiX Source\Setup\WixBA as a starting point for a custom > managed bootstrapper appl

[WiX-users] [SPAM] Custom Bootstrapper Application Update Button

2013-10-08 Thread dirt
I am using the WiX Source\Setup\WixBA as a starting point for a custom managed bootstrapper application. I am trying to wrap my head around how the UpdateCommand works but I don't even see the DetectUpdateBegin method get fired. I see the DetectComplete method get fired but that just goes strai