View Single Post
  #11  
Old 31-05-2015, 10:06
DrakeMcCain DrakeMcCain is offline
Registered User
 
Join Date: Sep 2014
Location: Turkey
Posts: 10
Thanks: 0
Thanked 8 Times in 5 Posts
DrakeMcCain is on a distinguished road
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.
Attached Files
File Type: rar Script.rar (93.0 KB, 147 views)

Last edited by DrakeMcCain; 02-06-2015 at 12:39.
Reply With Quote
The Following 2 Users Say Thank You to DrakeMcCain For This Useful Post:
Gehrman (04-06-2022), Simorq (31-05-2015)