]> git.ipfire.org Git - thirdparty/krb5.git/commit
Stop using the WiX src attribute
authorBen Kaduk <kaduk@mit.edu>
Fri, 29 May 2015 18:46:58 +0000 (14:46 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 24 Jun 2015 21:41:12 +0000 (17:41 -0400)
commit486d556036d1f66753724cfd70eecc217520a01e
tree8ee20c26f9863dac7c7e477a470e75056d4b9a80
parente0fa3bb33b7e7b05c584e0529364d8f1d914048c
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
src/windows/installer/wix/files.wxi
src/windows/installer/wix/kfw.wxs
src/windows/installer/wix/lang/ui_1033.wxi