-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Cannot build msi installer on v0.10.39 #25563
Comments
@richardlau I had to fix a few issues (not identical to yours, but related) with Windows builds due to e7c84f8, and came up with misterdjules@5423d14. It looks like it might fix your problem, would you mind giving this change a try and let me know if it fixes your problem? |
Richard had tried the patches in that but had issues either while applying them or building after they were applied. I don't have the details but I'm sure he'll add when he gets in tomorrow. |
Added as a P-2 as I don't think a significant number of Windows users build their own installers. It would be nice to have that fixed before doing the next v0.10 release though, which is why I added it to the v0.10.40 milestone. |
@richardlau misterdjules@5423d14 is now available in a pull request that I just created. Would you mind giving it a try and letting me know if this PR fixes your build problems? Thank you! |
@misterdjules I applied the PR, which has fix the initial ToolsVersion problem, but now has the following error: https://gist.github.com/richardlau/eae6275b90077b207753 I will try reinstalling WiX. |
@richardlau Interesting, I haven't had that compilation error before, I'll try to reproduce it asap. |
I reinstalled WiX 3.6 but still get the error. I'll try updating WiX next. |
Tried WiX 3.6->3.8 and encountered the error. The error goes away and I can successfully build the installers with WiX 3.9 R2 (and #25569 ). |
@richardlau Thanks for letting us know 👍 |
Verified fixed in v0.10 by #25569. 👍 |
I'm no longer able to build msi installers on Windows after e7c84f8.
My build environment is Visual Studio 2010 SP1 and WiX Toolset v3.6 on Windows 7, which is able to successfully build the msi installers for v0.10.38. I can also successfully build the installers on v0.10.39 if I revert e7c84f8.
The text was updated successfully, but these errors were encountered: