MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015784 | CMake | CPack | public | 2015-10-12 10:32 | 2016-03-07 09:12 |
Reporter | Ronny Krüger | ||||
Assigned To | Nils Gladitz | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | CMake 3.3.2 | ||||
Target Version | Fixed in Version | CMake 3.5 | |||
Summary | 0015784: The WiX patch file parser ignores text nodes. | ||||
Description | The following xml fragment is supposed to run the "test" action after the installer has finished but only if the product is not installed. <nowiki><code xml> <CPackWiXPatch> <CPackWiXFragment Id="#PRODUCT"> <CustomAction Id = "test" ... /> <InstallExecuteSequence> <Custom Action="test" Before="InstallFinalize">NOT INSTALLED</Custom> </InstallExecuteSequence> </CPackWiXFragment> </CPackWiXPatch> </nowiki> Unfortunately this xml does not get completely through to WiX because the patch parser ignores the text node below the "Custom" node which contains the conditions on which the action is to be run. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-10-12 10:32 | Ronny Krüger | New Issue | |||
2015-10-12 10:37 | Brad King | Assigned To | => Nils Gladitz | ||
2015-10-12 10:37 | Brad King | Status | new => assigned | ||
2015-10-12 16:04 | Nils Gladitz | Note Added: 0039581 | |||
2015-10-13 10:06 | Ronny Krüger | Note Added: 0039590 | |||
2015-10-13 10:29 | Nils Gladitz | Note Added: 0039591 | |||
2015-10-15 04:15 | Nils Gladitz | Note Added: 0039606 | |||
2015-10-15 04:15 | Nils Gladitz | Status | assigned => resolved | ||
2015-10-15 04:15 | Nils Gladitz | Fixed in Version | => CMake 3.5 | ||
2015-10-15 04:15 | Nils Gladitz | Resolution | open => fixed | ||
2016-03-07 09:12 | Robert Maynard | Note Added: 0040617 | |||
2016-03-07 09:12 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|