| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014439 | CMake | CPack | public | 2013-09-25 06:26 | 2014-06-02 08:37 | ||||
| Reporter | Domagoj Saric | ||||||||
| Assigned To | Nils Gladitz | ||||||||
| Priority | normal | Severity | major | Reproducibility | have not tried | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | Windows | OS Version | ||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | CMake 3.0 | |||||||
| Summary | 0014439: WiX: set/respect file/directory permissions | ||||||||
| Description | Installers should generally explicitly set file/directory permissions as specified in the relevant call to the CMake install() funciton. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| 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. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |