|
|
|
#1
|
|||
|
|||
|
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. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
you can edit english.ini file..
|
|
#3
|
|||
|
|||
|
Not the inno messages, the ISDone.dll error popups.
|
|
#4
|
||||
|
||||
|
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) | ||
|
#5
|
|||
|
|||
|
What about "ISDone.dll" in the popup window title?
|
|
#6
|
|||
|
|||
|
"ERROR_PARSE_FILENOTFOUND"="Your message
|
|
#7
|
|||
|
|||
|
[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) | ||
|
#8
|
||||
|
||||
|
Will it work sentinelks??
|
|
#9
|
|||
|
|||
|
I think so .. or need to create an if
|
![]() |
| 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 |