sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 442 forks source link

Incorrect namespace with WiX 4.x #780

Open smoes opened 8 years ago

smoes commented 8 years ago

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 commented 8 years ago

Are you using jdkpackager:packageBin or windows:packageBin?

smoes commented 8 years ago

windows:packageBin

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