The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=15135
======================================================================
Reported By: Richard Ulrich
Assigned To:
======================================================================
Project: CMake
Issue ID: 15135
Category: CPack
Reproducibility: always
Severity: feature
Priority: normal
Status: new
======================================================================
Date Submitted: 2014-09-08 05:45 EDT
Last Modified: 2014-09-08 05:45 EDT
======================================================================
Summary: Allow properties on installed directories
Description:
Since cmake 3 (I think) we can set properties on installed files.
This is great, but it would be even better, if we could also set these
properties on installed directories.
Steps to Reproduce:
INSTALL(DIRECTORY source/
DESTINATION "/"
COMPONENT app
PATTERN "Database/*.zip" EXCLUDE
)
SET_PROPERTY(INSTALL "/"
PROPERTY CPACK_WIX_ACL "Everyone=GenericAll"
)
Additional Information:
Since the install properties are part of cmInstalledFile, it's not just a WiX
issue. WiX in turn supports these properties on directories.
http://wixtoolset.org/documentation/manual/v3/xsd/wix/createfolder.html
At the moment I sole it with a custom action, but it would be really great if I
didn't have to do that.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-09-08 05:45 Richard Ulrich New Issue
======================================================================
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services to support the CMake community. For more
information on each offering, please visit:
CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers