Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #811  
Old 03-12-2013, 08:15
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Free Space percentage : {percentage of the free space}

Attachment
Link

how to create like this?
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
danswano (03-12-2013)
Sponsored Links
  #812  
Old 03-12-2013, 14:10
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
Hello to all ...

I would like to add a video with the edges of blacks during the installation this way:



does anyone know how to do it?
Reply With Quote
  #813  
Old 04-12-2013, 03:32
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
Free Space percentage : {percentage of the free space}

Attachment
Link

how to create like this?
Free Space / Total Space * 100
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
y_thelastknight (04-12-2013)
  #814  
Old 04-12-2013, 03:49
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Free Space / Total Space * 100
message me on FB
Reply With Quote
  #815  
Old 05-12-2013, 13:04
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
hi fellow Member

Check my Attached exe and tell me how is it?

Attached Files
File Type: 7z Disk Space.7z (362.4 KB, 84 views)

Last edited by y_thelastknight; 05-12-2013 at 13:08.
Reply With Quote
The Following 3 Users Say Thank You to y_thelastknight For This Useful Post:
danswano (05-12-2013), papas (02-09-2016), Razor12911 (05-12-2013)
  #816  
Old 10-12-2013, 12:10
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Hello,

I have 2 questions:

1- Few games recently have 32bit and 64bit executables, how to make a condition in inno to create a shortcut for the 64bit exe if the system is x64 and a shortcut for the 32bit exe if the system is x86.

2- Is it possible to customize the ISDone.dll error messages?

Thanks.
Reply With Quote
  #817  
Old 10-12-2013, 12:25
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by danswano View Post
2- Is it possible to customize the ISDone.dll error messages?
Thanks.
you can edit english.ini file..
Reply With Quote
  #818  
Old 10-12-2013, 12:28
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
you can edit english.ini file..
Not the inno messages, the ISDone.dll error popups.
Reply With Quote
  #819  
Old 10-12-2013, 12:35
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by danswano View Post
Not the inno messages, the ISDone.dll error popups.
Dude check english.ini in where arc.ini and other isdone file are placed..edit that it will work.
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
danswano (10-12-2013)
  #820  
Old 10-12-2013, 12:35
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
[Files]
Source: "MyProg-x64.exe"; DestDir: "{app}"; Check: IsWin64; install only system x64
Source: "MyProg-x86.exe"; DestDir: "{app}"; Check: "not IsWin64"; no install in win x64

Last edited by sentinelks; 10-12-2013 at 12:37.
Reply With Quote
The Following User Says Thank You to sentinelks For This Useful Post:
danswano (10-12-2013)
  #821  
Old 10-12-2013, 12:38
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by sentinelks View Post
[Files]
Source: "MyProg-x64.exe"; DestDir: "{app}"; Check: IsWin64; install only system x64
Source: "MyProg-x86.exe"; DestDir: "{app}"; Check: "not IsWin64"; no install in win x64
Will it work sentinelks??
Reply With Quote
  #822  
Old 10-12-2013, 12:40
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
Dude check english.ini in where arc.ini and other isdone file are placed..edit that it will work.
What about "ISDone.dll" in the popup window title?
Reply With Quote
  #823  
Old 10-12-2013, 12:40
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Quote:
Originally Posted by lupetto77 View Post
Hello to all ...

I would like to add a video with the edges of blacks during the installation this way:



does anyone know how to do it?

16:9 standard with black stripes
4:3 standard no black stripes
Reply With Quote
  #824  
Old 10-12-2013, 12:42
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
Will it work sentinelks??
I think so .. or need to create an if
Reply With Quote
  #825  
Old 10-12-2013, 12:47
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Quote:
Originally Posted by danswano View Post
What about "ISDone.dll" in the popup window title?
"ERROR_PARSE_FILENOTFOUND"="Your message
Reply With Quote
Reply


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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



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


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