View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001708 | Inno Script Studio | General | public | 2014-05-16 08:18 | 2015-02-21 10:07 |
| Reporter | mitrich | Assigned To | timchilvers | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | confirmed | Resolution | open | ||
| Product Version | 2.1 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0001708: [Setup] section directives with spaces before '=' symbol doesn't recognized. | ||||
| Description | When editing script, that contains spaces before "=" symbol in [Setup] section directives, they are not properly parsed and edit boxes in "Setup options" dialog are empty. Example: [Setup] AppName = My program AppVersion = 1.0 Also, IS compiler removes spaces before setup directive value, but ISS left them. Example: AppName= My Program ^ | Compiler will remove this space, but ISS display this value in "Setup Options" dialog as " My Program". | ||||
| Tags | No tags attached. | ||||
|
|
Confirmed in latest build. This is being caused by the Delphi TStringList not allowing for spaces when retrieving either the Name or Value fields. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-05-16 08:18 | mitrich | New Issue | |
| 2015-02-21 10:07 | timchilvers | Note Added: 0001121 | |
| 2015-02-21 10:07 | timchilvers | Assigned To | => timchilvers |
| 2015-02-21 10:07 | timchilvers | Status | new => confirmed |