> I have made a very simple example that generates a WIX installer for a > single file but fails to set the permissions on the file. Do you have any > suggestions of why this isn't working?
Problem solved - when cpack is run with no parameters, the permissions tags are not generated, but when run with a -C parameter (eg cpack -C Debug) the permissions are generated as expected. I don't know why this would be the case, but I'm happy to have found the solution. Thanks, Steve -- 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: https://cmake.org/mailman/listinfo/cmake
