|
#11
|
|||
|
|||
|
Blackbox Inno Setup Script Update
I have added some features to this script. So, I want to share it for you.
What's New? -------------- 1) Multi2 feature added. (English+Turkish) But, you can add your language, if you want. 2) Version information added. PS: This version info is not game version. This version info is shown at file properties. 3) "MinVersion" code added. This code describes minumum Windows version that requires Setup can run. But, you can remove it, if you want. 4) "UninstallDisplaySize" code added. This code describes game size that is shown at Program Add/Uninstall. PS: This value must be in terms of bytes. 5) "PrivilegesRequired" code added. If you set this as "poweruser" or "admin" , setup will require admin rights. If you set this as "lowest", every user can run Setup; Setup won't require admin rights. 6) Ram detection feature added. To use this feature, you must move "kernel32.dll" into "include" folder. If the computer's ram size lower than ram size that you set, Setup will show message. VERY IMPORTANT: This dll file checks max. usable memory, not installed memory size. So, if you have 4 gb ram and if you set ram limit to 4 gb; you will get insufficient ram error. PS: This dll doesn't support ram sizes that are much than 8 GB. PS-2: You must set ram size in terms of bytes. Last edited by DrakeMcCain; 02-06-2015 at 12:39. |
| 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 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |