Re: [WiX-users] Calling C API in WiX Standard Bootstrapper Application

2015-03-19 Thread Phill Hogland
The bafunctions.dll is ideal for the scenario you described. There is more info on how to use a bafunctions.dll at here . Prior to wix 3.8 you needed to use the download from that site to modify the behavior of wix 3.7. But now you just need to create a win32 D

Re: [WiX-users] Calling C API in WiX Standard Bootstrapper Application

2015-03-18 Thread Bob Arnson
On 18-Mar-15 18:59, egcastr wrote: > I need to call a C API as part of my bootstrapper to determine if a > particular feature exists on chip. BA functions will let you do that. See the sample code in the source code at src\burn\Samples\bafunctions. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Calling C API in WiX Standard Bootstrapper Application

2015-03-18 Thread Sean Hall
In v3.8, the BAFunctions.dll was added where you can provide a dll that WixStdBA will call into for a few of the IBootstapperApplication events. Sadly, there's not much documentation on this but there is a sample directory at https://github.com/wixtoolset/wix3/tree/develop/src/burn/Samples/bafuncti

[WiX-users] Calling C API in WiX Standard Bootstrapper Application

2015-03-18 Thread egcastr
My searchFu has not been particularly strong the last few days and I'm hopeful someone on this list can point me in the right direction. I need to call a C API as part of my bootstrapper to determine if a particular feature exists on chip. The result of the C API call will then be used to determin