From: Ben Kaduk Date: Fri, 29 May 2015 18:46:58 +0000 (-0400) Subject: Stop using the WiX src attribute X-Git-Tag: krb5-1.14-alpha1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e025dd9bd64169a2acf5c9bea7a17eec7b37a13;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. ticket: 8208 (new) queue: kfw tags: pullup target_version: 1.13.3 --- 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 @@ - - - - - - - - - - - + + + + + + + + + + +