From: Ben Kaduk Date: Fri, 29 May 2015 18:46:58 +0000 (-0400) Subject: Stop using the WiX src attribute X-Git-Tag: kfw-4.1-beta2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=486d556036d1f66753724cfd70eecc217520a01e;p=thirdparty%2Fkrb5.git Stop using the WiX src attribute The src attribute has been deprecated for a while in favor of different (more descriptive) attributes for the different XML elements involved. For the File element, use the Source attribute. For the Directory element, use the FileSource attribute. For the Merge, Binary, and Text elements, use the SourceFile attribute. This makes the installer build much quieter, with the warnings from the light.exe invocation all fitting into the default history buffer. (cherry picked from commit 0e025dd9bd64169a2acf5c9bea7a17eec7b37a13) ticket: 8208 version_fixed: 1.13.3 status: resolved --- diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 5b49fb5fcc..ee1825199f 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -52,19 +52,19 @@ - + - - + + - + @@ -360,8 +360,8 @@ - - + + @@ -369,7 +369,7 @@ - + @@ -380,7 +380,7 @@ - + - + - + @@ -1226,15 +1226,15 @@ - - - - - - - - - - - + + + + + + + + + + +