[wix-users] WiX 3.10 bundle does not install MSI package

Trevor Elliott trevor.elliott at inflowinventory.com
Tue Sep 8 10:41:32 PDT 2015


After upgrading from WiX 3.9 to WiX 3.10, my bundle installs are now broken.

Here's an excerpt from the log for when I'm installing the bundle with WiX
3.9:

[0F68:1140][2015-09-08T13:24:07]i201: Planned package: inFlowSetup_x64.msi,
state: Absent, default requested: Present, ba requested: Present, execute:
Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register

Now here's the same line with WiX 3.10:

[1DF0:1920][2015-09-08T11:52:32]i201: Planned package: inFlowSetup_x64.msi,
state: Absent, default requested: Cache, ba requested: Cache, execute:
None, rollback: None, cache: Yes, uncache: No, dependency: None

All of my code is the same except that I updated from WiX 3.9 to WiX 3.10.

The only install condition I'm using is VersionNT64 or NOT VersionNT64 for
32/64bit versions.

Any ideas?

Trevor


More information about the wix-users mailing list