[krbdev.mit.edu #8208] git commit

Tom Yu via RT rt at krbdev.mit.edu
Wed Jun 24 17:59:42 EDT 2015



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)

https://github.com/krb5/krb5/commit/486d556036d1f66753724cfd70eecc217520a01e
Author: Ben Kaduk <kaduk at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
Commit: 486d556036d1f66753724cfd70eecc217520a01e
Branch: krb5-1.13
 src/windows/installer/wix/files.wxi        |   64 ++++++++++++++--------------
 src/windows/installer/wix/kfw.wxs          |    2 +-
 src/windows/installer/wix/lang/ui_1033.wxi |   24 +++++-----
 3 files changed, 45 insertions(+), 45 deletions(-)


More information about the kfwdev mailing list