mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user