FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

HellRazor 22-06-2012 15:31

Inside LangScript.iss, lines marked with ser. are not Serbian but Croatian.

Please replace the strings from lines 932-963 with this:

Code:

;SERBIAN
ser.ending=%1 - Instalacija
ser.German=Nemački
ser.English=Engleski (Sjedinjene Američke Države)
ser.EnglishUK=Engleski (Ujedinjeno Kraljevstvo)
ser.Spanish=Španski (Španija)
ser.SpanishMX=Španski (Meksiko)
ser.French=Francuski (Standard)
ser.Italian=Italijanski
ser.Dutch=Holanđanski
ser.Polish=Poljski
ser.Portuguese=Portugalski (Portugal)
ser.PortugueseBR=Portugalski (Brazil)
ser.Romanian=Rumunski
ser.Czech=Češki
ser.Japanese=Japanski
ser.Russian=Ruski
ser.Turkish=Turski
ser.Persian=Persijski
ser.Danish=Danski
ser.Norwegian=Norveški
ser.Swedish=Švedski
ser.Hungarian=Mađarski
ser.Korean=Korejanski
ser.ChineseT=Kineski (Tradicionalan)
ser.Thai=Tajlanđanski
ser.Albanian=Albanski
ser.Bosnian=Bosanski
ser.Croatian=Hrvatski
ser.Finnish=Finski
ser.Greek=Grčki
ser.Serbian=Srpski
ser.Vietnamese=Vijetnamski


MIDOHERO007 24-06-2012 10:59

hello really great work i am glade to talk with u :D
first i have some problems
i am now making repack of Alane walk ok?/
i have repalced ..backgrounds..logo..autorun images etc etc in the saaaame extension !!
in the setup files
after that i have compressed it to setup.cap
but when i have opened setup to check
i have been :eek::eek:
no logo..no background no font(and i don't replace it ...i left it of yours)

i need more of Tutorial


Quote:

ExtractSettings => this part defines files for extracting
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1; PrecSrep:0;Lang:de
FreeArcFile2={src}\Data2.cab;DestDir:{app};Disk:1
Data1.cab => name of the archive that should be extracted
DestDir:{app} => folder where the game should be extracted ({app} is game folder)
Disk => number of, on which disk the archive is
Precsrep => use extreme decompression method
for this you need to compress the archive this way:
Example if you want to name your archive Data.cab
Compress all files in Data.arc
-> Compress Data.arc in Data.pcf
-> Compress Data.pcf in Data.srep
-> Compress Data.srep in Data.cab
Lang => defines for which language the archive should be extracted (look for available languages to "Language Info")
FreeArcFile1 number of archive which should be extracted
FreeArcFile = Defines the file header. Possible values FreeArcFile, 7zFile and RarFile
1 = defines number of archive which should be extracted
if you want to extract one FreeArcFile one 7z file you need to define like this:
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1; PrecSrep:0;Lang:de
7zFile1={src}\Data2.cab;DestDir:{app};Disk:1
i didn't understand !!


now these is the files of game cracked
http://img855.imageshack.us/img855/2020/165645.png
how i can compressed it ( what is the best ..ultra..normal ??)
and make it flexible with the setup !!

also there is some games there videos are 1024 !
how i can covert them to 720p ...so there size will decrease
really i thank you
please help me ...

jvs7 24-06-2012 12:32

isdone delete script
 
hello friends, I could say as eliminating isdone compression commands?

yener90 24-06-2012 18:07

Setup.cab is a zip file.
Compress it as zip then rename to Setup.cab

dont know...you need to try out yourself which fits best.

about 720p...dont have any experience with this.
but look at forum...bamse made a 1xdvd5 conversion with converting video files.

MIDOHERO007 24-06-2012 18:45

dude it does not work !!
i have compressed it by winrar as zip right?
after that rename it
Setup.cab??

the setup does not start firstly !
it says
" can not find setup files "
please help ...thanks

pakrat2k2 24-06-2012 22:05

you need to have ALL the setup.* files along with your archives. make sure you've edited the setup.ini to match your game info as well.

hamada799 25-06-2012 02:44

ok .. but what if i have a game in a multiple .bat files ???

and i want to make the setup launch the setup .bat to decompress the game in specified directory ??

MIDOHERO007 25-06-2012 13:47

Quote:

Originally Posted by pakrat2k2 (Post 403689)
you need to have ALL the setup.* files along with your archives. make sure you've edited the setup.ini to match your game info as well.

I do not under stand u..?:D
please print screen

pakrat2k2 25-06-2012 16:14

Notice setup* files along with your game archive.

http://img23.imageshack.us/img23/6753/filesy.jpg

kassane 26-06-2012 13:09

Yener90 is possible in the next version of CI put in your script "Current Files - to show the files you are installing" during installation?

splitdvd9todvd5 26-06-2012 18:55

for me no more complains about this powerful and amazing custom installer!

thanks and morepower yener90...:)

lupetto77 27-06-2012 07:14

I also solved thanks ..

lupetto77 27-06-2012 14:03

Quote:

Originally Posted by yener90 (Post 403631)
disable precsrep switches...meaning make it 0.
edit
PrecompVer=0
to PrecompVer=inside
try it out :/ doesnt work properly for me maybe for you.

Yener is just to inform you that the method does not work inside these problems,,,
I did several tests without first putting in setup.ini: PrecompVer = 0

[ExtractSettings]
FreeArcFile1 = {src} \ Data1.bin; DestDir: {app}; Disk: 1; PrecSrep: 1
FreeArcFile1 = {src} \ Data2.bin; DestDir: {app}; Disk: 1; PrecSrep: 1
and gives me this error:

http://s2.imagestime.com/out.php/i738241_1.jpg

Then I tried putting like you said so:
PrecompVer = inside

[ExtractSettings]
FreeArcFile1 = {src} \ Data1.bin; DestDir: {app}; Disk: 1; PrecSrep: 1
FreeArcFile1 = {src} \ Data2.bin; DestDir: {app}; Disk: 1; PrecSrep: 1
and it seems that the install then after 1 minute from this error:

http://s6.imagestime.com/out.php/i738245_2.jpg

I hope that in the next update you can integrate the function for files Inno-precomp-SREP.

Hello and thanks to all ...

WankaWanka 01-07-2012 16:27

Yener, a question. What parameters should I use for Nvidia Physx .msi?
The file .msi need the msiexec to work, I tried various parameters and no worked.
I am using the CI 8.3.5.1.
I appreciate the help...

The file is PhysX-9.11.1107-SystemSoftware.msi.

Launch4=NVIDIA PhysX
Launch464=0
Launch4BeforeInstall=0
LaunchCom4=PhysX-9.11.1107-SystemSoftware.msi
LaunchArg4=????

pakrat2k2 01-07-2012 17:03

LaunchArg4=/q:a


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

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