Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-03-2014, 06:39
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by ahmetbtmn View Post
I add video.avi but give error. I delete video but again error. Download again and compile (I did not change anything) but error

use inno setup enhanced edition
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
y_thelastknight (08-03-2014)
Sponsored Links
  #2  
Old 07-03-2014, 07:08
ahmetbtmn's Avatar
ahmetbtmn ahmetbtmn is offline
Registered User
 
Join Date: Feb 2013
Location: Turkey
Posts: 216
Thanks: 241
Thanked 443 Times in 120 Posts
ahmetbtmn is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
use inno setup enhanced edition
I use unicode. I serarch but not found enhanced edition
Reply With Quote
  #3  
Old 07-03-2014, 11:28
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by ahmetbtmn View Post
I use unicode. I serarch but not found enhanced edition
Here's the Enhanced version, just extract & use.
Attached Files
File Type: rar Inno Ultra (enhanced edition).rar (2.62 MB, 1456 views)
Reply With Quote
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  
Old 20-06-2014, 09:16
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
How to increase slide show time ?
Reply With Quote
  #5  
Old 20-06-2014, 13:09
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by ashyamsundar View Post
How to increase slide show time ?
go read post #55
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
y_thelastknight (20-06-2014)
  #6  
Old 19-08-2014, 08:28
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
[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=
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
Prince Soft (05-11-2016), y_thelastknight (19-08-2014)
  #7  
Old 19-08-2014, 08:34
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
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:
[Settings]
Precomp=0.38 not needed unless you used precomp to make your bin file
I used below code for compression :
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
Reply With Quote
  #8  
Old 20-08-2014, 00:27
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by Adonix View Post
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.

...
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.
Reply With Quote
The Following 4 Users Say Thank You to altef_4 For This Useful Post:
Adonix (20-08-2014), Grumpy (13-11-2014), papas (02-09-2016), y_thelastknight (20-08-2014)
  #9  
Old 20-08-2014, 00:36
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
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.
i really don't know thanks for telling
Reply With Quote
  #10  
Old 19-08-2014, 12:37
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
y_thelastknight (19-08-2014)
  #11  
Old 19-08-2014, 19:10
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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.
THANKS !!!!!!!!!!!!!!!!!
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:
AppName={code:GameName}
AppPublisher={code:GamePublisher}
AppVersion={code:GameVersion}
AppComments={code:GameName}
DefaultDirName={pf}\{code:GamePublisher}\{code:Gam eName}
DefaultGroupName={code:GamePublisher}\{code:GameNa me}
Can't we have Autorun.inf in place of Setup.ini, can somebody remove setup.ini ?...work would become more easy then
And will we have to add setup.ini with test.bin and setup folder ??

Last edited by Adonix; 19-08-2014 at 19:52.
Reply With Quote
The Following User Says Thank You to Adonix For This Useful Post:
Prince Soft (05-11-2016)
  #12  
Old 19-08-2014, 20:59
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
@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'
Reply With Quote
The Following 2 Users Say Thank You to Grumpy For This Useful Post:
altef_4 (19-08-2014), y_thelastknight (19-08-2014)
  #13  
Old 19-08-2014, 21:24
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Quote:
Originally Posted by Grumpy View Post
@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.
Grumpy brother, i am searching + reading the forum since 3 days whole day and night, and when i am not finding some answer, then only asking !!
Reply With Quote
  #14  
Old 11-11-2014, 15:10
Dansoft Dansoft is offline
Registered User
 
Join Date: Nov 2012
Location: Uganda
Posts: 28
Thanks: 10
Thanked 2 Times in 2 Posts
Dansoft is on a distinguished road
Question password

How do i add a password to the installer please?
Reply With Quote
  #15  
Old 19-08-2014, 21:58
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
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
Reply With Quote
The Following 3 Users Say Thank You to y_thelastknight For This Useful Post:
altef_4 (19-08-2014), Grumpy (13-11-2014), samer1 (28-08-2014)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 19:56.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com