diff options
Diffstat (limited to 'Utilities/Release/WiX/custom_action_dll.wxs.in')
-rw-r--r-- | Utilities/Release/WiX/custom_action_dll.wxs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Release/WiX/custom_action_dll.wxs.in b/Utilities/Release/WiX/custom_action_dll.wxs.in index 64e9762..a39bc0d 100644 --- a/Utilities/Release/WiX/custom_action_dll.wxs.in +++ b/Utilities/Release/WiX/custom_action_dll.wxs.in @@ -1,4 +1,4 @@ -<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> +<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> <Fragment> <Binary Id="CMakeCustomActionsDll" SourceFile="$<TARGET_FILE:CMakeWiXCustomActions>"/> |