View Single Post
  #5  
Old 28-02-2013, 07:08
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Inno Setup + ISDone Extracting files

Quote:
Originally Posted by altef_4 View Post
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.
Reply With Quote