diff options
Diffstat (limited to 'Help/release/dev/wix-custom-install-dir.rst')
-rw-r--r-- | Help/release/dev/wix-custom-install-dir.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/wix-custom-install-dir.rst b/Help/release/dev/wix-custom-install-dir.rst new file mode 100644 index 0000000..cd12a88 --- /dev/null +++ b/Help/release/dev/wix-custom-install-dir.rst @@ -0,0 +1,7 @@ +wix-custom-install-dir +---------------------- + +* The CPack WIX generator now supports + :variable:`CPACK_WIX_SKIP_PROGRAM_FOLDER` to allow specification + of a custom absolute installation prefix outside + of the ProgramFiles folders. |