|
#91
|
|||
|
|||
|
Quote:
|
| Sponsored Links |
|
#92
|
||||
|
||||
|
adonix mate..
you don't have anything to edit in Script.iss 1- make your bin files.. 2- edit the Setup.ini in output dir for you purpose. 3- open the script.iss and compile..thats all you have to do.. Code:
[Game]
Name=(name of the game)
Publisher=(publisher of the game)
Version=(version of the game)
Size=(required disk space for your game)
Exec=Binaries\Launcher.exe (where is your main exe file in the installation dir and main exe file name..)
//Exec2Name=x64 (secondary exe file name)(delete the line if you don't have secondary exe)
//Exec2=Binaries\Launcher.exe (where is your secondary exe file in the installation dir and exe file name..)(delete the line if you don't have secondary exe)
[Redist]
Redist1Name=Direct X
Redist1Command={src}\Redist\DirectX\DXSetup.exe
Redist1Parameter=/Silent
Redist2Name=Microsoft Visual C++
Redist2Command={src}\Redist\vcredist_x86\vcredist_x86.exe
Redist2Parameter=/q /norestart
[Settings]
Precomp=0.38 (what version of precomp you used to compress your bin files)
[FreearcFile1] (what format you used for compress(Freearc, 7Zip, Rar))(you archive number)
Archive={src}\Setup-1.bin (your bin file directory and bin file)
Output={app} (output directory)
Disk=1 (your disk number where your archive file is)
Password= (your bin password) (if you don't have password for your archive then put it blank)
do you know what to do when you have multiple bin files is it?
Pakrat2k, altef_4, Grumpy thanks for the backup guys..
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#93
|
|||
|
|||
|
#94
|
||||
|
||||
|
i think that archive is corrupted.
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#95
|
|||
|
|||
|
not possible,.i used this installer to compress : http://fileforums.com/attachment.php...3&d=1371369297
|
|
#96
|
|||
|
|||
|
Ok, you said corrupted,..
i tried by using another bin file created by using : http://fileforums.com/attachment.php...3&d=1371369297 compressor provided here. But again same error giving : http://i.imgur.com/jWyApl9.jpg Please help i have done very hard work to complete the installer :'( Please help.
|
|
#97
|
||||
|
||||
|
if you really think that someone helped you on this forum, then don't forget about thanks button on the bottom right corner of the useful message.
|
| The Following 4 Users Say Thank You to altef_4 For This Useful Post: | ||
|
#98
|
|||
|
|||
|
Quote:
|
|
#99
|
||||
|
||||
|
I think you add " appid " internally ... i mean in the script . But, need to add it in the Setup.ini or just remove it and compile it again then you`ll get a successful output !
|
|
#100
|
||||
|
||||
|
Friend/Brother,
I'm getting " CallbackAddr " what should i do ... ?! Should i use the advanced inno setup you asked to do compile if we get any errors is there any solution other than using enchanced edition of inno setup?!
|
|
#101
|
||||
|
||||
|
Quote:
you have to change the code to use CallbackCtrl.dll
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#102
|
||||
|
||||
|
setup has crashed -m4 compression ? any idea?
|
|
#103
|
|||
|
|||
|
How do i add a password to the installer please?
|
|
#104
|
|||
|
|||
|
Nice installer!
Few questions: 1. Watching screens I'm assuming it works on Win8 x86 & X64 ? 2. Does this script can extract arc-srep-precomp-arc (bin) archives "on the fly" directly in the RAM memory as the Razor IC does? If not, is there any chance to implement this future to reduce extraction time? 3. Could you update ur script to the latest SREP 3.92 and precomp 0.43 ? Last edited by hydefromt70s; 13-11-2014 at 17:00. |
|
#105
|
||||
|
||||
|
what you mean password for the installer?
Quote:
2. yeah i will extract on the fly. isdone scripted by razor so it will work like his ic. 3. sorry mate, i dont have time to upgrade my projects. if i have time i will.
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
hydefromt70s (20-11-2014) | ||
![]() |
|
|
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 |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| NASCAR The Game 2013 (inno setup script) | sentinelks | PC Games - CD/DVD Conversions | 28 | 08-09-2013 20:30 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |