CPackWiX: allow customization of generated WiX sources

Added a new variable CPACK_WIX_PATCH_FILE that users can point at an
XML patch file. Fragments defined within the patch file will be inserted
at supported insertion points (currently Component, File and Directory).
This commit is contained in:
Nils Gladitz
2013-12-16 22:30:11 +01:00
parent b4fdbba55a
commit 8632233a2f
8 changed files with 366 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<CPackWiXPatch>
<CPackWiXFragment Id="CM_CP_applications.bin.my_libapp.exe">
<Environment Id="MyEnvironment" Action="set"
Name="CPackWiXGeneratorTest"
Value="CPackWiXGeneratorTest"/>
</CPackWiXFragment>
</CPackWiXPatch>