Re: [WiX-users] Guidelines/Tutorial for Bootstrapper in native (C++)

2014-11-03 Thread Farrukhw
Actually, that's what I'm looking too... :) but looking for some tutorial/guide with good explanation, always give a boost and speed... On Mon, Nov 3, 2014 at 8:21 PM, Phill Hogland [via Windows Installer XML (WiX) toolset] wrote: > > -- View this message in context: http://windows-installe

Re: [WiX-users] Guidelines/Tutorial for Bootstrapper in native (C++)

2014-11-03 Thread Phill Hogland
I would look at the WixStandardBootstrapperApplication in the wix source code. src\ext\BalExtension\wixstdba -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Guidelines-Tutorial-for-Bootstrapper-in-native-C-tp7597671p7597677.html Sent from the wix-u

[WiX-users] Guidelines/Tutorial for Bootstrapper in native (C++)

2014-11-03 Thread Farrukhw
Hi, There are some good guidelines available for developing Bootstrapper in managed code. And I've developed one and working very much fine. I'm wondering is someone could guide me towards developing a Bootstrapper in native code (C++), i.e. a jump start... Is there any precise guide/tutorial a