wix-installscope.rst 628 B

12345678910111213
  1. wix-installscope
  2. ----------------
  3. * The :cpack_gen:`CPack WIX Generator` gained a new variable,
  4. :variable:`CPACK_WIX_INSTALL_SCOPE`, to control the
  5. ``InstallScope`` property of WiX MSI installers.
  6. * The :cpack_gen:`CPack WIX Generator` now produces WiX MSI installers
  7. that create start menu and uninstall entries for all users by default,
  8. as documented by the :variable:`CPACK_WIX_INSTALL_SCOPE` variable
  9. ``perMachine`` value. Previously, without a custom WiX template,
  10. it produced installers that would only create start menu and uninstall
  11. entries for the current user, even though they install for all users.