View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000331 | Inno Script Studio | General | public | 2012-05-10 14:16 | 2018-02-24 14:55 |
Reporter | ophers | Assigned To | timchilvers | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Inno Script Studio 1.0.0.24 | OS | Windows 7 Pro x64 | OS Version | SP1 |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000331: ISS doesn't correctly handle quotes in Parameters of [Run] items | ||||
Description | Note in the POC script attached: 1) Open the item in the "Install Run" section. In the dialog, the "Parameters" field has the value: /arg1 "dummy string" 2) But in the script view the line reads: Filename: "{app}\destfile1.exe"; Parameters: "/arg1 "dummy string"" When compiling a syntax error is reported. | ||||
Tags | No tags attached. | ||||
|
Untitled 1.iss (587 bytes) |
|
Issues has been confirmed in latest build (1.0.0.24 & 2.0.0 Beta). When writing section list back to the script it is not correctly handling the single quotation marks. The single quotation marks need to be converted in to double quotation marks. I.E. Original: Filename: "{app}\destfile1.exe"; Parameters: "/arg1 "dummy string"" Working: Filename: {app}\destfile1.exe; Parameters: "/arg1 ""dummy string""" |
|
Issue fixed in build 2.0.0.12 |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-05-10 14:16 | ophers | New Issue | |
2012-05-10 14:16 | ophers | File Added: Untitled 1.iss | |
2012-05-10 15:37 | timchilvers | Assigned To | => timchilvers |
2012-05-10 15:37 | timchilvers | Status | new => assigned |
2012-05-10 15:40 | timchilvers | Note Added: 0000203 | |
2012-05-10 15:40 | timchilvers | Status | assigned => confirmed |
2012-05-10 15:40 | timchilvers | Note Edited: 0000203 | View Revisions |
2012-05-10 19:17 | timchilvers | Note Added: 0000204 | |
2012-05-10 19:17 | timchilvers | Status | confirmed => resolved |
2012-05-10 19:17 | timchilvers | Resolution | open => fixed |
2018-02-24 14:55 | timchilvers | Status | resolved => closed |