diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2015-02-23 15:49:42 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2015-02-23 15:49:42 (GMT) |
commit | 6cc01c140245749bb6a6d5096b4a38f3f16fb776 (patch) | |
tree | 795fe9762b08021897ebb17318e5e585295eca1d | |
parent | 135febf069e7ff5305a3729b81171933ec89dc90 (diff) | |
download | CMake-6cc01c140245749bb6a6d5096b4a38f3f16fb776.zip CMake-6cc01c140245749bb6a6d5096b4a38f3f16fb776.tar.gz CMake-6cc01c140245749bb6a6d5096b4a38f3f16fb776.tar.bz2 |
CPackWIX: Add release notes for the wix-shortcut-properties topic.
-rw-r--r-- | Help/release/dev/wix-shortcut-properties.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/wix-shortcut-properties.rst b/Help/release/dev/wix-shortcut-properties.rst new file mode 100644 index 0000000..bdd6485 --- /dev/null +++ b/Help/release/dev/wix-shortcut-properties.rst @@ -0,0 +1,9 @@ +wix-shortcut-properties +----------------------- + +* The CPack WIX generator learned the new + :prop_inst:`CPACK_START_MENU_SHORTCUTS`, + :prop_inst:`CPACK_DESKTOP_SHORTCUTS` and + :prop_inst:`CPACK_STARTUP_SHORTCUTS` installed file properties which can + be used to install shorcuts in the Start Menu, on the Desktop and + in the Startup Folder respectively. |