mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
8632233a2f
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>
|