WixPatch.xml 359 B

123456789101112131415
  1. <CPackWiXPatch>
  2. <!-- Fragment ID is from: <your build dir>/_CPack_Packages/win64/WIX/files.wxs -->
  3. <CPackWiXFragment Id="CM_CP_bin.nvim.exe">
  4. <Environment
  5. Id='UpdatePath'
  6. Name='PATH'
  7. Action='set'
  8. Permanent='no'
  9. System='yes'
  10. Part='last'
  11. Value='[INSTALL_ROOT]bin'
  12. />
  13. </CPackWiXFragment>
  14. </CPackWiXPatch>