patch_path_env.xml 890 B

1234567891011121314151617181920212223242526
  1. <CPackWiXPatch>
  2. <CPackWiXFragment Id="CM_DP_bin">
  3. <Component Id="CMakeSystemPathEntryCMP" KeyPath="yes" Guid="0E782367-5D68-4539-81D1-B9757AE496A1">
  4. <Condition>ADD_CMAKE_TO_PATH = "System"</Condition>
  5. <Environment Id="CMakeSystemPathEntryENV" Action="set" Part="last"
  6. Name="PATH" Value="[INSTALL_ROOT]bin"
  7. System="yes"/>
  8. </Component>
  9. <Component Id="CMakeUserPathEntryCMP" KeyPath="yes" Guid="392E524D-D5BF-4F16-A7AF-A82B07482CB9">
  10. <Condition>ADD_CMAKE_TO_PATH = "User"</Condition>
  11. <Environment Id="CMakeUserPathEntryENV" Action="set" Part="last"
  12. Name="PATH" Value="[INSTALL_ROOT]bin"
  13. System="no"/>
  14. </Component>
  15. </CPackWiXFragment>
  16. <CPackWiXFragment Id="#PRODUCTFEATURE">
  17. <ComponentRef Id="CMakeSystemPathEntryCMP"/>
  18. <ComponentRef Id="CMakeUserPathEntryCMP"/>
  19. </CPackWiXFragment>
  20. </CPackWiXPatch>