View Issue Details

IDProjectCategoryView StatusLast Update
0001708Inno Script StudioGeneralpublic2015-02-21 10:07
ReportermitrichAssigned Totimchilvers 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version2.1 
Target VersionFixed in Version 
Summary0001708: [Setup] section directives with spaces before '=' symbol doesn't recognized.
DescriptionWhen 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".
TagsNo tags attached.

Activities

timchilvers

2015-02-21 10:07

administrator   ~0001121

Confirmed in latest build.

This is being caused by the Delphi TStringList not allowing for spaces when retrieving either the Name or Value fields.

Issue History

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