|
#812
|
||||
|
||||
|
#813
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
y_thelastknight (04-12-2013) | ||
|
#814
|
||||
|
||||
|
#815
|
||||
|
||||
|
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: | ||
|
#816
|
|||
|
|||
|
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. |
|
#817
|
||||
|
||||
|
you can edit english.ini file..
|
|
#818
|
|||
|
|||
|
Not the inno messages, the ISDone.dll error popups.
|
|
#819
|
||||
|
||||
|
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) | ||
|
#820
|
|||
|
|||
|
[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) | ||
|
#821
|
||||
|
||||
|
Will it work sentinelks??
|
|
#822
|
|||
|
|||
|
What about "ISDone.dll" in the popup window title?
|
|
#823
|
|||
|
|||
|
Quote:
16:9 standard with black stripes 4:3 standard no black stripes |
|
#824
|
|||
|
|||
|
I think so .. or need to create an if
|
|
#825
|
|||
|
|||
|
"ERROR_PARSE_FILENOTFOUND"="Your message
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |