View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014439CMakeCPackpublic2013-09-25 06:262014-06-02 08:37
ReporterDomagoj Saric 
Assigned ToNils Gladitz 
PrioritynormalSeveritymajorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSWindowsOS Version
Product Version 
Target VersionFixed in VersionCMake 3.0 
Summary0014439: WiX: set/respect file/directory permissions
DescriptionInstallers should generally explicitly set file/directory permissions as specified in the relevant call to the CMake install() funciton.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0034119)
Nils Gladitz (developer)
2013-10-15 02:48

CMake sets these permissions on intermediary copies of the installation files before a CPack generator packages them.

The only permission flag that actually seems to survive on windows is OWNER_WRITE. Its absence is translated to the read-only file attribute which I can set with WiX as well (at least for files).

Would this be sufficient for your use case?
(0034896)
Nils Gladitz (developer)
2014-01-02 14:59

Since there has been no further feedback I'll consider this resolved by:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=44a7543c530cad64c429e85c679c481ee587f929 [^]

which implements the read-only flag for installed files.
(0036068)
Robert Maynard (manager)
2014-06-02 08:37

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2013-09-25 06:26 Domagoj Saric New Issue
2013-10-12 17:12 Nils Gladitz Status new => assigned
2013-10-12 17:12 Nils Gladitz Assigned To => Nils Gladitz
2013-10-15 02:48 Nils Gladitz Note Added: 0034119
2013-10-15 02:48 Nils Gladitz Status assigned => feedback
2014-01-02 14:59 Nils Gladitz Note Added: 0034896
2014-01-02 14:59 Nils Gladitz Status feedback => resolved
2014-01-02 14:59 Nils Gladitz Fixed in Version => CMake 3.0
2014-01-02 14:59 Nils Gladitz Resolution open => fixed
2014-06-02 08:37 Robert Maynard Note Added: 0036068
2014-06-02 08:37 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team