문제

I'm creating a 64 bit bootstrapper application. The 32 bit version I've got linking to this:

C:\Program Files (x86)\WiX Toolset v3.7\SDK\VS2012\lib\x86\balutil.lib

But, there doesn't seem to be an x64 equilvalent. Is it missing from the SDK install, or am I doing something wrong?

도움이 되었습니까?

해결책

Burn is x86-only (so far) so bootstrapper applications must also be x86. So BalUtil.lib, which is used for BAs, isn't prebuilt for x64.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top