View Full Version : yener90's Inno Project Source Codes
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
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
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
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 (http://www.imagestime.com/show.php/738241_1.jpg.html)
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 (http://www.imagestime.com/show.php/738245_2.jpg.html)
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
Hi Yener trying to get lastest srep and precomp to work in the lastest CI 8.3.5.1_BETA and CI 8.2.8.1 no luck so far is the anything else i might need to edit in the iss part of the script also tried all combinations in the setup ini.
lupetto77
05-07-2012, 14:18
Someone knows how to translate this language should be Russian, written for (rus) but I tried with various online translators but nothing.
the translation goes well in Italian or English
Thanks in advance.
rus.WinVersionTooLowError=Ïðîãðàììà óñòàíîâêè íåñîâìåñòèìà ñ âåðñèåé Âàøåé îïåðàöèîííîé ñèñòåìû.
Joe Forster/STA
06-07-2012, 02:40
It's text originally in code page 1251 (Cyrillic ANSI) but displayed in code page 1252 (Latin 1, Western Europe, ANSI). It says: Программа установки несовместима с версией Вашей операционной системы which translates to The installation program is not compatible with the version of your operating system.
lupetto77
06-07-2012, 07:36
Joe Forster / STA to a site like google translate to translate those written?
I want to translate more ...
thanks
Joe Forster/STA
06-07-2012, 07:54
Download FAR Manager (http://farmanager.com) and launch it. Press Shift-F4 to edit a new file. Press Shift-F8 for the list of code pages and select 1252 (ANSI - Latin 1). Now copy & paste such weird text into the editor. Press Shift-F8 again and select 1251 (ANSI - Cyrillic). You'll probably see lots of question marks but don't worry, copy & paste the text from the editor into Google Translate in your browser. There you have the original Russian text translated to whatever language you like. :)
pakrat2k2
06-07-2012, 13:03
Another way ( easier ? ) without having to install anything.
goto control panel > Region & language > Administrative tab > Change System Locale
switch to Russia, Reboot PC.
This will allow to copy/paste any non-ansi characters ( Russian Language, etc ) into google translate> select language from>to ( i use Russian>English ) easy as pie to copy/paste from inno scripts !!
lupetto77
07-07-2012, 09:00
I used step by step as you said to Joe Forster / STA and it was fine because I did it.
Pakrat2k2 Thanks for your advice ...
pakrat2k2
07-07-2012, 09:28
welcome, now you can translate scripts from any language
Couple of feedbacks and request:
Can you give different button length and width for autorun, is it possible ? I need Install button bigger than cancel and quit.
Feedbacks:
1. Installers jumps to last picture after couple of screenshots still in newest version
2. Also tested beta version and music.png is not editable. I wanted to change it with more 'classy' one
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
Feedbacks:
1. Installers jumps to last picture after couple of screenshots still in newest version
-> i really dont know why this happens.
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.
[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
hmm setup couldnt install codec which is required therefore switched to backgrounds...
you need to compile langscript.iss
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
Launch autorun_renamer.bat...dont know exactly the name...then it should work fine.
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.
mikey26 precomp + srep works fine in beta release, just be sure to set proper precomp version in setup.ini i.e.
PrecompVer=0.42
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
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
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
mikey26 precomp + srep works fine in beta release, just be sure to set proper precomp version in setup.ini i.e.
PrecompVer=0.42
is made so true decompresses files
FreeArc-m0
precomp
SREP
FreeArc.maximum
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
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
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?
@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.
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
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
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
Hi yener90's. when installer is running can u add in what files are beening installed with percentages.great CI BTW
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.
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.
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 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
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
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?
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
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
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
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$...)
@amin fear
fixeed :D
8.4.1 Update
Fabioddq
30-07-2012, 21:51
Thanks for the update yener! I will try!
thanks yener90 for this new version!!
PS: Please correct the name of the uninstaller "Deinstall" in Portuguese and Portuguese Brazil is the correct "Desinstalar" ...
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.
hdneo it's not possible due to structure of this archives
how peterf1999's project install files one by one? [Max Payne 3 (4x DVD5) *INNO+Precomp+Srep+FreeArc(LZMA)* *FULL*]
It is different and closed script, peter never shares the content (until W2)
So, we dont know.
REV0 of course we know :)
Freearc supports merged compression methods, the only thing you need to do is to create arc.ini file with compress/decompress commandline and copy archiver files into freearc directory.
Simplifying, freearc creates small parts, compresses them with first, second archiver a.s.o. and then add this part to main archive. Decompression proceeds in the opposite way.
But there is one problem: you can do this only via arc.exe, not freearc.exe, unarc.exe or unarc.dll
Yener90 used unarc.dll in his installer, so it's impossible to use merged compression
@amin fear
fixeed :D
8.4.1 Update
Yener90, please help me!
I have add Vietnamese language inside Setup.ini (Lang=de,en,es,fr,it,vi). when install finish, i have little error 0x8007007B (The filename, direcoty name, or volume label syntax is incorrect). Don't have Uninstall icon in Start Menu -> All Program. If used English language, install works 100%
3639
i used CI 8.4.1.
Please tell me, how to fix error (Vietnamese language):)
Joe Forster/STA
02-08-2012, 02:39
@quake4: Use Sysinternals' Procmon to log file system activity and you'll find out the program that fails to launch.
UPDATE 8.4.2
- Full freearc commandline support
-> Change PrecompVer=inside
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
- Fixed Vietnamese language
- Updated Portuguese Brazil language (thx to kassane)
- Added SmallInstaller positioning to left down
-> SmallInstallerPosLD=1 (0 disables, 1 enables)
UPDATE 8.4.2
- Full freearc commandline support
-> Change PrecompVer=inside
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
- Fixed Vietnamese language
- Updated Portuguese Brazil language (thx to kassane)
- Added SmallInstaller positioning to left down
-> SmallInstallerPosLD=1 (0 disables, 1 enables)
Test works 100% with Vietnamese language. Thank Yener90!
pakrat2k2
02-08-2012, 08:23
Knew you'd figure it out, time for testing thanks bud :)
UPDATE 8.4.2
- Full freearc commandline support
-> Change PrecompVer=inside
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
- Fixed Vietnamese language
- Updated Portuguese Brazil language (thx to kassane)
- Added SmallInstaller positioning to left down
-> SmallInstallerPosLD=1 (0 disables, 1 enables)
Thanks yener90!! Portuguese Brazil language 100% correct.....
hi yener thx for the update..
but i not sure what u mean by this:
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
what example i dont see a arc.ini the lastest script.unless i am missing something.
pakrat2k2
02-08-2012, 20:44
the arc.ini you used with freearc commandline ( precomp+srep all-in-one ) like the conversions peter's posted. It includes the precomp + srep + arc.ini all in a folder, you need to use that arc.ini if you chose to go precompver=inside ( Yener's installscript ) but using freearc commandline to make your archives.
...altough installer background pictures are not showing during install (black square only)
thats a bug of installer.
post screenshot of the problem.
continue the discussion in yener90 source code thread.
Thanks Yener, here they are:
http://img6.imageshack.us/img6/6369/p22hn.jpg
http://img831.imageshack.us/img831/6889/p21d.jpg
Kindest Regards!
thx pakrat2k2 i have to figure out how command line works never used it before.will do some research on the net first instead of asking stupid questions. :P
Thanks Yener, here they are:
Kindest Regards!
Try out lates version and give feedback please :D
Newest project:
http://img138.imageshack.us/img138/374/cidesignerpreview.jpg
http://img163.imageshack.us/img163/3162/cidesignerpreview2.jpg
In preview you can move the elements :D
Onizuka87k
03-08-2012, 09:26
Newest project:
In preview you can move the elements :D
An automatic designer?! :eek:
AWESOME! :cool:
Kurutucu
03-08-2012, 09:32
Thanks Yener, here they are:
http://img6.imageshack.us/img6/6369/p22hn.jpg
http://img831.imageshack.us/img831/6889/p21d.jpg
Kindest Regards!
Rename folder name.
Example= 'Setup'
Kurutucu
03-08-2012, 09:34
Newest project:
http://img138.imageshack.us/img138/374/cidesignerpreview.jpg
http://img163.imageshack.us/img163/3162/cidesignerpreview2.jpg
In preview you can move the elements :D
Wow. I want it :P
Fabioddq
03-08-2012, 10:52
Thanks for the update yener! By the way the newest project looks awesome! :eek: :D
yener, is it possible to play degrees of fonts ? For now conversion it fine but editing degrees of button's writing (like -20 degrees; elevated for example) would be better
yener90 I predict a sad end of peterf1999's script with your new project ;)
A.W.E.S.O.M.E
lupetto77
03-08-2012, 15:34
the arc.ini you used with freearc commandline ( precomp+srep all-in-one ) like the conversions peter's posted. It includes the precomp + srep + arc.ini all in a folder, you need to use that arc.ini if you chose to go precompver=inside ( Yener's installscript ) but using freearc commandline to make your archives.
Could you explain the creation of the archive (precomp+srep all-in-one) step by step please, because I tried and tried but could not.
Thanks for the help and Yener for updates ...
lupetto77 you should place arc.exe (0.67), precomp.exe plus its files (0.4.2), srep.exe (3.0) and arc.ini included in yener90's setup.cab altogether in one folder.
Now create bat file
arc a -ep1 -r .\OUTPUT_ARCHIVE_NAME -mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8 "PATH_TO_BE_COMPRESSED"
And that's all :)
You can add compressor options separated by ":" to the commandline:
precomp:v:i556565
means
precomp -v -i556565
hi Bamse u mentioned:
you should place arc.exe (0.67), precomp.exe plus its files (0.4.2), srep.exe (3.0) and arc.ini included in yener90's setup.cab altogether in one folder.
is these files placed in the root of the setup.cab or in a separate folder or if its placed in a folder in the setup cab what must it be called?
pakrat2k2
03-08-2012, 23:30
is these files placed in the root of the setup.cab or in a separate folder or if its placed in a folder in the setup cab what must it be called?From Page 1
UPDATE 8.4.2
- Full freearc commandline support
-> Change PrecompVer=inside
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
- Fixed Vietnamese language
- Updated Portuguese Brazil language (thx to kassane)
- Added SmallInstaller positioning to left down
-> SmallInstallerPosLD=1 (0 disables, 1 enables)
look to page 1 for full example
Try out lates version and give feedback please :D
Gladly! But please give me a hint on what I have to do.
Kind Regards!
mikey26 setup.cab has all needed files already. All files I referred are used to prepare archives only, so should be placed in separated folder and after creating cabs can be deleted (you don't need to include it to CI)
Th3Raven
04-08-2012, 01:31
Newest project:
http://img138.imageshack.us/img138/374/cidesignerpreview.jpg
http://img163.imageshack.us/img163/3162/cidesignerpreview2.jpg
In preview you can move the elements :D
And when we will have it ?:eek::p
BTW looks great and THX for the latest updates to the C.I.
napalmguy
04-08-2012, 07:35
Magnificent :)
just a small suggestion
add a function to add/modify registry values in the designer so it will make it easier for beginners
lupetto77
04-08-2012, 09:10
Thanks for the help ... Bamse
Some suggestion for yener90's Project:
1- add timer in during installation at title or somewhere.
-----------------------------------------------------------------------
2- integrate Setup.exe and Setup.cab and Setup.ini into one file. [Manual Compling]
-----------------------------------------------------------------------
when i am using custom method with arc.ini including precomp,srep and external lzmax64 the CI 8.4.3 works great but the progressbar is not work reality, how i can fix it?
lupetto77
04-08-2012, 12:53
Bamse but I wanted to ask this row -mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
that uses: low compression - normal - Maximum?
Can you explain a bit more in detail with explanation please?
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
means definition of compression method
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
means compressing with precomp (with parameters defined in arc.ini under [External compressor:precomp] section)
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
means additional parameter for precomp (which is not defined in arc.ini), in this case it's -v parameter
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
means compressing with srep (with parameters defined in arc.ini under [External compressor:srep] section), also here you can add parameters separated by ":"
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
means compression with lzma
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
means additional parameters for lzma, in this case -a1 -mfbt4 -d256m -fb128 -mc1000 -lc8
So as you can see it's really strong compression
Onizuka87k
04-08-2012, 14:06
Hum.. guys i'm trying to use the latest version with arc commandline but i've some problem!
I used this arc.ini
[External compressor:srep]
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
i put it on the root of Setup.cab (as in the example yener90 has given us).
Then i edit Setup.ini adding the precomp version used for compression (PrecompVer=0.42) and adding the code for Extractsetting, like this
[ExtractSettings]
FreeArcFile1={src}\Setup-1b.arc;DestDir:{app};Disk:1;PrecSrep:0;Lang:it
FreeArcFile2={src}\Setup-1c.arc;DestDir:{app};Disk:1;PrecSrep:0;Lang:it
FreeArcFile3={src}\Setup-1d.arc;DestDir:{app};Disk:1;PrecSrep:0;Lang:it
FreeArcFile4={src}\Setup-1e.arc;DestDir:{app};Disk:1;PrecSrep:0;Lang:it
(i have doubts on PrecSrep value but i tested with 0 and with 1 and there are no differences!)
I have four archives compressed in this way (each line is an archive):
arc a -r -w.\ Setup-1b.arc -msrep+lzma:a1:d256mb:mfbt4:fb128:mc1000:lc8 "folder1\*"
arc a -ep1 -r -w.\ Setup-1c.arc -mprecomp:zl11,68:d1+srep+lzma:a1:mfbt4:d256m:fb128 :mc1000:lc8 "file1.test" "file2.test" "file3.test"
arc a -r -w.\ Setup-1d.arc -msrep+lzma:a1:d256mb:mfbt4:fb128:mc1000:lc8 "folder2\*" "file4.test"
arc a -ep1 -r -w.\ Setup-1e.arc -msrep+lzma:a1:d256mb:mfbt4:fb128:mc1000:lc8 "file5.test"
During installation I always get an error (about decompression method) and I can't extract any archive.
edit: i thought the problem was my arc.ini (the "unpackcmd" command) but doing manual decompression with command line, arc works fine!
(for example, doing "arc x Setup-1c.arc" the extraction works fine. Obviously arc.exe, arc.ini, srep and precomp (and all dll needed) are in the same folder!)
What am I doing wrong? :(
Thanks
You've prepared cabs with combined method so you must use
PrecompVer=inside
in your setup.ini
PrecompVer=0.42
is for older way (arc --> pcf --> srep --> cab)
Onizuka87k
04-08-2012, 16:32
You've prepared cabs with combined method so you must use
PrecompVer=inside
Damn, i'm an idiot. I thought "inside" meant the version of precomp used (and the current one) and not just the word "inside"! :rolleyes:
Thanks you BAMsE! :cool:
lupetto77
05-08-2012, 12:15
Bamse I did as you said ...
No one folder I put the files taken from the installation of arc.exe freeArc \ bin \ arc.exe (0.67), taken from the
folder setup arc.ini Yener, precomp 042 with its 3.0 SREP file and then I created the file . bat with written inside
echo off
cls
set choice1=
echo.
set /p choice1=Please type game folder path (e.g. c:\program files (x86)\BioWare\Mass Effect 3):
echo.
echo Creating archive files, please wait...
arc a -ep1 -r -w.\ .\Disk1\Data1.bin -mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8 "%choice1%\Binaries\*"
if ERRORLEVEL 1 goto arcfail
echo.All done.
pause
goto EOF
:arcfail
echo.
echo.WARNING: FreeArc returns an error, please retry...
pause
:EOF
if using your parameter -mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8 gives me this error
http://s4.imagestime.com/out.php/i754574_Immagine.jpg (http://www.imagestime.com/show.php/754574_Immagine.jpg.html)
I tried precomp.exe 042 04 038 but 'equal
could you pass the working files that you use please?
Kurutucu
05-08-2012, 13:21
Use this version of precomp. Version: 0.4.2
Onizuka87k
05-08-2012, 13:45
Bamse I did as you said ...
No one folder I put the files taken from the installation of arc.exe freeArc \ bin \ arc.exe (0.67), taken from the
folder setup arc.ini Yener, precomp 042 with its 3.0 SREP file and then I created the file . bat with written inside
...
if using your parameter -mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8 gives me this error
...
Did you write it like as you pasted here? If yes then delete the space between "l" and "c". The line of parameters is valid. ;)
I dont know if it's happening only me, but currently working on automated script. 1 hour passed and still compressing 4gb of files, and 4 hours ETA.. It's not freeze, working however 5 hours for 4gb of content, this is downright ridiculous people lol
lupetto77
05-08-2012, 14:34
Did you write it like as you pasted here? If yes then delete the space between "l" and "c". The line of parameters is valid. ;)
I know because I put in this
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
do not know why I added my own ...
First: you really shouldn't have space there. Should be
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
Second: maybe it's silly question, but... did you copy also packjpg_dll.dll and zlib1.dll?
Third: maybe it's another one... your precomp file is named precomp.exe or precomp042.exe, because in reference to your arc.ini it should has this second name
lupetto77
05-08-2012, 14:47
First: you really shouldn't have space there. Should be
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8
Second: maybe it's silly question, but... did you copy also packjpg_dll.dll and zlib1.dll?
Third: maybe it's another one... your precomp file is named precomp.exe or precomp042.exe, because in reference to your arc.ini it should has this second name
1. It has no space to put it when I wrote the message
2. I put these files: arc.exe - arc.ini - packjpg_dll.dll - precomp.exe - srep.exe - zlib1.dll - Compress.bat
3. I also tried to rename precomp042.exe and wrong.
Please can you pass all the files including the file Compress.bat ...
Do we have faster compression values gentlemen ? Pretty much equal of this:
arc a -ep -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Unlike current one it's not taking years to compress, only 10 minutes and result is agreeable, 5GB to 1.1GB
I tried these values but they're not compatible with yener's script, had exract errors.
Any suggestions ?
Onizuka87k
05-08-2012, 15:33
Any suggestions ?
What is the error?
What is the error?
There's none, i've dealt with it no problem now:rolleyes:
Do we have faster compression values gentlemen ? Pretty much equal of this:
arc a -ep -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Unlike current one it's not taking years to compress, only 10 minutes and result is agreeable, 5GB to 1.1GB
I tried these values but they're not compatible with yener's script, had exract errors.
Any suggestions ?
There's none, i've dealt with it no problem now:rolleyes:
REVO may i know how you resolve it?
Onizuka87k
06-08-2012, 05:54
Didnt use it :D
REV0, i don't know what is the problem because i tried to compress something with
-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
and then trying to install it with Yener90 latest installer: all works fine for me, extraction included! :confused:
REV0, i don't know what is the problem because i tried to compress something with
-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
and then trying to install it with Yener90 latest installer: all works fine for me, extraction included! :confused:
maybe output and arc bla bla is the key. what's the complete line in your setup ?
Onizuka87k
06-08-2012, 07:01
maybe output and arc bla bla is the key. what's the complete line in your setup ?
I downloaded the example (attachment) Yener90 put on the first post.
Then i used the same arc.ini he put on Setup.cab to compress something (i compressed for example two files and a whole folder) with this command line:
arc a -ep -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "path\file1.test" "path\file2.test" "file\folder\*"
I put the .bin into installer folder.
Then i edited it with the right path and the Setup.ini:
[ExtractSettings]
FreeArcFile1={src}\Data1.bin;DestDir:{app};Disk:1
That's all. It works!;)
new pics from project (50% currently finished) :
http://img11.imageshack.us/img11/5722/preview060801.jpg
http://img42.imageshack.us/img42/9636/preview060802.jpg
http://img268.imageshack.us/img268/7358/preview060803.jpg
http://img803.imageshack.us/img803/6195/preview060804.jpg
yener your genius.. awesome man..
the installer design 4 thumbs up..
left one.. idea about easy better compression.. i believe you can do it man :p
4 thumbs up for you man..
Yener could you please give me a hint on how to fix blank backgrounds on REV0 Prototype 2 conversion?
Thanks indeed for you patience!
I can help too, you know. And what fix backgrounds are those http://swngz.com/images/smilies/smilies%20v2/33.gif
just use newest CI.
REV0 port your one for CI 8.4.3 :P
just use newest CI.
REV0 port your one for CI 8.4.3 :P
Which one ? Sleeping Dogs, Darksiders II, Dishonored, Watchdogs or Rome 2 :rolleyes:
I used 8.4.3 in Napoleon, if you want more complicated work i'll put Sleeping Dogs at your service, only for personal use tho, since it's not released http://swngz.com/images/smilies/smilies%20v2/33.gif
Which one ? Sleeping Dogs, Darksiders II, Dishonored, Watchdogs or Rome 2 :rolleyes:
I used 8.4.3 in Napoleon, if you want more complicated work i'll put Sleeping Dogs at your service, only for personal use tho, since it's not released http://swngz.com/images/smilies/smilies%20v2/33.gif
Muhahaha nice nice.
waiting for :D
provide it i could test my designer :p
Muhahaha nice nice.
waiting for :D
provide it i could test my designer :p
Need to edit BG and add EULA for it, will send you today http://swngz.com/images/smilies/smilies%20v2/devil.png
i read about degrees etc...its not possible due limitation of inno setup :/
i read about degrees etc...its not possible due limitation of inno setup :/
I asked this for Dishonored, it's not looking bad tho:
http://fileforums.com/showthread.php?t=93154
Ignore errors in the text (PT-BR text translated in Google Translate)
Suggestion for future project:
Suggestion 1
Add Remove support for a second save game folder or settings created in the execution of the game.
The project already has an IC 8.4.3
If possible add another folder to be deleted on uninstall.
EX: In the Setup.ini file contains:
SaveGameFolder =
If you can add:
SaveGameFolder2 =
For some games alike as Darksiders puts files in: "{userdocs}\My Game\ Darksiders" and "{localappdata}\Darksiders"
Suggestion 2
Create autorun setup separately (Two EXE files).
Suggestion 3
Add a function to disable the message by clicking the cancel button's label setup
Put function in setup.ini, to enable, disable it.
This function only before starting the install. After starting inatall is necessary to take this message.
Suggestion 4
Add function components
Suggestion 5
Add folder Inno Setup unicode integrated CI for anyone who uses the ANSI version does not need to change version.
You just put a .bat file to open the script with the Inno folder. (7 mb)
Suggestion 6
Add to Setup.ini option to disable the title bar of the Setup label
Suggestion 7
Add help file txt for editing setup.ini (for users new), and also about the first lines of the script, What is every line: # define XXX ""
Congratulations for the excelent work.
Suggestion 1 -> makeable
Suggestion 2 -> not possible
-> how should the users select the language that they want?
Suggestion 3 -> i dont really see the usage of this
while installing it asks you, there are only two(three) windows without this message
this part was really difficult because of isdone etc
dont want to break it.
Suggestion 4 -> too difficult
-> how integrate to setup.ini
if you can explain this part it could be makeable
Suggestion 5 -> not possible
-> it requires more than just the inno setup
why do people use ansi version?
it doesnt work multilingual properly.
Suggestion 6 -> makeable
Suggestion 7 -> converter creators need only one line
other ones are private for me.
There was also one with system requirements...
why people need this?
if you buy a game you watch the requirements.
if you later want to use your game, i dont believe that someone has worse system then before.
lil question:
how should the video be handled??
one time play than show normal background??
should the sound be switched off in video so music got played??
any suggestion about this point are welcome
hi yener,
I personally prefer, one time video, then backgrounds with music. And video should be 720p or original resolution (tried it in Napoleon it was fullscreen)
BTW,
''There was also one with system requirements...
why people need this?
if you buy a game you watch the requirements.
if you later want to use your game, i dont believe that someone has worse system then before.''
Same reason they want to see EULA... I never read them, just click 'I accept' I think some people want to have more 'legit' setups.
As suggestion, if someone want system requirements so bad, write them down on rtf. file then add it as EULA to conversion, problem solved
lupetto77
07-08-2012, 13:57
Do we have faster compression values gentlemen ? Pretty much equal of this:
arc a -ep -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Unlike current one it's not taking years to compress, only 10 minutes and result is agreeable, 5GB to 1.1GB
I tried these values but they're not compatible with yener's script, had exract errors.
Any suggestions ?
Revo but how to compress made from 5gb to 1.1GB.
Me with the same string that you used to be able to compress a folder with 7GB to 5.9 gb.
There is another string to use ... if you post it please.
Depends on stuff i guess, i applied same values for TDU2, and it reduced to 5.68gb from 15.6 GB
BTW yener i detected a bug on Turkish selected setup, it says 'Express Bilgisayar' on left side of the setup (you can see on screenshot below):
http://img845.imageshack.us/img845/4671/adszaxw.jpg
lupetto77
07-08-2012, 14:43
Bamse I tried the command lines that you posted, it compiles but when I go to install I get this error ...
http://s4.imagestime.com/out.php/i755278_REVO.jpg (http://www.imagestime.com/show.php/755278_REVO.jpg.html)
help on how I can solve this problem?
lupetto77 screen is really bad, besides I don't know Italian :p
If it is general Windows message, that precomp.exe stops working and will be terminated, so... I had the same with my Prototype 2 conv. My solution is partial and quite primitive. Yener90 works on it.
Onizuka87k
07-08-2012, 15:09
Bamse I tried the command lines that you posted, it compiles but when I go to install I get this error ...
http://s4.imagestime.com/out.php/i755278_REVO.jpg (http://www.imagestime.com/show.php/755278_REVO.jpg.html)
help on how I can solve this problem?
It's the same bug i had with my personal installer of Prototype2.
I don't know if it's the right way but i solved excluding (by comment) CLS-precomp.dll:
;Source: include\CLS-precomp.dll; DestDir: {tmp}; Flags: dontcopy
and
//ExtractTemporaryFile('CLS-precomp.dll');
My lines of code will be different from yours but these points should be respectively close to the lines 70 and 4930.
ps: Since you use the arc command-line, do you edit the line about precomp version on Setup.ini like this?
PrecompVer=inside
Try this way! :o
lupetto77
07-08-2012, 15:54
Thank you commenting the two lines as you said you now works great
Onizuka87k
07-08-2012, 16:16
Thank you commenting the two lines as you said you now works great
Np but this is a temporary "workaround" until Yener90 will fix it! :p
The "side effect" using this way is you won't have any progress in the installer progress-bar during decompression of precomp files (and for big files the setup might seems freezed while it's really working!)
;)
lupetto77
08-08-2012, 15:09
Since I'm a beginner with these command lines I wanted to ask you a few things:
1.quale between these compresses more
-mprecomp:zl68:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8
-mprecomp:zl68:d0+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8
-mprecomp:zl11,68:d1+srep+lzma:a1:mfbt4:d256m:fb128 :mc1000:lc8
-mprecomp:zl98:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8
2.With this code how do I compress multiple folders?
I have a folder such as Mass Effect 3 and inside there are 3 more folders 1 - 2 - 3 as I pack them in single file Data2.bin
code:
echo off
cls
set choice1=
echo.
set /p choice1=Please type game folder path (e.g. c:\program files (x86)\BioWare\Mass Effect 3):
echo.
echo Creating archive files, please wait...
arc a -ep1 -r -w.\ .\Disk1\Data1.bin -mprecomp:zl68:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8 "%choice1%\Binaries\*"
if ERRORLEVEL 1 goto arcfail
echo.All done.
pause
goto EOF
:arcfail
echo.
echo.WARNING: FreeArc returns an error, please retry...
pause
:EOF
Onizuka87k
08-08-2012, 20:30
Since I'm a beginner with these command lines I wanted to ask you a few things:
1.quale between these compresses more
2.With this code how do I compress multiple folders?
I have a folder such as Mass Effect 3 and inside there are 3 more folders 1 - 2 - 3 as I pack them in single file Data2.bin
I'm not a guru but:
1) It depends on the type of data you are compressing. The command-line number 3 might does a great job but not always. Anyway you can run precomp without any parameters and it might suggest you the best parameters! According to the guide of precomp:
-zl: (Comfort: zLib_Levels)
After precompressing a file with Precomp, it tells you how to use this parameter to speed up the precompression the next time you precompress this file. These are one or more two-digit numbers. The first digit is the compression level, the second digit is the memory settings which are tried on this file. However, using this on a different file could lead to Precomp missing some compressed parts of it.
2) Maybe this is what you looking for?
arc a -ep1 -r -w.\ .\Disk1\Data1.bin -mprecomp:zl68:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8 "Folder1\*" "Folder2\*" "Folder3\*"
Suggestion
In the new project could be added a sound related to the game to execute when displaying the splash.
With relation to what I suggested earlier, putting componetes section, I have no idea how to integrate the setup.ini. But it would be nice to have a checkbox option to add the interface of the installer, then add the reference to a particular file setup.ini section [ExtractSettings] of FreeArc.
You said that the unicode version of Inno Setup is better. I thought it was best to ansi. I switched to unicode version now.
System requirements do not really need. In scripts Peterf1999 sometimes the requirements of a game do not pass the requirements section and the game works perfectly.
Is this a foolishness function requisios.
-> The graphical interface of your new project will be English only? Could have the text in a file Lang_eng.ini to anyone who wanted could edit the ini file to your local language.
Thank you for your attention.
(I know: This is a forum, not an MSN)
lupetto77 the most effective and sufficient command for precomp is
precomp -intense0 -c-
and it should be placed in arc.ini. Parameters -zl#,#,# and -d# should be used ONLY for second compressing THE SAME files to speed up whole process. These parameters haven't positive effect for ratio. What's more - improper may worsen it! So don't use them.
Exception is when you've prepared conversion and want to post it. Then you may give us parameters returned at the end of precomping to speed up compression of THE SAME files that you've precomped
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself :p
Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=hours
Hour=hour
Minutes=minutes
Minute=minute
Seconds=seconds
Second=second
-> for following:
http://img860.imageshack.us/img860/5585/ci85.jpg
Th3Raven
09-08-2012, 12:25
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself :p
Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=hours
Minutes=minutes
Seconds=seconds-> for following:
http://img860.imageshack.us/img860/5585/ci85.jpg
Here are for Romanian language.
Original(English)
Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=hours
Minutes=minutes
Seconds=seconds
Translated(Romanian- Română)
Extracting=Extragere %1 ...
Elapsed=Timp Trecut (Time related)
Remaining=Timp Rămas (Time related)
Hours=Ore
Minutes=Minute
Seconds=Secunde
I have put an attachment because of the character encoding.
lupetto77
09-08-2012, 12:31
lupetto77 the most effective and sufficient command for precomp is
precomp -intense0 -c-
and it should be placed in arc.ini. Parameters -zl#,#,# and -d# should be used ONLY for second compressing THE SAME files to speed up whole process. These parameters haven't positive effect for ratio. What's more - improper may worsen it! So don't use them.
Exception is when you've prepared conversion and want to post it. Then you may give us parameters returned at the end of precomping to speed up compression of THE SAME files that you've precomped
not affects
As I wrote above because I'm starting out with the command lines you may postarmi a full command line that compresses enough and as fast as possible in the extraction ... and above 100% working with the project Yener Thanks for the help
Onizuka87k
09-08-2012, 12:39
As I wrote above because I'm starting out with the command lines you may postarmi a full command line that compresses enough and as fast as possible in the extraction ... and above 100% working with the project Yener Thanks for the help
Try only the baseline:
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
something like:
arc a -r -w.\ Data.cab -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "Folder1\*" "Folder2\*" "Folder3\*"
(if this last example it compress 3 folders (and relative subfolders) because i don't know what do you want to compress (folders, files, etc..)! It's just an example!)
Polish
Extracting=Dekompresowanie %1 ...
Elapsed=Upłynęło
Remaining=Pozostało
Hours=godzin(a)(y)
Minutes=minut(a)(y)
Seconds=sekund(a)(y)
(a) is form for 1
(y) for 2, 3, 4
without is for 5 and more :p
My suggestion:
In its present form, "Elapsed" and "Remaining" will move due to variable width of digits. It'll be difficult to read.
"Elapsed" should be aligned to the left and "Remaining" to the right side of window. Eventually above and under progressbar
Fabioddq
09-08-2012, 12:49
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself :p
Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=ours
Minutes=minutes
Seconds=seconds
-> for following:
http://img860.imageshack.us/img860/5585/ci85.jpg
For Portuguese Brasil:
Extracting = Extraindo %1 ...
Elapsed = Decorrido
Remaining = Restando
Hours = Horas
Minutes = Minutos
Seconds = Segundos
@all thx for the translations :D
Polish
My suggestion:
In its present form, "Elapsed" and "Remaining" will move due to variable width of digits. It'll be difficult to read.
"Elapsed" should be aligned to the left and "Remaining" to the right side of window. Eventually above and under progressbar
following system
-> x hour minutes <- if hours are available
-> x minutes x seconds <-- if minutes are available
-> x seconds
it would look bad :/
how about creating for remaining label in center a label which is left aligned?
the chance that both touch is really low.
i really need to finish gui works, so i can work on designer...
how about creating for remaining label in center a label which is left aligned?
IMO will be good.
And don't bother bracket forms in my translation. Just use primary, without brackets :p
For Spanish:
Extracting = Extrayendo
Elapsed = Transcurrido
Remaining = Restante
Hours = Horas
Minutes = Minutos
Seconds = Segundos
;)
pakrat2k2
09-08-2012, 18:46
i need following lines in every possible language please:
english, german, and turkish maybe italian can make myself :p
Extracting=Extracting %1 ...
Elapsed=Elapsed (Time related)
Remaining=Remaining (Time related)
Hours=hours
Hour=hour
Minutes=minutes
Minute=minute
Seconds=seconds
Second=second
here is text file with the following languages inside:
english, czech, danish, dutch, french, polish, russian, turkish, vietnamese, swedish, ukrainian.
Yener A fantastic job, I look forward ...
If you can fix this:
when using these parameters:
-mprecomp:zl68:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8
-mprecomp:zl68:d0+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8
-mprecomp:zl11,68:d1+srep+lzma:a1:mfbt4:d256m:fb128 :mc1000:lc8
-mprecomp:zl98:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8
not work unless it is commenting on these two lines of code, but then the progressbar remains frozen while the computer works the same
; Source: include \ CLS-precomp.dll; DestDir: {tmp}; Flags: dontcopy
/ / ExtractTemporaryFile ('CLS-precomp.dll');
I hope that will solve this thanks again for your work
CI 8.5 coming this afternoon...tried your params on my system: WORKING ;)
CI 8.5 changelog:
- video mode overworked
-> after finishing video it will switch to background pics
-> video button switches immediately
- slideshow overworked:
i hope this fixes problem with more pics
- precomp fixed
- overworked small installer gui (with precentage, time and file info)
- additional savegame folder deleting (SaveGameFolder2)
after release i hope i can continue and finish CI Designer...
@all thanks again for the translations :D => will update them
here is text file with the following languages inside:
english, czech, danish, dutch, french, polish, russian, turkish, vietnamese, swedish, ukrainian.
Yep... Polish is really difficult language and even Google Translate has problems with it :D
pakrat2k2
10-08-2012, 05:18
yep so if its wrong blame google translate LOL
Th3Raven
10-08-2012, 07:45
UPDATE 8.5 released.
Thank You SIR YENER90 for your hard work and for supporting our moods and demands.;)
senseman
10-08-2012, 13:07
yener...problem persists about turkish error
http://s18.postimage.org/6glk1f62v/image.jpg
http://s18.postimage.org/3nsche5qf/image.jpg
lupetto77
10-08-2012, 14:10
UPDATE 8.5 released.
First, thanks for released ...
Then I wanted to ask you how do you move the window at the bottom right? (The window when you start the installation)
And also, there are 2 'This will install x game to your computer' information on small installer
pakrat2k2
10-08-2012, 15:40
yener...problem persists about turkish error
http://s18.postimage.org/6glk1f62v/image.jpg
http://s18.postimage.org/3nsche5qf/image.jpg
here's the image
http://img228.imageshack.us/img228/5123/imageldm.jpg
Onizuka87k
10-08-2012, 17:12
@Yener90:
First of all: awesome job with the latest CI! :cool:
About the languages, for italian, i think it's better this line:
Extracting=Estrazione di %1 ...
And the following just because it's my first (personal) installer with your CI (using latest release) and I'm proud to show you (i'm working on this yet but it's almost done)! :D:D
http://img716.imageshack.us/img716/9673/1autorun.th.jpg (http://imageshack.us/photo/my-images/716/1autorun.jpg/)http://img13.imageshack.us/img13/6773/32351214.th.jpg (http://imageshack.us/photo/my-images/13/32351214.jpg/)http://img515.imageshack.us/img515/2953/59607496.th.jpg (http://imageshack.us/photo/my-images/515/59607496.jpg/)http://img859.imageshack.us/img859/9083/76610136.th.jpg (http://imageshack.us/photo/my-images/859/76610136.jpg/)http://img62.imageshack.us/img62/79/39611012.th.jpg (http://imageshack.us/photo/my-images/62/39611012.jpg/)http://img35.imageshack.us/img35/9770/6installer.th.jpg (http://imageshack.us/photo/my-images/35/6installer.jpg/)
UPDATE 8.5.1
- fixed turkish language
-> this happened because the turkish translator wanted to make advertisment for his shop :rolleyes:
- updated italian (thx to Onizuka87k)
- added two options:
ProgressBarLabelColor=$ffffff <- color of progressbar percentage
MoveProgressBarLabel=0 <- move postition of progressbar percentage up/down
positive = up
negative = down
Onizuka87k
nice nice :cool:
i reached my target :D
now everyone is creating installers with beautiful different interfaces
silviugut
11-08-2012, 03:18
Thanks yener90 for the new CI 8.5!I tried it and it works perfectly!We still have a question!
How to make video file and background images to not see it in fullscreen?
My monitor is FullHD and I want the video and images during installation to see in a black background , not in full screen!!
I have these lines in Setup.ini:
[InterfaceSettings]
BackgroundWidth=1280
BackgroundHeight=720
What should I change or add?
Thanks in advance for answer!
edwinkyr
11-08-2012, 03:42
when u use 1080p monitor
BackgroundWidth=1280
BackgroundHeight=720
become
BackgroundWidth=1920
BackgroundHeight=1080
silviugut
ShowBGFullscreen=0 solves your problem
if the monitorsize = the size of the pics it will show also fullscreen.
silviugut
11-08-2012, 11:27
ShowBGFullscreen=0 solves your problem
if the monitorsize = the size of the pics it will show also fullscreen.
Thanks for the reply! The problem is solved!:D:D;)
The problem is solved!:D:D;)
its not a problem, its a feature :D
senseman
11-08-2012, 12:32
UPDATE 8.5.1
- fixed turkish language
-> this happened because the turkish translator wanted to make advertisment for his shop :rolleyes:
- updated italian (thx to Onizuka87k)
- added two options:
ProgressBarLabelColor=$ffffff <- color of progressbar percentage
MoveProgressBarLabel=0 <- move postition of progressbar percentage up/down
positive = up
negative = down
Onizuka87k
nice nice :cool:
i reached my target :D
now everyone is creating installers with beautiful different interfaces
thanks yener...now %100 work
And also, there are 2 'This will install x game to your computer' information on small installer
same here...how to fix it
http://d1208.hizliresim.com/10/c/bsgug.jpg
Th3Raven
11-08-2012, 12:54
And also, there are 2 'This will install x game to your computer' information on small installer
same here...how to fix it
http://d1208.hizliresim.com/10/c/bsgug.jpg
I think the second line shows the same text at the beginning of the installation and when actually start to copy the files it show the file that is currently installed.
Yener90, correct me if i'm wrong.
i will investigate my time on this.
does it appear all the time?
when exactly?
hi yener,
In my cases it shows up first second and stays until the end of installation. Tested on Turkish, Italian and English, tried 3 different setups, it stays
only internal installation?
Hi yener90, the installer during my test was repeated during the file information at the beginning and was still on top of the installation time, what do I do about it?
http://desmond.imageshack.us/Himg99/scaled.php?server=99&filename=ci851ptbr.jpg&res=landing
Th3Raven
11-08-2012, 13:36
only internal installation?
On internal installation everything is fine. At least at me.:D
http://img545.imageshack.us/img545/9361/screedcopy.jpg
BTW i have modified al little your script( the overlapped text in instalation)-->http://desmond.imageshack.us/Himg99/scaled.php?server=99&filename=ci851ptbr.jpg&res=landing
ive uploaded 8.5.1.1:
hope this solves your problem.
senseman
11-08-2012, 14:35
ive uploaded 8.5.1.1:
hope this solves your problem.
thanks for fix,it works
http://a1208.hizliresim.com/10/d/bsmvg.jpg
ive uploaded 8.5.1.1:
hope this solves your problem.
http://desmond.imageshack.us/Himg812/scaled.php?server=812&filename=ci8511.jpg&res=landing
Thanks, yener90 here was great, tested and approved!
Fabioddq
12-08-2012, 20:50
Works perfectly! Thanks yener! :D
https://lh5.googleusercontent.com/-hhqaCD7isAk/UCh5F7VdBtI/AAAAAAAAAe8/I_oJPGdoJkI/s467/6.jpg
i have problem for make ci (Custom Installer)
I did not read
I know that is hard
And many excesses
But it might help you with uploading photos
To people like me can easily use it
I'm sorry for the English language
I use the Google Translath
Unfortunately
Dark_Siegfried89
13-08-2012, 05:33
Thanks Yener90!!!
Great Job Bro!!! :)
I want to put a video on my CI8.5.1.1. And the old version CI8.3 and had seen the image of the program called SUPER, I have the 2012 version, I just want to know if the setup program is right for this conversion?
http://desmond.imageshack.us/Himg259/scaled.php?server=259&filename=seper.jpg&res=landing
Fabioddq
13-08-2012, 08:02
i have problem for make ci (Custom Installer)
I did not read
I know that is hard
And many excesses
But it might help you with uploading photos
To people like me can easily use it
I'm sorry for the English language
I use the Google Translath
Unfortunately
Read this tutorial about CI: http://www.fileforums.com/showthread.php?t=92805
All configurations are in Setup.ini, open with notepad.
Edit too Setup.cab and put your imagens, buttons, etc.
In InstallerScript.iss under [registry] put the reg entries of your game. Use regedit.exe for get the reg entries.
Note: read the tutorial carefully and you will not have problems. ;)
Fabioddq
13-08-2012, 08:08
I want to put a video on my CI8.5.1.1. And the old version CI8.3 and had seen the image of the program called SUPER, I have the 2012 version, I just want to know if the setup program is right for this conversion?
I use this program and works great! But the video always looks grainy.
JacksMafia
13-08-2012, 10:34
Ideas:
1.create app to make and organize the setup pics and video this will make everything easy
2.make the iss script extract the game keys from the registry automatically instead of the manual way -maybe not the iss but another app-
3.create batch file creator with the codes of compression instead of the manual way
what you think guys?!
I like smallinstaller's bar. I really hope that we'll see ME2 though :D
1.create app to make and organize the setup pics and video this will make everything easy
2.make the iss script extract the game keys from the registry automatically instead of the manual way -maybe not the iss but another app-
3.create batch file creator with the codes of compression instead of the manual way
1. That's what yener is doing
2. You can get your keys, you need to read some tutorials there's no need to spend hours for such a thing.
3. Possible, but people who use precomp or srep compressions need extreme ones, they wont use these 2 for normal compression. So if precomp or srep is in the business, this means you need max compression possible.
Hello again
Thanks for help Fabioddq
I was able to make the Autorun
But I have a small problem
how to creat icon uninstal in the control panel ?
Thanks for help me
pakrat2k2
14-08-2012, 05:20
uninstallicon is already in installscript.iss
UninstallDisplayIcon={app}\{code:GetMyAppExePath}\ {code:GetMyAppExeName}
Dark_Siegfried89
14-08-2012, 06:26
Hi guys, thanks for the work done but I encountered a problem when I use compression ARC+PRECOMP+SREP, most of the files are extracted, but about 65%, it gives me an error:
ISSrepExtract not initialized properly ...
I state that it used the sintessi Peterf of compression, you could suggest a solution?
P. S. The game I'm trying to compress is Dead GOTY Island.
DEAR pakrat2k2
Explain more
Thank you
For example, in the " GetMyAppExePath" course of the game you should write
Dark_Siegfried89
14-08-2012, 09:31
I show the screen of my problem...Plz!!! :(
http://i49.tinypic.com/vgmmj7.jpghttp://
I show the screen of my problem...Plz!!! :(
which way you compressed it?
am i the only unlucky guy here or precomp+srep is useless on bik files ? Searched on net and found same result.
Precomp+srep = Useless on bik and pck files.
pakrat2k2
14-08-2012, 18:15
DEAR pakrat2k2
Explain more
Thank you
For example, in the " GetMyAppExePath" course of the game you should write
what script are you using? Yener's or your own ?
What I quoted was from Yener's CI Script. IF your not using that then it will be different.
am i the only unlucky guy here or precomp+srep is useless on bik files ? Searched on net and found same result.
Precomp+srep = Useless on bik and pck files.
Using BOTH is useless, but did you try either one by itself? Thats why you usually see video folder as external from inno setup,
it just copies that folder to specified location. But the big drawback is that unless you re-encode the videos they themselves are
usually bigger then a dvd5 itself..
SPECIAL UPDATE 8.5.2
- this update was required for CI Designer correctly working.
pakrat2k2
i using Yener's
why?
Using BOTH is useless, but did you try either one by itself? Thats why you usually see video folder as external from inno setup,
it just copies that folder to specified location. But the big drawback is that unless you re-encode the videos they themselves are
usually bigger then a dvd5 itself..
Yep, used one of them (srep actually) didnt compressed even 1gb... Do we have stronger value then m3f for srep ?
thanks guys
Worked
i can make AutoRun
Thank you,Thank you,Thank you,Thank you,Thank you,Thank you
Onizuka87k
15-08-2012, 08:25
Yep, used one of them (srep actually) didnt compressed even 1gb... Do we have stronger value then m3f for srep ?
Hum.. REV0 i think you can't compress them because bik format file is already compressed itself (and i think the same with pck).
Usually the best way is a resampling and then earn more few MB with another compression like lzma2/ultra64 (directly from inno) or with arc. (precomp and srep are useless) :o
I doubt you could do better with bik/pck but.. never say never! :p
re-encode... I hate re-encodes, take too much time to make hours of encoding and chinese torture to computer. I rather burn DVDs and get over with it.
Thanks for reply though :D
JacksMafia
15-08-2012, 10:19
guys what about if a want to use 7z+ serp for compression what code should i write in bat file?
and what about arc.ini what i should write if using 7z+ serp?
also
-msrep+lzma:a1:mfbt4:d256m:fb128:mc100 0:lc8
is this the best compression serp can do? if not then what is?
thanks
Hello every body,
now i can repack games with precomp+srep+lzma with manual args and by using yener's project it install archive's files file by file similar to peterf1999's project.Last of my project will upload soon.
MartinezPL
21-08-2012, 02:18
I got some problem i used revo theme from sleeping dogs
packed game files with arc,precomp,srep,arc (final size was 5.90GB MULTI7)
I make that on five Data files after was give a try is evrything right and works ,setup runs evrything fine but to a momment when progress bar reach it 70/80%
setup freezes on Data4 i looked on into folder of install and stopped on %arctemp% (something like that) and Data4.srep 0 kb firts time i got this bug ,of course in setup.ini I add line "Extract Setting" etc its some bug or what? no error pomped
Checking task menager arc process was taking resources (ram etc.) HDD Led's shows me my Hard drive is on use;) and no info was showed about arc stop working ,no rosponse etc
sorry for bad english :P
any ideas?
ashutosh4555
21-08-2012, 04:42
How could i integreat style.cjstyles in CI 8.5.2
edit your fullquote or you will get warned.
rename to Setup.cjstyles and put it to the main path of Setup.cab.
ashutosh4555
21-08-2012, 10:33
Haiiii Yener90 & Rev0 And other Senior Member's
i make an script through innno(u) but i want to compressed High Compressing Method (Just like Blackbox NFS The Run..ETC / INNO+Precomp+Srep+FreeArc) i'd chk this forum ur provided just like too many converter's .... but i want to make this through script soooo plz instruct..... meeee or give me some Hint's or upload Some script.....plzzzzzzzz help me outttttttttttttttttt frm there
thanks
Fabioddq
21-08-2012, 11:23
i want to be change autorun fonts there is any way.................:confused:
actualy i'd allready attach font.ttf into .cab file but stilll nt changed my font's
plz help Meeeeeeeeeeeeeeeee
thanks............
Put your Font.ttf inside the main path of Setup.cab and change in Setup.ini under [AutorunSettings]:
ButtonFont=font name
Example:
ButtonFont=Arial
NamelessOne
21-08-2012, 13:42
Please correct me if this question was already asked but how do you get the question about deleting save files at the end of uninstall. I mean, this isn't the problem when the saves are in My Docs or somewhere but the problem is when the save games are in the installation folder. Setup just deletes everything in the folder even if I input save game folder path in the setup.ini.
budianto2in1
22-08-2012, 21:56
can anybody tell me about video in background installer?
the detail about it?
i tried use divx video. but the video play too fast in background, it's like the video been fast forward....
thx in aadvance.....
Please correct me if this question was already asked but how do you get the question about deleting save files at the end of uninstall. I mean, this isn't the problem when the saves are in My Docs or somewhere but the problem is when the save games are in the installation folder. Setup just deletes everything in the folder even if I input save game folder path in the setup.ini.
I dont remember that yener's script have possibility to ask 'Keep the save data or not' It deletes everything, feature of the setup.
can anybody tell me about video in background installer?
the detail about it?
i tried use divx video. but the video play too fast in background, it's like the video been fast forward....
thx in aadvance.....
use following settings:
http://img221.imageshack.us/img221/3931/supermw.jpg
JacksMafia
23-08-2012, 00:53
guys can any one just answer my question about out of range error game installed fine but this out of range error really kills me
any ideas ?!!!!
thanks
guys can any one just answer my question about out of range error game installed fine but this out of range error really kills me
any ideas ?!!!!
thanks
lol....same problem you got in ci designer.
out of memory.
i really dont know why this happens only to you. did you ever tried on an other system?
JacksMafia
23-08-2012, 01:01
will i used inno for long time now this is the first time this happens could it be something wrong with the script?
BTW i fixed ci designer freeze error
thanks for replay
dude tell me how you solved :o
when error happens?
after which version?
JacksMafia
23-08-2012, 01:13
will the error was not in ci designer v.3a i think we were looking in the other way when we searched for .net error
the problem was very easy it was in the windows font folder i had a lot of fonts installed-more than 3500..!!-
so what i did is restore the font folder to the original state and it worked
http://img140.imageshack.us/img140/1450/98284614.jpg
you mean that there is no error in the script and out of range error just comes from my pc?
that only happens when i use inno
what could cause it
ah now i understand...vb.net cant handle such a high nr of fonts.
no then it comes from script.
problem is every computer handles different some are faster some are slower.
could you tell me, when exactly happens?
send me your script please...maybe a little conflict. can also pm.
i need to release a fast new version of ci designer.
while creating script i realized some problems.
currently working on spiderman...after 13 days of release no one published conversion.
JacksMafia
23-08-2012, 01:46
could you tell me, when exactly happens?
send me your script please...maybe a little conflict. can also pm.
i need to release a fast new version of ci designer.
while creating script i realized some problems.
currently working on spiderman...after 13 days of release no one published conversion.
no thing happens before when i used TheWitcher 2 script only these new ones give me error like this
anyway installation start with no errors the additional files too work with no errors but when installation finish and screen go back to installer menu -so i can press finish- error show up
out of range error if you press ok nothing happens installer don't crash and you can press finish to end installation and the game runs fine that's all
i will upload screenshot if you want just tell me
BTW in ci designer i'm able to view autorun menu but not installer menu ..why?
and the 2 and 3 exe feature is not available anything i do wrong ?
found the problem.
fixed.
CI Designer currently doesnt support multiple exes.
But it will get an enormous update.
UPDATE 8.5.3
- fixed "Out of Range" bug
- updated translation
This new version of CI 8.5.3, requires CI Designer 0.4? Or also works without it?
How do I remove the icon spiderman in autorun?
every version works without it.
after 8.5.2 it was optimised for CI designer.
replace setup.ico with your icon.
compile langscript.iss and launch rename_autorun.bat.
Fabioddq
25-08-2012, 19:12
Hi yener! I have this problem: Extraction show error in Spanish and french languages. I use CI 8.5.3.0. Other languages are normal: en, prbr, de, it.
Look:
French:
https://lh5.googleusercontent.com/-w0wJYJVCo00/UDmFSDcv8bI/AAAAAAAAAmg/A-yVSWw2E8o/s1920/ShowExtractionErrorFR.jpg
Spanish:
https://lh4.googleusercontent.com/-uxIoirELfOc/UDmFQuj4iXI/AAAAAAAAAmY/IukOYBF5OAI/s1920/ShowExtractionErrorES.jpg
Thanks for help! :D
UPDATE 8.5.3.1
- fixed french and spanish
lupetto77
26-08-2012, 08:28
UPDATE 8.5.3.1
- fixed french and spanish
Yener is this error you place the image:
http://s4.imagestime.com/out.php/i761036_Immagine.jpg (http://www.imagestime.com/show.php/761036_Immagine.jpg.html)
ISTALLAZIONE PERSONALIZZATA
lacks the N and then goes off the screen.
Fabioddq
26-08-2012, 08:34
UPDATE 8.5.3.1
- fixed french and spanish
Thanks yener! :D
I will fixed my conversion.
Yener is this error you place the image:
http://s4.imagestime.com/out.php/i761036_Immagine.jpg (http://www.imagestime.com/show.php/761036_Immagine.jpg.html)
ISTALLAZIONE PERSONALIZZATA
lacks the N and then goes off the screen.
Decrease the size of the setup.ini ButtonFont, I did it in installer Crysis 2 ...
Thx yener90 CI 8.5.3.1!!
http://desmond.imageshack.us/Himg411/scaled.php?server=411&filename=ci8531.jpg&res=landing
Fabioddq
26-08-2012, 08:36
Yener is this error you place the image:
http://s4.imagestime.com/out.php/i761036_Immagine.jpg (http://www.imagestime.com/show.php/761036_Immagine.jpg.html)
ISTALLAZIONE PERSONALIZZATA
lacks the N and then goes off the screen.
Change the position in Setup.ini, under [InterfaceSettings]:
Button2Left=xxx
EDIT...
LOL, Kassane responded the same time! hehe
Change the position in Setup.ini, under [InterfaceSettings]:
Button2Left=xxx
EDIT...
LOL, Kassane responded the same time! hehe
kkkkkkkk! :D
Coincidence!!!
UPDATE 8.5.3.2
- added uppercase button font support:
-> enabling ButtonFontUC=1 in interface setting or autorun setting
UPDATE 8.5.3.2
- added uppercase button font support:
-> enabling ButtonFontUC=1 in interface setting or autorun setting
Thx yener90!!
PS: Looking setup.ini, I just realized that being disorganized! If I use my setup.ini from a previous version, works or problem?:p
yes works.
add the line in update to interface and autorun settings
Fabioddq
27-08-2012, 18:50
The new function (ButtonFontUC) works great yener. Thanks for the update! :D
splitdvd9todvd5
27-08-2012, 22:34
how can i add the system requirements script?
http://postimage.org/image/xq7cv71wr/
Hi
I have a question
Who knows when we'll start installing AutoRun made because the game will not run on the desktop screen
Preview 8.5.6:
http://img688.imageshack.us/img688/5375/preview856.jpg
as you see i will need translations :D
English:
System Test
Processor
RAM
Video Card
Operating System
Your system meets the minimum hardware requirements.
Your system DOESNT meet the minimum hardware requirements.
Fabioddq
31-08-2012, 08:18
Very nice yener! This options is enabled by default? Or it's possible disabled?
By the way:
Portuguese Brasil:
System Test - Teste de Sistema
Processor - Processador
RAM - RAM
Video Card - Placa de Vídeo
Operating System - Sistema Operacional
Your system meets the minimum hardware requirements. - O seu sistema possue os requisitos mínimos de hardware.
Your system DOESNT meet the minimum hardware requirements. - O seu sistema não possue os requisitos mínimos de hardware.
Very nice yener! This options is enabled by default? Or it's possible disabled?
By the way:
Portuguese Brasil:
thx for the translation.;)
i add a new section to Setup.ini.
if you delete section, it will be automaticly disabled.
Polish
Test platformy
Procesor
RAM
Karta graficzna
System operacyjny
Twój system spełnia minimalne wymagania systemowe.
Twój system nie spełnia minimalnych wymagań systemowych.
System Control - Contrôle de système
Processor - Processeur
RAM - RAM
Video Card - Carte graphique
Operating System - Système D`exploitation
Your system meets the minimum hardware requirements. - Votre système répond à la configuration minimale requise.
Your system DOESNT meet the minimum hardware requirements. - Votre système ne répond pas à la configuration minimale requise.
If you need Turkish, let me know :p
However, 'System Check' would be better instead of System Test
Fabioddq
31-08-2012, 09:42
Yener, I'm having this problem a few times, it started after I be using cjstyles. It usually happens after I click install or when I close the installer.
Event problem: BEX
Application Name: Setup.tmp
Module fault: isskin.dll_unloaded
https://lh3.googleusercontent.com/-lS40gHZVSv8/UEDoDzAPaXI/AAAAAAAAAn4/Z6Ye-z1oasc/s513/error.jpg
Any idea? Thanks for help! : D
P.S - About translations: in System Test use this - Teste de Sistema.
Is better than Teste do Sistema. :D
Yener, I'm having this problem a few times, it started after I be using cjstyles. It usually happens after I click install or when I close the installer.
Event problem: BEX
Application Name: Setup.tmp
Module fault: isskin.dll_unloaded
Any idea? Thanks for help! : D
P.S - About translations: in System Test use this - Teste de Sistema.
Is better than Teste do Sistema. :D
i dont get this error...so cant analyze :/
could you provide it competely ?
maybe a combination of files causes this problem.
@REV0
bu iyimi:
SystemPageTitle=Sistem Kontrolü
ReqSuccess=Sisteminiz gerekli minimum gereksinimi karşılamaktadır.
ReqNoSuccess=Sisteminiz gerekli minimum gereksinimi KARŞILAYAMAMAKTADIR.
Processor=İşlemci
RAM=RAM
VideoCard=Ekran Kartı
System=İşletim Sistemi
i cant speak turkish computerlanguage xD
ok change english language to system check
i dont get this error...so cant analyze :/
could you provide it competely ?
maybe a combination of files causes this problem.
@REV0
bu iyimi:
SystemPageTitle=Sistem Kontrolü
ReqSuccess=Sisteminiz gerekli minimum gereksinimi karşılamaktadır.
ReqNoSuccess=Sisteminiz gerekli minimum gereksinimi KARŞILAYAMAMAKTADIR.
Processor=İşlemci
RAM=RAM
VideoCard=Ekran Kartı
System=İşletim Sistemi
i cant speak turkish computerlanguage xD
ok change english language to system check
İyidir hacı :D BTW, since you changed it to system check, i modified FR translation
Onizuka87k
31-08-2012, 13:46
However, 'System Check' would be better instead of System Test
I think "Game system requirements" is the best (or something like "Hardware Requirements")
Yener90, let me know if you need italian too!
Fabioddq
31-08-2012, 14:26
i dont get this error...so cant analyze :/
could you provide it competely ?
maybe a combination of files causes this problem.
I think it is a problem with my system. It only happens sometimes and only when I use cjstyles. I didn't understand: "could you provide it competely ?"
P.S.
In translation for System Check - Verificação de Sistema.
I think "Game system requirements" is the best (or something like "Hardware Requirements")
Yener90, let me know if you need italian too!
I think setup shows the hardware you have, so writing 'system requirements' is not a proper translation
it checks your hardware and tells you if your system has the minimum requirement.
kind of difficult finding correct title for this .
Th3Raven
01-09-2012, 01:39
System Test
Processor
RAM
Video Card
Operating System
Your system meets the minimum hardware requirements.
Your system DOESNT meet the minimum hardware requirements.
Romanian translation
System Test = Testare sistem
Processor = Procesor
RAM = RAM
Video Card = Placă Video
Operating System = Sistem de Operare
Your system meets the minimum hardware requirements. = Sistemul dvs. îndeplinește cerințele hardware minime.
Your system DOESNT meet the minimum hardware requirements. = Sistemul dvs. NU îndeplinește cerințele hardware minime.
lupetto77
01-09-2012, 18:00
We have gone to the insertion of large requirements...... :)
NamelessOne
02-09-2012, 02:12
Bosnian translation
System Test = Test sistema
Processor = Procesor
RAM = RAM
Video Card = Grafička karta
Operating System = Operativni sistem
Your system meets the minimum hardware requirements. = Vaš računar ispunjava minimalne hardverske zahtjeve.
Your system DOESNT meet the minimum hardware requirements. = Vaš računar NE ispunjava minimalne hardverske zahtjeve.
Next Update 8.5.6:
- System Check
- Setup.cab & Setup.ini can be integrated
- Setup.cab Cryption
-> for cryption i need to build a tool
Th3Raven
04-09-2012, 09:42
Next Update 8.5.6:
- System Check
- Setup.cab & Setup.ini can be integrated
- Setup.cab Cryption
-> for cryption i need to build a tool
I can't wait.:p
- Setup.cab & Setup.ini can be integrated
That means that this 2 can be put inside setup.exe (compiled with game data) ? Nice.:)
Fabioddq
04-09-2012, 10:47
Next Update 8.5.6:
- System Check
- Setup.cab & Setup.ini can be integrated
- Setup.cab Cryption
-> for cryption i need to build a tool
Very nice yener! But tell me, what is Cryption? :confused:
password protected setup.cab file
yes only one which must stay external is setup.dll
cant solve.
Fabioddq
04-09-2012, 11:39
Password protected? Nice! I apreciated. :D
Th3Raven
04-09-2012, 12:29
password protected setup.cab file
yes only one which must stay external is setup.dll
cant solve.
Setup.dll can be "transformed" in Autorun.exe.
Tested and working.
All you have to do is to change the lines from Rename_Autorun.bat to:
copy Setup.dll.exe Autorun.exe
del Setup.dll.exe
i know it xD
but try to launch setup.exe.
will no more work.
im thinking about make it external.
no more as dll.
Yener90, it would be possible to adapt your CI installer, to work the precomp 0.4.3?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.