mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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).
8 lines
230 B
XML
8 lines
230 B
XML
<CPackWiXPatch>
|
|
<CPackWiXFragment Id="CM_CP_applications.bin.my_libapp.exe">
|
|
<Environment Id="MyEnvironment" Action="set"
|
|
Name="CPackWiXGeneratorTest"
|
|
Value="CPackWiXGeneratorTest"/>
|
|
</CPackWiXFragment>
|
|
</CPackWiXPatch>
|