MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0007470 | CMake | CPack | public | 2008-08-07 18:30 | 2010-12-14 18:45 |
Reporter | Greg Peele | ||||
Assigned To | David Cole | ||||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | CMake-2-6 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007470: CPack NSIS Generator fails if filenames contain spaces | ||||
Description | The NSIS generator puts too many quotes around filenames with spaces in the uninstaller portion of the NSIS script. This causes NSIS installer generation to fail. Suppose that you have a file that you want to install as follows: INSTALL (FILES "Config File.xml" DESTINATION bin/config COMPONENT RUNTIME) The NSIS generator will fail with the following error in the NSIS log: Delete expects 1-2 parameters, got 6. Tracing down the actual line in the NSIS script that causes the error, it produces a line as follows in macro Remove_${RUNTIME}. Delete "$INSTDIR\"bin\config\Config File.xml"" | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | CMake.patch (1,662) 2008-12-17 13:53 https://public.kitware.com/Bug/file/1929/CMake.patch | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-08-07 18:30 | Greg Peele | New Issue | |||
2008-08-07 19:09 | Bill Hoffman | Status | new => assigned | ||
2008-08-07 19:09 | Bill Hoffman | Assigned To | => Douglas Gregor | ||
2008-12-17 13:53 | Clinton Stimpson | File Added: CMake.patch | |||
2008-12-17 13:53 | Clinton Stimpson | Note Added: 0014386 | |||
2008-12-17 15:41 | Bill Hoffman | Assigned To | Douglas Gregor => David Cole | ||
2008-12-17 15:41 | Bill Hoffman | Note Added: 0014387 | |||
2009-01-20 14:33 | David Cole | Note Added: 0014644 | |||
2009-01-20 14:33 | David Cole | Status | assigned => resolved | ||
2009-01-20 14:33 | David Cole | Resolution | open => fixed | ||
2010-12-14 18:45 | David Cole | Note Added: 0024024 | |||
2010-12-14 18:45 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|