]> 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)
committerBen Kaduk <kaduk@mit.edu>
Wed, 24 Jun 2015 21:10:37 +0000 (17:10 -0400)
commit0e025dd9bd64169a2acf5c9bea7a17eec7b37a13
tree4650ba0945a2a48383351fb32192abf26ad2ea00
parent280a4b1125743bae3bf05af266131e2a524c8adf
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
src/windows/installer/wix/files.wxi
src/windows/installer/wix/kfw.wxs
src/windows/installer/wix/lang/ui_1033.wxi