Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect namespace with WiX 4.x #780

Open
smoes opened this issue Apr 19, 2016 · 2 comments
Open

Incorrect namespace with WiX 4.x #780

smoes opened this issue Apr 19, 2016 · 2 comments
Labels

Comments

@smoes
Copy link
Contributor

smoes commented Apr 19, 2016

When trying to create an msi with the generated .wix file (with candle, newest WiX toolset, v4.0.3922.0) I get the following error:

error CNDL0199 : The Wix element has an incorrect namespace of   'http://schemas.microsoft.com/wix/2006/wi'. 
Please make the Wix element look like the following: <Wix xmlns="http://wixtoolset.org 

Works well with v3.X Versions of the WiX toolset, so I assume it breaks with v4.X.

@muuki88
Copy link
Contributor

muuki88 commented Apr 19, 2016

Are you using jdkpackager:packageBin or windows:packageBin?

@smoes
Copy link
Contributor Author

smoes commented Apr 20, 2016

windows:packageBin

CMake seems to face similar problems when switching to WiX toolset 4.x: https://cmake.org/Bug/view.php?id=16033

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants