|
|
|
#1
|
||||
|
||||
|
use inno setup enhanced edition
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
y_thelastknight (08-03-2014) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
I use unicode. I serarch but not found enhanced edition
|
|
#3
|
||||
|
||||
|
Here's the Enhanced version, just extract & use.
|
| The Following 6 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
ahmetbtmn (07-03-2014), ashhsa (09-08-2020), Behnam2018 (08-02-2020), lhanz678 (05-09-2014), Shadow Delta (22-05-2014), y_thelastknight (08-03-2014) | ||
|
#4
|
||||
|
||||
|
How to increase slide show time ?
|
|
#5
|
||||
|
||||
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
y_thelastknight (20-06-2014) | ||
|
#6
|
||||
|
||||
|
[Game]
Name=TEST Publisher=XXXX Version=1.0.0 Size=5200 Exec=Binaries\Launcher.exe ( The name & location of Your game's EXE) //Exec2Name=x64 //Exec2=Binaries\Launcher.exe [Redist] Comment these out with // IF your game doesn't have them or else enter in the folder name like it exists in game folder 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 not needed unless you used precomp to make your bin file [FreearcFile1] Archive={src}\Data1.arc change to match the name of your file Output={app} Disk=1 ;Password= The types listed below can be changed to match your files IF you HAD more then 1. Just shows what types of files can be entered in setup.ini. [FreearcFile2] Archive={src}\Data2.arc Output={app} Disk=1 ;Password= //[7ZipFile2] Archive={src}\Data.7z Output={app} Disk=2 ;Password= //[RarFile3] Archive={src}\Data.rar Output={app} Disk=2 ;Password= |
| The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
Prince Soft (05-11-2016), y_thelastknight (19-08-2014) | ||
|
#7
|
|||
|
|||
|
some guys like pakrat2k2 , razor , y_thelastknight and altef_4 Are fuc***g expert !!
I don't know how someone can be so expert ![]() Thanks Thanks... For below thing, i used precomp also. Quote:
arc a -lc8 -ep1 -ed -r -w.\ Data\TEST.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\*" So now tell according to this ![]() Am i have to write "test.bin" in place of "Data1.arc" ? [FreearcFile1] Archive={src}\Data1.arc |
|
#8
|
||||
|
||||
|
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: | ||
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
||||
|
||||
|
set the precomp line equal to which version of precomp you used, & secondly change Data1.arc to test.bin for your example. Don't forget to comment out the freearcfile2 line ( use // ) just like the rest.
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
y_thelastknight (19-08-2014) | ||
|
#11
|
|||
|
|||
|
Quote:
what to write in Disk=1, Output={app} and password compulsory ?? And i put "//" to all files, except some files which i needed. In Script.iss do i have to edit full green text or just some red text ? Quote:
![]() And will we have to add setup.ini with test.bin and setup folder ?? Last edited by Adonix; 19-08-2014 at 19:52. |
| The Following User Says Thank You to Adonix For This Useful Post: | ||
Prince Soft (05-11-2016) | ||
|
#12
|
||||
|
||||
|
@Adonix
Do some reading of the forums instead of spamming the forum with questions which have been asked and 'answered' many many times. All the answers you seek are here on these forums, read read read .... that is the only way you are going to learn. And do NOT double post all the time, edit your original post instead of double posting.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
![]() |
| The Following 2 Users Say Thank You to Grumpy For This Useful Post: | ||
altef_4 (19-08-2014), y_thelastknight (19-08-2014) | ||
|
#13
|
|||
|
|||
|
Quote:
|
|
#14
|
|||
|
|||
|
How do i add a password to the installer please?
|
|
#15
|
||||
|
||||
|
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 |
![]() |
|
|
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 |