Git Product home page Git Product logo

Comments (4)

ngladitz avatar ngladitz commented on August 28, 2024

Install properties only work on files; not directories.
You also have to include the destination directory in your path.
I've got a working example of it in use here: https://github.com/ngladitz/cmake-wix-testsuite/blob/master/properties/CMakeLists.txt

from cmake.

ulrichard avatar ulrichard commented on August 28, 2024

Thanks for the example.
I needed to change it to :
INSTALL(FILES bergsteiger.JPG
DESTINATION "test"
COMPONENT test
)
SET_PROPERTY(INSTALL test/bergsteiger.JPG
PROPERTY CPACK_WIX_ACL "Everyone=GenericAll"
)

But what I would really need is to set that on the directory, so that the installed application can create and populate sub-directories.
Looking at the code and documentation (http://ifw.podsvirov.pro/cmake/doc/sphinx/manual/cmake-properties.7.html#properties-on-installed-files) it looks like this is not supported by cpack, and is thus not really an option to implement in the WiX generator.
So, I guess I'll have to stick to the custom action for the time being.

from cmake.

ngladitz avatar ngladitz commented on August 28, 2024

It isn't currently implemented but it might be possible to implement.
If you think it should be feel free to open an issue on the cmake tracker.

from cmake.

ulrichard avatar ulrichard commented on August 28, 2024

Good idea.
http://public.kitware.com/Bug/view.php?id=15135

from cmake.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.