Quote:
Originally Posted by altef_4
If you want to add this text 'c: \program files\..' change this line
Code:
LabelCurrFileName.Caption: = ExpandConstant ('{cm: ExtractedFile}') + MinimizePathName (currentfile, LabelCurrFileName.Font, LabelCurrFileName.Width-ScaleX (100));
to
Code:
LabelCurrFileName.Caption: = ExpandConstant ('{cm: ExtractedFile}') + ExpandConstant('{app}\') + MinimizePathName (currentfile, LabelCurrFileName.Font, LabelCurrFileName.Width-ScaleX (100));
.
|
Thanks altef 4 is + or - it's just that the C: \ Program files (x86) \ gets fixed I had already tried this also I wanted him inno setup like normal without isdone understand that the C: \ Program files \ stay ranging from according to the size of the file you are installing. but I'm guessing that is not possible. Thanks again for your help.