Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top