View Issue Details

IDProjectCategoryView StatusLast Update
0001064Inno Script StudioGeneralpublic2013-05-06 19:47
ReporterltdetaAssigned Totimchilvers 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version2.0.0.17 
Target VersionFixed in Version 
Summary0001064: [Files] Section - dialog file properties - change to absolute source folder
Descriptioninnosetup script line shows below

...
#define CST_SOURCE_FOLDER_TCF "\dsgf\TCP"
...
[Setup]
SourceDir=D:\Projekte\mappei_alt\Setup_files

Source: "Anw{#CST_SOURCE_FOLDER_TCF}\mappei.dtc"; DestDir: "{app}"

(compiler returns no errors!)

--------------------

opening the "file properties dialog" into "[Files] Section" and changing the file name manuelly and press Ok-Button
the "innosetup script line" appears as follows

Source: "D:\Projekte\mappei_alt\InnoSetup\Anw{#CST_SOURCE_FOLDER_TCF}\TcF.exe"; DestDir: "{app}"

=> the absolute path is insert but it is not nessesarry.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-04-30 09:18 ltdeta New Issue
2013-05-06 19:45 timchilvers Assigned To => timchilvers
2013-05-06 19:45 timchilvers Status new => acknowledged