Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 22-02-2013, 08:20
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

Inno setup + isdone6
Friends removing the isdone (Extracting files) when extracting the files and stay in place C: \ Program files \ ....

Remove or hide: Extracting files: .....

Drawing appears in: C: \ Program Files \ .........

I've tried many changes in the script but I could not change if someone can help me thank
Attached Files
File Type: zip Example.iss.zip (4.2 KB, 223 views)

Last edited by Joe Forster/STA; 23-02-2013 at 01:00.
Reply With Quote
The Following 3 Users Say Thank You to buttignol For This Useful Post:
Andre Jesus (04-03-2013), Simorq (02-05-2015), skykon (18-07-2013)
Sponsored Links
  #2  
Old 27-02-2013, 15:11
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
If i'm right, you want remove 'Extracted file' text, then just remove
Code:
{'cm:ExtractedFile'}  + 
in script

Last edited by altef_4; 27-02-2013 at 15:14.
Reply With Quote
  #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
  #4  
Old 28-02-2013, 01:57
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
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));
.

Last edited by altef_4; 28-02-2013 at 02:03.
Reply With Quote
  #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
  #6  
Old 28-02-2013, 07:11
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,118 Times in 2,297 Posts
Razor12911 is on a distinguished road
what do you want to do exactly?
Reply With Quote
  #7  
Old 28-02-2013, 08:10
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 Razor12911 View Post
what do you want to do exactly?
Thanks Razor12911 look like in the picture.
Attached Images
File Type: jpg imagem.jpg (39.1 KB, 321 views)

Last edited by buttignol; 28-02-2013 at 08:13.
Reply With Quote
  #8  
Old 28-02-2013, 09:38
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
You want make like on the picture or change something on the picture? Real hard to understand what you want.
Reply With Quote
  #9  
Old 28-02-2013, 10:00
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
You want make like on the picture or change something on the picture? Real hard to understand what you want.
altef4 look like image
Reply With Quote
  #10  
Old 28-02-2013, 10:59
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,018 Times in 239 Posts
altef_4 is on a distinguished road
Change this
Code:
LabelPct1.Caption := IntToStr(OveralPct div 10) '.' chr(48   OveralPct mod 10) '%';

  LabelCurrFileName.Caption:=ExpandConstant('{cm:ExtractedFile} ') MinimizePathName(CurrentFile, LabelCurrFileName.Font, LabelCurrFileName.Width-ScaleX(100));
  LabelTime1.Caption:=ExpandConstant('{cm:ElapsedTime} ') TimeStr2;
  LabelTime2.Caption:=ExpandConstant('{cm:RemainingTime} ') TimeStr1;
  LabelTime3.Caption:=ExpandConstant('{cm:AllElapsedTime}') TimeStr3;
to this
Code:
LabelCurrFileName.Caption:=ExpandConstant('{cm:ExtractedFile} ') MinimizePathName(ExpandConstant('{app}\ ') + CurrentFile, LabelCurrFileName.Font,WizardForm.FilenameLabel.Width);

Last edited by altef_4; 28-02-2013 at 11:01.
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
buttignol (28-02-2013)
  #11  
Old 28-02-2013, 11:02
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,118 Times in 2,297 Posts
Razor12911 is on a distinguished road
I would also put this
Code:
ExpandConstant('{cm:ExtractedFile} ')+ExpandConstant('{app}\')+MinimizePathName(CurrentFile, LabelCurrFileName.Font, LabelCurrFileName.Width-ScaleX(100));
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
buttignol (28-02-2013)
  #12  
Old 28-02-2013, 16:31
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

Thanks for your patience and attention altef 4 and Razor12911 the problem was Resolved (ExpandConstant ('{app} \') only modified thanks again to the next.
Code:
LabelCurrFileName.Caption:=ExpandConstant(' ')+MinimizePathName(ExpandConstant('{app}\ ')+CurrentFile, LabelCurrFileName.Font,WizardForm.FilenameLabel.Width);
Attached Images
File Type: jpg imagem2.jpg (45.9 KB, 294 views)

Last edited by buttignol; 28-02-2013 at 16:48.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Max Payne 3 (6xDVD5) - Inno Setup Fabioddq PC Games - CD/DVD Conversions 40 08-10-2016 10:42
The Walking Dead All Episodes - DVD5 (Inno Setup) Fabioddq PC Games - CD/DVD Conversions 24 20-03-2016 10:13
Metro 2033 - 2xDVD5 (Inno Setup) Fabioddq PC Games - CD/DVD Conversions 16 27-12-2013 11:56
StarCraft II : Wings Of Liberty (DVD9 to 2x DVD5) INNO SETUP peterf1999 PC Games - CD/DVD Conversions 18 18-01-2013 19:41
Transformers Fall of Cybertron (2xDVD5 - Inno Setup) Fabioddq PC Games - CD/DVD Conversions 33 26-12-2012 19:53



All times are GMT -7. The time now is 05:24.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
FileForums @ https://fileforums.com