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
  #1  
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
Sponsored Links
  #2  
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)
  #3  
Old 02-01-2014, 13:30
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
hi fellow Member

Check my Attached exe and tell me how is it?

how to make like this m8?
Reply With Quote
  #4  
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
  #5  
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
  #6  
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
  #7  
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
  #8  
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
  #9  
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)
  #10  
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
  #11  
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)
  #12  
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
  #13  
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
  #14  
Old 10-12-2013, 15:59
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
Dude i meant the title of the window it self not the content.
Attached Images
File Type: jpg 12-11-2013 2-18-05 AM.jpg (6.2 KB, 209 views)

Last edited by danswano; 10-12-2013 at 16:18.
Reply With Quote
  #15  
Old 15-12-2013, 01:35
hackjack hackjack is offline
Registered User
 
Join Date: Nov 2011
Location: INDIA
Posts: 18
Thanks: 5
Thanked 2 Times in 2 Posts
hackjack is on a distinguished road
i compiled using blackbox script by kurutuco but i get error during when the setup file is extracting.i tried darkbox setup too. here is the images of error- http://img11.imageshack.us/img11/6941/lkkv.png
http://img607.imageshack.us/img607/5185/vkxz.png
http://img42.imageshack.us/img42/9836/ve3u.png
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 03:42.


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