|
|
|
#1
|
||||
|
||||
| Sponsored Links |
|
#2
|
||||
|
||||
|
hi fellow Member
Check my Attached exe and tell me how is it?
Last edited by y_thelastknight; 05-12-2013 at 13:08. |
| The Following 3 Users Say Thank You to y_thelastknight For This Useful Post: | ||
|
#3
|
||||
|
||||
|
how to make like this m8?
|
|
#4
|
||||
|
||||
|
#5
|
|||
|
|||
|
Quote:
16:9 standard with black stripes 4:3 standard no black stripes |
|
#6
|
|||
|
|||
|
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. |
|
#7
|
||||
|
||||
|
you can edit english.ini file..
|
|
#8
|
|||
|
|||
|
Not the inno messages, the ISDone.dll error popups.
|
|
#9
|
||||
|
||||
|
Dude check english.ini in where arc.ini and other isdone file are placed..edit that it will work.
|
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
danswano (10-12-2013) | ||
|
#10
|
|||
|
|||
|
What about "ISDone.dll" in the popup window title?
|
|
#11
|
|||
|
|||
|
[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. |
| The Following User Says Thank You to sentinelks For This Useful Post: | ||
danswano (10-12-2013) | ||
|
#12
|
||||
|
||||
|
Will it work sentinelks??
|
|
#13
|
|||
|
|||
|
I think so .. or need to create an if
|
|
#14
|
|||
|
|||
|
Dude i meant the title of the window it self not the content.
Last edited by danswano; 10-12-2013 at 16:18. |
|
#15
|
|||
|
|||
|
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 |
![]() |
|
|
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 |