Re: [WiX-users] Implementing IBootstrapperBAFunction in bafunctions.dll

2014-02-24 Thread Hoover, Jacob
[mailto:jun...@microsoft.com] Sent: Monday, February 24, 2014 5:02 PM To: General discussion about the WiX toolset. Subject: [WiX-users] Implementing IBootstrapperBAFunction in bafunctions.dll By reading the source code of StdWixBA.dll, I found that StdWixBA.dll could optionally load bafunctions.dll

[WiX-users] Implementing IBootstrapperBAFunction in bafunctions.dll

2014-02-24 Thread Jun Yin
By reading the source code of StdWixBA.dll, I found that StdWixBA.dll could optionally load bafunctions.dll for extension. HRESULT LoadBootstrapperBAFunctions() { HRESULT hr = S_OK; LPWSTR sczBafPath = NULL; hr = PathRelativeToModule(&sczBafPath, L"bafunctions.dll