-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPACK_WIX_ACL #1
Comments
Install properties only work on files; not directories. |
Thanks for the example. But what I would really need is to set that on the directory, so that the installed application can create and populate sub-directories. |
It isn't currently implemented but it might be possible to implement. |
Hi nils,
I wanted to test http://public.kitware.com/Bug/view.php?id=14924 earlier, but only now got to it.
I didn't get it to work so far. I didn't start debugging it yet, but maybe you see the problem before I have to.
This is what I tried:
INSTALL(DIRECTORY source/
DESTINATION "/"
COMPONENT app
PATTERN "Database/*.zip" EXCLUDE
)
IF(${CMAKE_VERSION} VERSION_GREATER 3.0.1)
SET_PROPERTY(INSTALL source/ PROPERTY CPACK_WIX_ACL Everyone=GenericAll)
ENDIF()
This results in
'
'
The text was updated successfully, but these errors were encountered: