Frage

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?

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top