View Single Post
  #3  
Old 27-02-2013, 19:34
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 i'm right, you want remove 'Extracted file' text, then just remove
Code:
{'cm:ExtractedFile'}  + 
in script

Thanks altef 4 is nearly so but I wanted to show up C: \ Program Files \ etc ... type installation of the original game.

Ex: C: \ Program files (x86) \ Ubsisoft \ Data \ etc ...

I also think this is llinha to change but do not know where they've tried unsuccessfully several modifications.

LabelCurrFileName.Caption: ExpandConstant = ('{cm: ExtractedFile}') + MinimizePathName (currentfile, LabelCurrFileName.Font, LabelCurrFileName.Width-ScaleX (100));
Reply With Quote