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)

REV0 08-07-2012 12:45

Quote:

Originally Posted by yener90 (Post 404192)
[B]


2. Also tested beta version and music.png is not editable. I wanted to change it with more 'classy' one
yes its editable.
just replace in include folder
unfortunately not resizable currently.

I changed it (overwrote it) and redo Compiling but didnt change, interesting.

Btw, are we doing something extra for videos ? I put the avi file in necessary place than started setup, it passed to backgrounds, if there's any button to start the video, i couldnt see it

yener90 08-07-2012 14:38

hmm setup couldnt install codec which is required therefore switched to backgrounds...

you need to compile langscript.iss

REV0 08-07-2012 15:43

Quote:

Originally Posted by yener90 (Post 404194)
hmm setup couldnt install codec which is required therefore switched to backgrounds...

you need to compile langscript.iss

compiled it, i have dll.exe and setup.exe in the end

yener90 08-07-2012 18:08

Launch autorun_renamer.bat...dont know exactly the name...then it should work fine.

mikey26 09-07-2012 03:32

Hi yener90 great source any help with precomp and srep does not work with beta just give a error when it get to that cab or arc file.

BAMsE 10-07-2012 12:24

mikey26 precomp + srep works fine in beta release, just be sure to set proper precomp version in setup.ini i.e.
Code:

PrecompVer=0.42

mikey26 10-07-2012 13:26

thx BAMsE u a legend :-) i am busy testing to see if it works with the beta freearc as it has precomp and srep all in one :-) FreeArc 0.67 (May 22 2012)

szurkulet 13-07-2012 04:52

Hi guys!

I need your help,please! I am Hungarian,therefor sorry for my english!

I have made an installer script with InnoSetup 5.5.0(u),and created it
succesfully tought,but during install it says always Setup/Uninstal
stopped working,and I don't know why? I am a "green" therefor ask you
for your help!
Attached: ScreenHunter_003 jpeg and syndicate.iss
Used programs: InnoSetup 5.5.0(u)
FreeArc 0.666

ScreenHunter_003 jpeg

http://i3.lulzimg.com/721ce9f0d2.jpg

[Joe Forster/STA: This is the usual meaningless Windows message when a program crashes, Windows will close it or you can choose to debug.]

Syndicate.iss

Code:

http://www.mediafire.com/?hhdhbh8tth28wkq
The problem is been solved just deleted a couple of lines in the [Languages] and [CustomMessages] sector and after it installed correctly,but I have got another one:The timer tickts not correctly in the progressbar,this is too high for me,I can't solve it,please help me somebody! If somebody could correct me the scrip.file,I would very appreciate that.

Syndicate.iss

Code:

http://www.mediafire.com/?8v9of8vjkdfi9af
I have only one arc.file to extract (called:1.arc),(size:5 493 394 KB)

lupetto77 13-07-2012 15:20

Quote:

Originally Posted by BAMsE (Post 404225)
mikey26 precomp + srep works fine in beta release, just be sure to set proper precomp version in setup.ini i.e.
Code:

PrecompVer=0.42

is made ​​so true decompresses files
FreeArc-m0
precomp
SREP
FreeArc.maximum

mikey26 13-07-2012 16:45

Edit the Ini file: add this(this is a example below)

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

Also specify the version of precomp used: eg: PrecompVer=0.42


The script u looking at is for Peter's script and his bat files a bit different from yeners Script.

pakrat2k2 13-07-2012 16:51

which lupett077 has been told 100's of times already, you CANNOT use peter's method of compression ( freearc commandlline ) with Yener's CI 8 !!!

He repeatedly ask the same thing over & over again... in multiple threads.

pakrat2k2 13-07-2012 22:07

Quote:

Originally Posted by szurkulet (Post 404291)
Hi guys!

I need your help,please! I am Hungarian,therefor sorry for my english!

I have made an installer script with InnoSetup 5.5.0(u),and created it
succesfully tought,but during install it says always Setup/Uninstal
stopped working,and I don't know why? I am a "green" therefor ask you
for your help!

Used programs: InnoSetup 5.5.0(u)
FreeArc 0.666



The problem is been solved just deleted a couple of lines in the [Languages] and [CustomMessages] sector and after it installed correctly,but I have got another one:The timer tickts not correctly in the progressbar,this is too high for me,I can't solve it,please help me somebody! If somebody could correct me the scrip.file,I would very appreciate that.

I have only one arc.file to extract (called:1.arc),(size:5 493 394 KB)

The issue is you have no define records.inf ( which is used once script is compiled once without it enabled ) sets the progress bar length to correct dimensions dependant on number of archives / files. Then you enable it so that the progressbar displays properly. But using a script from the internet without understanding what it does, makes it very hard to 'fix' any issues with it. Best off to use one of the conversions listed in game index on the forum here as they work 100%.

http://fileforums.com/showthread.php?t=74084

Joe Forster/STA 14-07-2012 02:57

Quote:

Originally Posted by pakrat2k2 (Post 404299)
which lupett077 has been told 100's of times already, you CANNOT use peter's method of compression ( freearc commandlline ) with Yener's CI 8 !!!

He repeatedly ask the same thing over & over again... in multiple threads.

Please, report the useless/annoying posts and they will be removed.

lupetto77 16-07-2012 12:55

Sorry guys but I tried this method to compress

FreeArc-m0
precomp-intensive
SREP
FreeArc fast

but when I go to installae takes more than 15 minutes for a single compressed archive.

Can you advise me how to compress enough, but then when I go to unzip it takes less?

mikey26 16-07-2012 14:14

@lupetto77 i have no idea what else to tell you guys( Bamse :-) ) have explained in depth on how this works.my advice is start at page 1 and read and read and read until all this make sense.practice to create a few installer fail at it and try agian until u get it right only way to learn mate.

BAMsE 16-07-2012 17:18

lupetto77 it's perfectly normal and you can't speed it up because this file is compressed three times. Especially unprecomping takes a lot of time. My Max Payne 3 has near 7GB of srepped and precomped archives and it needs above 2 hours to install :-)

tiendat2013 17-07-2012 21:37

Give me files GDF.dll and GDF2.dll

napalmguy 17-07-2012 23:28

Quote:

Originally Posted by tiendat2013 (Post 404371)
Give me files GDF.dll and GDF2.dll

You can get these files supplied with your game or you can create them yourself.
either way they are not that important. it's used only to add the game to Game Explorer and if CI doesn't find them it skips them completely

yener90 20-07-2012 02:38

Ive got today time to improve CI.
Targets:
-> Option to show fullscreen background images
-> Music button is editable through Setup.cab
-> integrate command line decompression to CI!!!! :mad:

any other points are welcome :D

mikey26 20-07-2012 02:48

Hi yener90's. when installer is running can u add in what files are beening installed with percentages.great CI BTW

yener90 20-07-2012 03:08

this stupid command line makes me really upset....
MY INSTALLER WILL NEVER SUPPORT IT.
I give up. If someone manages respect to him.

mikey26
on progressbar it will not work
-> i will add it to the title.

Th3Raven 20-07-2012 05:19

Yener90 please do not forget about the PM's i've send it to you: (the third icon on desktop and in start menu) and dual line text in autorun.

RESPECT for your work.

REV0 21-07-2012 05:13

Hi yener,

''Can you give different button length and width for autorun, is it possible ? I need Install button bigger than cancel and quit.
it works already in Beta...
just set Button2width Button2Height button3width etc''

FYI, i tried to change them in Autorun.exe but your advice didnt work in BETA version.

Cheers.

BAMsE 21-07-2012 06:20

yener90 I experienced "out of memory" problem while installing from "PrecSrep" archives. My Max Payne 3 conversion contains 6 of these archives (approx. 1.2GB cab, 3.3GB srep, 7.2GB pcf, 3.5GB arc) and while installer tries to unarc 5th one (compressed one, not -m0) ISDone.dll gives me an error, that unarc.dll reports out of memory (probably code 5 - I must check it once again). Occupied memory grows during installation approx. 300MB with every next cab and at point of error it occupies 1.7GB of RAM (4GB installed in system) and this is all it declares to system (checked in resource manager).

Why installer can't free some memory used to extract previous cabs?

If you don't understand what I'm saying about, please wait to Monday and I'll post some screens :D

yener90 24-07-2012 04:58

Quote:

Originally Posted by BAMsE (Post 404422)
yener90 I experienced "out of memory" problem while installing from "PrecSrep" archives. My Max Payne 3 conversion contains 6 of these archives (approx. 1.2GB cab, 3.3GB srep, 7.2GB pcf, 3.5GB arc) and while installer tries to unarc 5th one (compressed one, not -m0) ISDone.dll gives me an error, that unarc.dll reports out of memory (probably code 5 - I must check it once again). Occupied memory grows during installation approx. 300MB with every next cab and at point of error it occupies 1.7GB of RAM (4GB installed in system) and this is all it declares to system (checked in resource manager).

Why installer can't free some memory used to extract previous cabs?

If you don't understand what I'm saying about, please wait to Monday and I'll post some screens :D

i understand exactly what you mean :D
problem solvation is the biggest deal here :confused:
so far i know freeing memory is not supported by Inno Setup ifself.
i will look into isDone.

REV0
it worked fine for me.
i did some updates some time ago, cant remember...maybe im using different version than the one here in thread :p

bad news...i dont have any more time for this project.
seems to be that this project can be paused from my side 8 - 12 months.

REV0 24-07-2012 05:05

Quote:

Originally Posted by yener90 (Post 404464)
REV0
it worked fine for me.
i did some updates some time ago, cant remember...maybe im using different version than the one here in thread :p

bad news...i dont have any more time for this project.
seems to be that this project can be paused from my side 8 - 12 months.

y o utube.com/watch?v=WWaLxFIVX1s

at least can you upload your beta's beta version :p

And about hypersonic backgrounds, it's happening after 10th image, confirmed

yener90 25-07-2012 08:08

ok last update for a long time:
UPDATE 8.4
- added fullscreen mode for installer background images
-> ShowBGFullscreen=1 option in InterfaceSettings
- added third game icon
-> enabling -> same method like enabling secondbutton, but instead of 2's 3's
- updated translations
- music button is editable
- possibility to switch off autorun music
-> if you want to have music in autorun, put music.mp3 to the main folder of Setup.cab
-> if you dont want to have music in autorun, only in installer, put music.mp3 to the Setup folder of Setup.cab

Little info for button resizing in Autorun:
unfortunately ExitLeft etc you get confusing
ButtonWidth/Height/label etc = Play Button
Button2Width/Height/label etc = Play2 Button
Button5Width/Height/label etc = Play3 Button
Button3Width/Height/label etc = Un/-install Button
Button4Width/Height/label etc = Exit Button
But left and top options are stayed like before.
ExitLeft/ExitTop is for setting them.

- used REV0's Prototype2 Theme as example in script.

szurkulet 26-07-2012 03:25

UPDATE 8.4

It says always :
Trojan.Gen.2
C:\users\....\appdata\local\temp\is-k1l82.tmp\precomp042.exe
Why???? Is it infected or what?

REV0 26-07-2012 08:23

Quote:

Originally Posted by szurkulet (Post 404487)
UPDATE 8.4

It says always :
Trojan.Gen.2
C:\users\....\appdata\local\temp\is-k1l82.tmp\precomp042.exe
Why???? Is it infected or what?

False error ignore it.

PS: Thanks for the last update yener, hope see you soon again, cheers friend

MartinezPL 29-07-2012 06:13

I have one wish...support to mix of precomp version :
exaple :
Data.arc packs great with 038 but when you try it with 042 precomp crashes or other error
Data-1.arc packs great with 042 but doent's pack with 038 crashes etc.
That gonna be nice when you can use diffrent versions of precomp in setup.ini you must only type one version of precomp
PrecompVer=0.42,038" doesn't work this trick ,its sad we can only pack ur games with only one version of precomp what not always work :(

Joe Forster/STA 29-07-2012 07:31

Quote:

Originally Posted by szurkulet (Post 404487)
UPDATE 8.4

It says always :
Trojan.Gen.2
C:\users\....\appdata\local\temp\is-k1l82.tmp\precomp042.exe
Why???? Is it infected or what?

Before you report (possible) virus infections, check them on virustotal.com!

pakrat2k2 29-07-2012 08:29

Quote:

Originally Posted by MartinezPL (Post 404606)
I have one wish...support to mix of precomp version :
exaple :
Data.arc packs great with 038 but when you try it with 042 precomp crashes or other error
Data-1.arc packs great with 042 but doent's pack with 038 crashes etc.
That gonna be nice when you can use diffrent versions of precomp in setup.ini you must only type one version of precomp
PrecompVer=0.42,038" doesn't work this trick ,its sad we can only pack ur games with only one version of precomp what not always work :(

why use an earlier version of a program? Its updated to fix some bug thats come up, or add new features. Also dont forget that there are some filetypes that always crash on precomp, and you just use srep on them rather then precomp+srep. ( see some of peter's conversions that use freearc commandline, and because of some of the files within game he's used precomp and other files he's used srep ) always test, test, test. Thats why making these conversions takes ages, along with the fact that everytime a conversions posted someone wants a different format. IF its a 2x someone wants it 1x, viceversa.

amin fear 30-07-2012 03:41

Persian_Translation_Error
 
1 Attachment(s)
hi dear yener90 & Thanks for great work ...

I used the latest version [ UPDATE 8.4 ] for repacking a game with two languages : English & Persian ...

when installing game with English Language everything goes fine & there is no bug ... but when using the Persian Language by clicking on Iran flag , i face with a strange error message at the END of setup program ... but games installs in a successful manner ... [ only showing the error but setup process is ok ]

i attached the error screenshot ... please take a look & give me a solution ...

the Persian text in dialog says : " unable to execute specified code " or something similar ...

thanks again for your great work !

Joe Forster/STA 30-07-2012 04:32

This is a typical error message (you also get it on the command line) if you try to do something with a file/directory that does not exist. (Yes, stupid, meaningless error message that doesn't help with finding out the reason. Typical M$...)

yener90 30-07-2012 11:00

@amin fear
fixeed :D

8.4.1 Update

Fabioddq 30-07-2012 21:51

Thanks for the update yener! I will try!

kassane 31-07-2012 08:29

thanks yener90 for this new version!!


PS: Please correct the name of the uninstaller "Deinstall" in Portuguese and Portuguese Brazil is the correct "Desinstalar" ...

hdneo 31-07-2012 12:04

Somebody Help...
 
how to install files one by one in yener90's project?
i have 10 gb files.
compress with arc -m0 data.arc
precomp042 data.arc --> data.pcf
srep data.pcf --> data.srep
arc -mx -ld1800 data.srep --> data.cab 2.5gb

during installation i want to install files one by one.[ unarc onefile srep it precomp it]
not unarc 2.5gb then srep it then precomp then unarc. ---> this method require a lot of hard drive space.

BAMsE 01-08-2012 06:55

hdneo it's not possible due to structure of this archives

hdneo 01-08-2012 12:08

somebody help
 
how peterf1999's project install files one by one? [Max Payne 3 (4x DVD5) *INNO+Precomp+Srep+FreeArc(LZMA)* *FULL*]


All times are GMT -7. The time now is 20:47.

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