PDA

View Full Version : yener90's Inno Project Source Codes


Pages : 1 [2] 3 4 5 6

napalmguy
15-03-2012, 20:56
@Fabioddq

try deleting the icon cache in windows

Th3Raven
16-03-2012, 00:20
After compilation, continues the same icon :eek:
I used CI 7.2.5.
Look:

https://lh5.googleusercontent.com/-gpkBk6aTgoI/T2K_p4UXDzI/AAAAAAAAALU/2M3dpiv7oVI/s800/Trine.jpg
Rename the "SetupIconFile=Trine.ico" to "SetupIconFile=Setup.ico" and leave it that way(for any compile you will ever make).
Now rename your icon file to "Setup.ico" and it should work.
BTW only the Install.exe icon will change, because when you compile the script, it will change every time,and he will have the Setup.ico you want.

yener90
16-03-2012, 00:57
If you compile langscript.iss then also setup.exe icon will be changed.

BAMsE
16-03-2012, 01:31
Fabioddq icon cache stores your old icons. Try to move setup.exe / install.exe to another folder and you'll see proper icon

yener90
16-03-2012, 02:48
UPDATE 8.0.0
- finally jpg/png support -> bmp support completely deleted
- flash support
- ISSkin support
- lot of more...
- DarkISSkin deleted -> now you can use ISSkin

Fabioddq
16-03-2012, 05:58
Thank you guys for help! I solved!
Anyway, i used CI 8.0.0. :D

Fabioddq
16-03-2012, 23:00
Hey Yener, I noticed that the sound click of the button "Custom installation" is exchanged.
When clicked the sound that enters is the "ButtonOnMouse" when it should be the sound of the "Button" click.
If you can check this! :D
Thanks for the updates! :)

darshana
17-03-2012, 21:34
Yener90

Thank you very much for adding JPG and PNG support.

I put the "Tiger.cjstyle" as "setup.cjstyle" in to setup.cab and it works great.Here's a a snapshot.

http://img804.imageshack.us/img804/6213/jc2h.jpg

CJSTYLE FILE: http://www.mediafire.com/?w7w8s4bgkdtb9wm

11rd
18-03-2012, 07:29
How to add to Inno Setup?

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sims]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sims\The Sims 3]
"Country"="TH"
"SKU"=dword:00000007
"DisplayName"="The Sims 3"
"Install Dir"="J:\\Program Files\\Electronic Arts\\The Sims 3"
"Locale"="en-US"
"Telemetry"=dword:00000000
"InstallStart"=dword:00000000
"ProductID"=dword:000003e9
"ExePath"="J:\\Program Files\\Electronic Arts\\The Sims 3\\Game\\Bin\\TS3.exe"

yener90
18-03-2012, 07:35
look at tutorial section last point ;)

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

Fabioddq
18-03-2012, 11:11
I'm not able to use the Japanese and Russian languages​​. This returns several "?????????". Can anyone help?

This line in Setup.ini is correct:

Lang=en,de,fr,es,it,prbr,cz,pl,jp,ru

yener90
18-03-2012, 11:33
its normal :/
unfortunately buttons only support ansi characters.
this means if your system supports the language it will be shown correct there.
on other systems not.

silviugut
18-03-2012, 19:12
I have a problem with placing rows in the installation menu! I used C.I. 7.2.5, the conversion works perfectly but I want to fix this:
http://img88.imageshack.us/img88/3029/3copywr.jpg
How can I fix?Thanks!

thedarkman
18-03-2012, 19:16
i have problem too, error at end installation :(
http://www.imagedum.com/images/970_error.jpg

Thanks!

yener90
18-03-2012, 20:39
silviugut
increase TextPositionHeight

thedarkman
show me your setup.ini and setup.cab :/

pakrat2k2
18-03-2012, 20:40
I'm not able to use the Japanese and Russian languages​​. This returns several "?????????". Can anyone help?

This line in Setup.ini is correct:

Lang=en,de,fr,es,it,prbr,cz,pl,jp,ru

easier fix.... just remove those languages from ( jp,ru ) from the lang= line
then they dont show up at all.

Fabioddq
18-03-2012, 20:54
easier fix.... just remove those languages from ( jp,ru ) from the lang= line
then they dont show up at all.

:eek:
LOL, i removed these languages. :p
Thanks for reply! :D

thedarkman
19-03-2012, 00:04
thedarkman
show me your setup.ini and setup.cab :/

here, im using internal installation
and my background only show 1.jpg :confused:

sory my bad english, thanks
:D

silviugut
19-03-2012, 00:15
I have the same problem as thedarkman: a single image throughout the installation!

http://img805.imageshack.us/img805/1874/setup1.jpg
http://img189.imageshack.us/img189/9466/setup2pk.jpg

yener90
19-03-2012, 00:34
ok dudes realized the problem now.
its because of the internal installation.
will solve next update.

yener90
19-03-2012, 01:00
UPDATE 8.0.1
- fixed button sound on custom install and back button
- added flash animation in installer
- added custom font color for small installer
- fixed background image error while using internal installation
- all 4 big buttons are customizable now

good news :D
fixed youre errors now ;)

thedarkman
19-03-2012, 02:36
UPDATE 8.0.1
- fixed button sound on custom install and back button
- added flash animation in installer
- added custom font color for small installer
- fixed background image error while using internal installation
- all 4 big buttons are customizable now

good news :D
fixed youre errors now ;)

i will try! Thanks :D
:D

------------------------------
Edit: Error after splash logo
http://img716.imageshack.us/img716/4319/79569378.jpg (http://imageshack.us/photo/my-images/716/79569378.jpg/)

vendecido33
19-03-2012, 07:27
Good Yener90.
I wanted to ask you something, I'm using your script but I have a question you can add a paragraph that creates icons for the desktop to create more folders according to the game. I'm trying to get more than one game in the same pack.

yener90
19-03-2012, 08:26
i will try! Thanks :D
:D

------------------------------
Edit: Error after splash logo
http://img716.imageshack.us/img716/4319/79569378.jpg (http://imageshack.us/photo/my-images/716/79569378.jpg/)

hmm did you tried it with your archive?
tested here works perfekt.

shanrq
19-03-2012, 21:41
yener can you give me script for making setup.dll for CI 8.. if allowed.. its kind like something missing.. :p

senseman
23-03-2012, 10:00
yener

an error in the autorun in the Turkish version of close button CI 8.0.1

My ss
http://g1203.hizliresim.com/v/r/3sbdx.jpg

Another PC
http://g1203.hizliresim.com/v/r/3sbfs.jpg

http://b1203.hizliresim.com/v/r/3sh6l.jpg

yener90
23-03-2012, 14:47
unfortunately i cant fix it currently :/
i used for button an external dll and it doesnt support unicode characters.
only ansi. if your system supports the language it will show correct.
on an other pc seems not to support turkish characters and therefore converts to compatible character, here: I
font shows it correct.
on your system it should show correct, but the font doesnt support turkish characters.

senseman
24-03-2012, 14:19
OK. thanks bro

also...delete font.tff in setub.cab...it works (İ) def

pakrat2k2
24-03-2012, 19:32
OK. thanks bro

also...delete font.tff in setub.cab...it works (İ) def

you could also replace the font, with one that displays properly for you

BAMsE
25-03-2012, 01:42
It's really not hard to edit font, add new character, copy & paste "Y" contour, copy & paste desired glyph "," from another character or comma and rename new character (in this case probably "Yacute") :)

DarkAssassin
25-03-2012, 06:13
can I use only precomp for precsrep?

Freearc -m0 + precomp + Freearc -mx for data1.cab

I dont want to use srep


sorry I m not speak english so good

pakrat2k2
26-03-2012, 15:27
only use records.inf IF using internal compression ( using ISS script only, no cab files, which means removing the externalsettings from setup.ini )

you want to use precomp + srep...

first create arc file using -m0
then precomp the arc file
then srep the precomp file
finally arc the srep file... look here for instructions using different conversion > step #5
http://fileforums.com/showthread.php?t=91837
same steps just use the proper name for your game.

R.G.RAYSIN
27-03-2012, 00:45
is there a way to show some text information at end of the installation or at the beginning ,some kind'a texts.:o

noel41
27-03-2012, 14:27
They can make a custom installer for MVP Caribe 2011

pakrat2k2
28-03-2012, 13:34
is there a way to show some text information at end of the installation or at the beginning ,some kind'a texts.:o

you can add the text file to be displayed at beginning of install, see post here on what to add to autorun.inf

http://fileforums.com/showpost.php?p=401241&postcount=224

BAMsE
29-03-2012, 05:20
R.G.RAYSIN pack readme.txt among game files, add [Run] section to the script and under it Filename: "{app}\readme.txt"; Flags: shellexec
It shows readme.txt after installation

pakrat2k2
29-03-2012, 08:24
thanks that was the was to show AFTER installing, adding shellexec to autorun.inf is to show BEFORE installing.

napalmguy
02-04-2012, 23:51
one small suggestion is to make the Play button present but grayed in autorun menu

because the two other buttons alone make the menu,I don't know... "Asymmetric"?

thanks again for all your efforts especially in CI8.0

yener90
03-04-2012, 00:16
hmm only problem ist, this will make it difficultier for graphicers.
then they would need to make a disabled button :/

napalmguy
03-04-2012, 02:49
I don't know. never been good in the design sense, but I think graphicers would find it annoying to see the place of the Play button empty. or maybe it's just me

whatever you do, I'm sure BAMsE will make the most of it :)

Edit: got an idea. create the button. disable it's function and just change button lable color when it's disabled

hackjack
03-04-2012, 04:46
i will try! Thanks :D
:D

------------------------------
Edit: Error after splash logo
http://img716.imageshack.us/img716/4319/79569378.jpg (http://imageshack.us/photo/my-images/716/79569378.jpg/)

am getting this error too right after the splash logo.what should i do.i tried with my archives too.but same error.

yener90
03-04-2012, 04:51
am getting this error too right after the splash logo.what should i do.i tried with my archives too.but same error.

do you have adobe flash player installed? :/

napalmguy
good idea...if i find time i will add it.

hackjack
03-04-2012, 05:01
yes i have flash player installed.am using 64 bit & i have both 32 and 64 bit flash installed.also i tried removing the fonts from setup cab. but one time installer worked without any background images.

[...] ok i got it working when i removed flash.swf,i think flash player problem anyway thanks for your effort, really great script.

lupetto77
03-04-2012, 13:39
Yener90 Thanks for the tutorial and the script are gorgeous

I wanted to ask you how do you add transparency in the box like this:

http://s2.imagestime.com/out.php/i684672_esempio2.jpg (http://www.imagestime.com/show.php/684672_esempio2.jpg.html)

Thanks

yener90
03-04-2012, 13:53
Look in setup.cab setup\textbg.png
to make transparent areas likes this i use gimp.
open gimp and create a new image.
set the size of this
now set as color foreground color.
set in layout panel the transparency to 60-70% save it as TextBG.png

lupetto77
04-04-2012, 07:10
I'm sorry I did not understand I should open the image I want to use in gimp then open a new one (the transparent) and put it on?

You have a video tutorial or step by step explanation?

hackjack
04-04-2012, 07:27
yener can the font be changed or not. coz when i updated the setup.cab with another font the setup just used regular font.y is that.

yener90
04-04-2012, 08:09
currently im really busy..
dont have even time to update.
also for the video.

after adding font you need to edit setup.ini and change the font name to your added one.

lupetto77
04-04-2012, 11:47
yener90 with the same
keep trying, hoping to succeed

lupetto77
05-04-2012, 13:55
yener90 how to correct this error?
Instead of SEOGLIA in BROWSE

Another thing like changing the color of the writing of the buttons and the installation?

http://s3.imagestime.com/out.php/i686837_Immagine.jpg (http://www.imagestime.com/show.php/686837_Immagine.jpg.html)

lupetto77
05-04-2012, 14:16
For this I resolved:
Another thing like changing the color of the writing of the buttons and the installation?

I just have to fix SEOGLIA in SFOGLIA.

hackjack
08-04-2012, 06:43
ok everything is perfect just one error during installation. am using precomp-srep compression, compressed everything correct but just half through the installation it goes fast and gets error of isdone.dll stating "Error start of the console application precomp038.exe". plz tell me what am i doin wrong.i tried using 038 and 042 also but same error.

yener90
08-04-2012, 07:06
did you set PrecompVer correctly?

hackjack
08-04-2012, 07:36
sorry i didnt understand. you mean in setup.ini file or anything else.

yener90
08-04-2012, 08:08
yes its in Setup.ini

New feature of 8.1...currently working on it:
- autorun and installer edited, so you can launch two executable of a game
- custom cursor button
- will update translation

following idea:
by starting the app a tray icon ballon tip will be showed a while:
http://img192.imageshack.us/img192/1813/yesjy.jpg

good idea? i think everybody should know whose the creators/editor of the setup.

leo95
09-04-2012, 06:34
vlv all you need is
precomp -intense -c- filename.ext
(for older versions -slow instead -intense)

After successful operation it gives you another parameters -zl and -d (-m and - c for older versions) to speed up whole operation if somebody else tries to precompres THIS file (parameters will be different for different input files!!!)

What would be the command to the best compression at 042. What makes the switch. -c- as the example above
I'm trying to compress 9GB in 4GB

BAMsE
09-04-2012, 08:15
leo95 there isn't best command to achieve the smallest file - all depends on input file.
-c- parameter disables compression on output file so it is more susceptible to compression by srep

leo95
09-04-2012, 10:17
leo95 there isn't best command to achieve the smallest file - all depends on input file.
-c- parameter disables compression on output file so it is more susceptible to compression by srep

I tried to make the Medal of Honor Airborne on 1 DVD5 and has 1239 files.
The file 9.15gb arc;
as would the decision:
1 - precomp042-intense Data1.arc
2 - srep -m3 Data1.pcf Data1.srep
3 - Compress file compression with FreeArc Data1.srep-mx-ld1600m cab file

This would be the correct procedure?

BAMsE
09-04-2012, 12:41
leo95 the order is correct, also parameters, but:
1. use -c- parameter for precomp (it'll give you bigger output file but better 'srepped/freearced')
2. watch out for parameters given at the end of 'precomping' because they can speed up whole process straightly (i.e. prepare some batch file with 'pause' command at the end to avoid closing cmd window)
3. try to exclude audio/video files from 'precomping' because they aren't 'precompable'

Grumpy
09-04-2012, 20:52
good idea? i think everybody should know whose the creators/editor of the setup.

Yes, everybody should know who the creator is, even tho I think most already do know, but yes its still a good idea mate, :)

mehrdad
10-04-2012, 12:05
Yes, everybody should know who the creator is, even tho I think most already do know, but yes its still a good idea mate, :)

yes good idea

mehrdad
10-04-2012, 12:12
yaner90 can setup.cab compile with setup.exe and setup give 1 file for install ???(pics of games sit on the setup.exe and no setup.cab) sorry for my english

BAMsE
10-04-2012, 21:19
mehrdad it's possible. Needs a little script changing

mehrdad
11-04-2012, 09:31
yes its in Setup.ini

New feature of 8.1...currently working on it:
- autorun and installer edited, so you can launch two executable of a game
- custom cursor button
- will update translation

following idea:
by starting the app a tray icon ballon tip will be showed a while:
http://img192.imageshack.us/img192/1813/yesjy.jpg

good idea? i think everybody should know whose the creators/editor of the setup.

when you creat this setup 8.1?

yener90
11-04-2012, 09:36
UPDATE 8.1.0
- Play button now appears disabled instead of hiddden (if game not installed)
- Two shortcuts support(Two GDF Binarys also)
(IF YOU DONT NEED IT JUST DELETE THE LINES
MyExecutableIconName2, MyExecutableName2 and MyExecutablePath2 from Setup.ini
also GDFBinary2 too)
- added balloon popup, which shows info about creator/editor(to edit editor section, use Setup.ini)
- autorun shows currently selected language
- custom cursor support

mehrdad
Hmm...including Setup.cab will make you lot of work.
So you would need to define every image and every sound file in the installerscript
Also it would be required two times because of Autorun menu.

mehrdad
11-04-2012, 10:46
UPDATE 8.1.0
- Play button now appears disabled instead of hiddden (if game not installed)
- Two shortcuts support(Two GDF Binarys also)
(IF YOU DONT NEED IT JUST DELETE THE LINES
MyExecutableIconName2, MyExecutableName2 and MyExecutablePath2 from Setup.ini
also GDFBinary2 too)
- added balloon popup, which shows info about creator/editor(to edit editor section, use Setup.ini)
- autorun shows currently selected language
- custom cursor support

mehrdad
Hmm...including Setup.cab will make you lot of work.
So you would need to define every image and every sound file in the installerscript
Also it would be required two times because of Autorun menu.

Can you help me how can to define every image and every sound file in the installerscript?thanks for CI 8.1
and how can i rename the (CI 8.1.0)to game name when setup starting?

kassane
12-04-2012, 04:26
You might put in a percentage progress bar "0% -100%" of the installation?
Sorry my english (Google translator)

vendecido33
12-04-2012, 07:10
yener90 thanks for all your work. as always a crack.

yener90
12-04-2012, 07:47
You might put in a percentage progress bar "0% -100%" of the installation?
Sorry my english (Google translator)

maybe next version...

Ademarpato
12-04-2012, 09:38
Hello yener90's

Thank you for developing and sharing the CI ...
I downloaded, I have not changed anything and I test the interface standard is at version 8.1, but it is this way;
http://imageshack.us/photo/my-images/196/semttuloaov.png/ #

What could it be? Even changing the images looks like this ... The autorun is normal.

Thanks and sorry for my bad English, I'm from Brazil.

yener90
12-04-2012, 10:13
Hello yener90's

Thank you for developing and sharing the CI ...
I downloaded, I have not changed anything and I test the interface standard is at version 8.1, but it is this way;
http://imageshack.us/photo/my-images/196/semttuloaov.png/ #

What could it be? Even changing the images looks like this ... The autorun is normal.

Thanks and sorry for my bad English, I'm from Brazil.

it looks like the Installer cant find the files inside Setup.cab.
Make sure in Setup.cab is a folder named Setup.
if you have problems submit your Setup.cab

yener90
12-04-2012, 10:15
Ok new Button engine will come next days:
you can see need a lot of work...
Autorun is already finished.

http://img831.imageshack.us/img831/4919/aggfgfdgsf.jpg

so no more character conversion problems :D

lupetto77
12-04-2012, 10:50
Yener90 Thanks for the update ...

Now i try thanks again

Ademarpato
12-04-2012, 11:54
Yener90, my Setup.cab is the same one you sent in CI 8.1.
Look at another example, this Batman Arkham City done for you;

http://img560.imageshack.us/img560/4945/semttulokgg.png

I have not modified anything, just opened and it was so, so there is the Setup folder and all files within it.
The Splash is also not being loaded.

yener90
12-04-2012, 12:17
so autorun runs normal...
open setup.exe launch until you get to the error and show me the content of the temp folder. its a folder named is-...
it should be 3 folders. one of them has more files. from that folder a screenshot.
im sure...there is something wrong while decompressing files.

why did you disabled pm?!

Ademarpato
12-04-2012, 12:50
I do not have disabled the PM ... Not able to send me? Prefer to talk by PM?
We created two folders in the TEMP, follow the prints;

http://img822.imageshack.us/img822/6156/semttulo1cpiaue.jpg
http://img831.imageshack.us/img831/6129/8cpia.jpg

I did 3 tests;
Win 7 x64 - With issue
Win 7 x86 - With issue
Win XP x86 - Works perfect

kassane
12-04-2012, 13:21
I'm having a little problem with the icon of the dxhr setup.dll CI 8.1.0, it was not replaced, then when the autorun appears dxhr.ico and the installer icon appears in my game (the witcher 2).
What do I get the icon of the deus ex HR? It's weird!

I'm finding this new version a bit more complicated! Yener90 update the tutorial CI 8.0 to 8.1.0 ... Please!

yener90
12-04-2012, 13:29
rename game icon to setup.ico
compile langscript.iss and launch rename autorun.bat

@Ademarpato
You can see yourself...installer didnt extracted folders properly. setup folder also not extracted. on your system shows corrupted.
will try to fix it next update

lupetto77
12-04-2012, 13:40
Sorry yener90 installation asks me why the disk1 what should I do?

Ademarpato
12-04-2012, 16:09
Thanks for the support Yener90 ...
I believe there is nothing I can do then except wait for the next update and see if the error continues ...
Thanks again for your attention!

yener90
13-04-2012, 06:38
UPDATE 8.2.0
- Fixed button text problems
-> rebuilded completely
- Fixed for some users not appearing pics

Ademarpato
13-04-2012, 11:44
Now yes, CI 8.2 is working perfectly on Win 7 x64
Thank you!
Congratulations by the program is practical and really cool!

Ademarpato
13-04-2012, 18:44
Yener90, by removing the lines;
MyExecutableIconName2, MyExecutableName2, MyExecutablePath2 and GDFBinary2 from Setup.ini the button would have to disappear, right?
Am I doing something wrong?

http://img525.imageshack.us/img525/2159/exec2.jpg

yener90
13-04-2012, 21:08
Sorry forgot really this point -.-
update will appear this afternoon.

kassane
14-04-2012, 07:00
Yener90, by removing the lines;
MyExecutableIconName2, MyExecutableName2, MyExecutablePath2 and GDFBinary2 from Setup.ini the button would have to disappear, right?
Am I doing something wrong?

http://img525.imageshack.us/img525/2159/exec2.jpg

I solved this problem with two buttons "play" in this way:
Play2Left=9999 - Play2Top=99999.
http://desmond.imageshack.us/Himg689/scaled.php?server=689&filename=ci82.png&res=landing

Ademarpato
14-04-2012, 09:33
I think I found another problem in the extraction ...
Copy the folder CI 8.1 to perform the extraction fails;

http://i44.tinypic.com/206hatt.jpg

If you copy the files to another folder the error persists. Strangely only on desktop copying the error not occurred.

Thanks for new update ... When you provide it will test the buttons.
Thanks again for the support guy :p

yener90
14-04-2012, 11:13
UPDATE 8.2.3
- Fixed one executable problem
- added RoundedCornerX and RoundedCornerY in AutorunSettings (Standard Value should be 0)
-> here is a pic if you set both to 200 (look at the corners):
http://img195.imageshack.us/img195/4082/examplesi.jpg
- added ButtonLabelX and ButtonLabelY in AutorunSettings and InterfaceSetting (Standard Value should be 0)
-> for moving the buttons text to left/right or up/down
- small fixes and cleaned code

kassane
percentage in progressbar view doesnt work with my installer :/

Ademarpato
its because path contains characters which is not supported by unzipper.

pakrat2k2
14-04-2012, 13:27
no link for 8.2.2 only 7.2.5

alias-as
15-04-2012, 04:49
waiting for the 8.2.2 :) ... thanx a lot yener

yener90
15-04-2012, 11:18
ok uploaded 8.2.3 :p

lupetto77
15-04-2012, 11:49
yener90 Thanks for the update ...

Can you tell me how do I add the second icon is not present in the setup.ini file entries:
MyExecutableIconName2 = L4D2 Launcher.ico
MyExecutableName2 = L4D2 Launcher.exe
MyExecutablePath2 = left 4 dead 2
how do you?

Another thing how do you make the image with rounded corners?

yener90
15-04-2012, 12:04
custom icon is not supported in setup.ini.

change(in Files category in InstallSCript.iss):
Name: {group}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeNam e2}; WorkingDir: {app}\{code:GetMyAppExePath2}; Check: SecondExecCheck;
Name: {userdesktop}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeNam e2}; WorkingDir: {app}\{code:GetMyAppExePath2}; Check: SecondExecCheck;

to
Name: {group}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeNam e2}; WorkingDir: {app}\{code:GetMyAppExePath2}; IconFilename: {app}\L4D2 Launcher.ico; Check: SecondExecCheck;
Name: {userdesktop}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeNam e2}; WorkingDir: {app}\{code:GetMyAppExePath2}; IconFilename: {app}\L4D2 Launcher.ico; Check: SecondExecCheck;

you dont need to make the image like that.
setup makes it itself,
just change in AutorunSettings in Setup.ini
RoundedCornerX=0
RoundedCornerY=0
to for example
RoundedCornerX=200
RoundedCornerY=200

higher values will increase the effect, lower values will decrease

MyExecutableIconName2 => NAME OF SHORTCUT NOT OF THE ICON FILE
MyExecutablePath2...are you sure that your executable is in subfolder?

vendecido33
15-04-2012, 12:52
Yener90 Thanks for all your work.

One question you have eliminated the cursor to put in the Setup.cab

yener90
15-04-2012, 12:55
Yener90 Thanks for all your work.

One question you have eliminated the cursor to put in the Setup.cab

no no just changed the skin.
will never delete support for anything ;)

vendecido33
15-04-2012, 12:57
She said that the 8.2.3 version of Setup.cab is different from the version 8.2.0

mehrdad
15-04-2012, 13:16
yener90 How can i change this for no silent install directx:

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=1
LaunchCom1=DXRedist\DXSetup.exe
LaunchArg1=/silent

lupetto77
15-04-2012, 13:17
icons are both in the same directory
C: \ Program Files (x86) \ left 4 dead 2
The first creates the second is not

yener90
15-04-2012, 13:20
vendecido33
normal...skin changed.

mehrdad
delete from LaunchArg1=/silent -> "/silent"

lupetto77
send me your complete script via pm

lupetto77
15-04-2012, 13:48
I sent yener90

vendecido33
15-04-2012, 14:54
Yener90 is easy to put another skin in the game Deus Ex Human Revolution in the setup and cript, is that I was easier to edit the images of the buttons.

yener90
15-04-2012, 15:05
vendecido33
http://fileforums.com/showthread.php?t=92840
download it...extract it somewhere, open converter.cab, open DEUSEX_HR_DVD1, use the Setup.cab and Setup.ini

lupetto77
will look tomorrow.

vendecido33
15-04-2012, 15:19
Thanks Yener90.

That ariamos without you, they miss a crack.

One question is there any way to put icons in the section of any link to a web site name.

Ademarpato
16-04-2012, 06:21
Thanks Kassane , your tip had worked, but now yener90 already corrected ...

Thanks for the update and the help yener90

Ademarpato
16-04-2012, 06:56
Oh man, I think that the extraction is now with the autorun problem :P

http://i39.tinypic.com/2cz7bio.jpg

The setup is working normal, the fault lies only in the autorun...
My folders have no special character...

yener90
16-04-2012, 08:29
UPDATE 8.2.4
- Fixed Autorun extraction problem
- added SetupFontSize option (Standard Value = 0)
=> positive numbers increase/negative decrease the size
- added SmallButtonFontSize option (Standard Value = 7)

Ademarpato
16-04-2012, 09:00
Thanks for the update ... It's working normal.

In IC 7.2.5 you can use the images; aInstall, aExit and aPlay to customize the buttons on the Autorun ... How to do it in version 8?

yener90
16-04-2012, 09:03
Thanks for the update ... It's working normal.

In IC 7.2.5 you can use the images; aInstall, aExit and aPlay to customize the buttons on the Autorun ... How to do it in version 8?

didnt added currently...do you need it?
the normal button is in Autorun\Button.png
every button uses this image.

Ademarpato
16-04-2012, 09:18
Yes, i was trying to make the Autorun three different buttons ... The first button would be rectangular, the second with a tip to the left and the third with a tip to the right ... :D

alias-as
17-04-2012, 10:44
good afternoon yener :)
i need some help dude i wanna transfer some files to my documents folder "Mes douments in french" to this folder C:\Users\XXXX\Documents\PCX2 ... in setup.ini i put it like that:
FreeArcFile1={src}\Data1.bin;DestDir:%userprofile% \Documents\PCX2\;Disk:1

that's not working .... so if you can give me the correct DestDir code thnx

Ademarpato
17-04-2012, 11:59
good afternoon yener :)
i need some help dude i wanna transfer some files to my documents folder "Mes douments in french" to this folder C:\Users\XXXX\Documents\PCX2 ... in setup.ini i put it like that:
FreeArcFile1={src}\Data1.bin;DestDir:%userprofile% \Documents\PCX2\;Disk:1

that's not working .... so if you can give me the correct DestDir code thnx

Hello alias-as,

Use this form;
FreeArcFile1={src}\Data1.bin;DestDir:{userdocs}\PC X2\;Disk:1

{userdocs} is a constant used by Inno Setup for the path;
C:\Users\XXXXX\Documents\

pakrat2k2
17-04-2012, 21:20
alias-as just a few more for future reference.

{Userdocs}-User Documents
{Commondocs}-Shared Documents
{Localappdata} - Application Data
{Commonappdata} - All Users \ Application Data
{Pf} - Program Files
{Pf32} - Program Files (x86)

yener90
18-04-2012, 03:22
UPDATE 8.2.5
- added two fonts support -> name: first font = font.ttf, second font = font2.ttf
- updated TrayIconCntrl to 1.5
- small fixes
- all buttons are customizable now (doesnt mean that you need to use these images)
Autorun:
-> Play Button = Button.png
-> Play 2 Button = Button2.png (if you dont add it, Button.png will be used instead)
-> Install/Uninstall Button = Button3.png (if you dont add it, Button.png will be used instead)
-> Exit Button = Button4.png (if you dont add it, Button.png will be used instead)
Installer:
-> Browse Button = SmallButton.png
-> Small Music Button in installation= SmallButton2.png (if you dont add it, SmallButton.png will be used instead)
-> Small Cancel Button in installation= SmallButton3.png (if you dont add it, SmallButton.png will be used instead)

alias-as
18-04-2012, 06:04
good afternoon guys
i have another problem lol ...
how can i change the icon of the desktop shortcut of the executable.

Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName }; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon};

yener90
18-04-2012, 08:37
desktop + startmenu icon will be changed:
open installscript.iss
;#define CustomBinaryIcon "SonicGenerations.ico"
delete the underlined sign so it looks like this:
#define CustomBinaryIcon "SonicGenerations.ico"
change the icon file to your one (example: SonicGenerations.ico => Game.ico) and put it next to the installscript.iss and compile

kassane
18-04-2012, 08:52
It is possible to place the browser DVD button in the autorun?
Having to go exploring traditional DVD is very annoying ...

Th3Raven
18-04-2012, 10:07
i am having a question (how many redist can be putted in the Setup.ini ?)

I have putted a copy of my Setup.ini

yener90
18-04-2012, 11:06
UPDATE 8.2.6
- License Page support added (To enable: define LicenseFile= or in langauges section in InstallScript.iss)
- small fixes

Th3Raven
8..it needs to be in numeric order, which is wrong in your Setup.ini

kassane
This is old school :p

vendecido33
18-04-2012, 15:23
UPDATE 8.2.6
- License Page support added (To enable: define LicenseFile= or in langauges section in InstallScript.iss)

Sorry but I do not understand Yener90 much you put this sentence, I have to do.

pakrat2k2
18-04-2012, 20:20
If when creating the installer for your game, you want a text file to be displayed then enable the line
;LicenseFile=EULA\eula.rtf in InstallerScript.iss ( remove the ; from beginning of the line )
then compile the script.

This will display the eula.rtf file before installation of the game.

vendecido33
19-04-2012, 03:31
If when creating the installer for your game, you want a text file to be displayed then enable the line
;LicenseFile=EULA\eula.rtf in InstallerScript.iss ( remove the ; from beginning of the line )
then compile the script.

This will display the eula.rtf file before installation of the game.

If I can understand, what not to put parameters have to read it.

Ademarpato
19-04-2012, 05:09
Yener90,

Thanks for the Update and the autorun customizations.

lupetto77
19-04-2012, 12:34
2 things I would ask you if you can ever do ...

1. the second icon that created you can 'just leave the name of the icon in this case L4D2 Launcher
or not, as in the image below left 4 dead 2 L4D2 Launcher?

http://s7.imagestime.com/out.php/i696217_2icone.jpg (http://www.imagestime.com/show.php/696217_2icone.jpg.html)

2. I go into the file setup.ini in these lines and edit so to install just an icon

/ / MyExecutableIconName2 L4D2 Launcher
/ / MyExecutableName2 = L4D2 Launcher.exe
/ / MyExecutablePath2 =

but nell'autorun but 'the first key is posted dall'altri as shown below how can I fix?

http://s7.imagestime.com/out.php/i696220_1iconamanca.jpg (http://www.imagestime.com/show.php/696220_1iconamanca.jpg.html)

Thanks for the update ...

artdekdok
19-04-2012, 14:05
@lupetto77

1. example :

ApplicationName = Left 4 Dead
MyExecutableName = l4d.exe
MyExecutableIconName2 = Multiplayer
MyExecutableName2 = L4D2 Launcher.exe

you get
first desktop icon name : Left 4 Dead (ApplicationName)
second desktop icon name : Left 4 Dead Multiplayer (ApplicationName + MyExecutableIconName2)

2. fix by edit position of PlayLeft , PlayTop

gatosky1620
24-04-2012, 15:50
Yener bro can you add a music file, fontsize OnMouseOut and fontsize OnMouseOver in the Autorun?

gatosky1620
25-04-2012, 10:50
how i extract the "cursor" of the game please help

lupetto77
25-04-2012, 15:47
Can you tell me why I get this error Setup couldnt find necessary files.
I got these files once completed:

__Installer
autorun.inf
Setup.exe
Setup-1a.bin
Setup-1b.bin
Setup-1c.bin
Setup-2a.bin
Setup-2b.bin


I state that I used CI 8.2.6

pakrat2k2
25-04-2012, 19:32
needs ALL the setup.* files to be complete, along with the bin files too.

yener90
26-04-2012, 00:14
Can you tell me why I get this error Setup couldnt find necessary files.
I got these files once completed:

__Installer
autorun.inf
Setup.exe
Setup-1a.bin
Setup-1b.bin
Setup-1c.bin
Setup-2a.bin
Setup-2b.bin


I state that I used CI 8.2.6

because you need Setup.ini and Setup.cab also.

lupetto77
26-04-2012, 13:22
yener90 thanks I had to add the 2 files you said to me more Setup.dll if not wrong ...

Th3Raven
26-04-2012, 19:01
yener90 thanks I had to add the 2 files you said to me more Setup.dll if not wrong ...
Yes you have to copy the Setup.dll; setup.cab; setup.ini where you have the setup.exe file and the other files.

mehrdad
27-04-2012, 03:13
hi yener ihave problem with setup.ini.when i created setup not install directx,....
and dont want silent install.

darshana
27-04-2012, 04:46
@yener90

Hey bro,Awesome work with the installer.

BTW I noticed that it is possible to add "precomp" & "srep" compression to freearc directly in freearc so that freearc does all the things including the compressions of precomp and srep.peterf1999 had used it to his "syndicate" installer.Is it possible to add it to your installer. And also background video(avi) instead of slideshow in his syndicate installer also seems so cool.

pakrat2k2
27-04-2012, 06:02
darshana its already there ( precomp/srep) look here
http://fileforums.com/showthread.php?t=92805

alias-as
27-04-2012, 06:42
hi :)
i wnna know how to write this reg information in inno

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters]

[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\F1 2011]
"PATH_APPLICATION"="C:\\Program Files\\Codemasters\\F1 2011\\"
"LANGUAGE"="1036"
"locale"="1036"

and i want to change "PATH_APPLICATION"="C:\\Program Files\\Codemasters\\F1 2011\\" by the game path whitch i chose in installation.
please

AND
what shall i put here in LaunchArg to (silent) install OpenAL and Rapture3D (OpenALwEAX.exe + rapture3d_2.4.9game.exe)

LaunchCom3=redist\OpenAL\OpenALwEAX.exe + redist\Rapture3D\rapture3d_2.4.9game.exe
LaunchArg3=???

pakrat2k2
27-04-2012, 16:23
look up 1 post all the information needed is written in tutorial post

for each additional program to install look at end of setup.ini Launch settings

directx = launch1
openal = launch2
rapture3d = launch3
etc up to 8 programs if needed, again all this is listed in link i posted above your post.

alias-as
28-04-2012, 00:58
thnx so much pakarat2k2 you are always here helping people :) but:

1- I Tried using yener's tutorial (regestry part) but i faild i dont know where exactly so if you can give the right reg in inno to compare with mine, here is it:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters]
[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\F1 2011]
"PATH_APPLICATION"="C:\\Program Files\\Codemasters\\F1 2011\\"
"LANGUAGE"="1036"
"locale"="1036"

2- i know bro how to put additionat programs but what i don't know is their silent installation code LaunchArg3=???
thnx again

Ademarpato
28-04-2012, 05:18
Hello, alias-as
To register make this section as follows;

[Registry]
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: PATH_APPLICATION; ValueData: {app}; ValueType: string; Flags: UninsDeleteKey;

Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: LANGUAGE; ValueData: 1036; ValueType: string; Flags: UninsDeleteKey;

Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: locale; ValueData: 1036; ValueType: string; Flags: UninsDeleteKey;

Your setup.ini should look like;

ApplicationName=F1 2011
Publisher=Codemasters

To better understand;
[I]HKLM is the default key HKEY_LOCAL_MACHINE
ApplicationName=F1 2011 is the {code:GetAppName}
Publisher=Codemasters is the {code:GetAppPublisher}

Then you have the record;
"HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\F1 2011"

{app} is the installation location of the User selects, from what I understand PATH_APPLICATION the key is to define where the game is installed, so it can change depending on where the User to install the game.

If Win is 64 bit it will automatically add the correct key for the 64.

Language and Locale as I understand it is to set the language, 1036 = France? :D
If you do only one language is ready ... just save the script and compile it to create Setup.exe with the new settings.

alias-as
28-04-2012, 05:54
Ademarpato
i don't know how to thank you brother ... really you helped me a lot thanks to now i can write regestry info in inno by my self :D
and yes 1036=France lol i'm french so i need only french language :p

Ademarpato
28-04-2012, 07:27
Then you're ready to part of the record...
To make the silent OpenAL try ​​to put in;
LaunchArg3=/s

To try putting 3D Rapture so;
LaunchArg4=/silent

You need to separate the Rapture OpenAL, will be 2 launch...

pakrat2k2
28-04-2012, 09:22
thanks for stepping in Ademarpato i was writing out just what you replied with, so i dont need to ;)

alias-as
28-04-2012, 10:40
Hi again
i made a conversation DVD9 To 2xDVD5 to the game F1 2011
all worked fine but at the end i got this message
http://fileforums.com/attachment.php?attachmentid=3405&stc=1&d=1335634340
that's in french , the translation is:
an error occurred while reading the source file:
the reader does not contain the correct disk
insert% 2 (Volume Serial Number:% 3) into drive% 1
press retry to try again, ignore to skip this file

so if any one can help

NB: i only modified the icon (#define CustomBinaryIcon "Setup.ico") and in the regestry section
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: PATH_APPLICATION; ValueData: {app}; ValueType: string; Flags: UninsDeleteKey;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: LANGUAGE; ValueData: 1036; ValueType: string; Flags: UninsDeleteKey;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: locale; ValueData: 1036; ValueType: string; Flags: UninsDeleteKey;

pakrat2k2
28-04-2012, 13:29
looks like its asking for dvd1 again ?

alias-as
28-04-2012, 14:05
i realised that the probleme was in the commande:
#define CustomBinaryIcon "Setup.ico" ( the Setup.ico is the icon whitch i want to see in the desktop , i put it with the same folder with the script CI 8.2.6)
when i change the desktop icon by deleting the ( ; ) i met this error.
but if i re-put the ( ; ) it works fine
;#define CustomBinaryIcon "Setup.ico"
so yener please can you help me

darshana
28-04-2012, 22:04
darshana its already there ( precomp/srep) look here
http://fileforums.com/showthread.php?t=92805

That not what iam saying.I know the method of

freearc->precomp->srep->freearc

But We can do the same with using a command like this in freearc.

EX: (from peterf1999's Syndicate)

arc a -ep1 -ed -r -w.\ .\Disk\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Content\Textures\*"

arc a -ep1 -ed -r -w.\ .\Disk\Data2.bin -mprecomp:zl98:d1+srep+lzma:a1:mfbt4:d256m:fb128:mc 1000:lc8 "%choice1%\Content\XDF\*"

arc a -ep1 -ed -r -w.\ .\Disk\Data3.bin -x"%choice1%\Content\XDF\*" -x"%choice1%\Content\Textures\*" -x"%choice1%\Content\Videos\*" -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Content\*"

arc a -ep1 -ed -r -w.\ .\Disk\Data4.bin -x"%choice1%\Content_Rus\*" -x"%choice1%\Content\*" -x"%choice1%\__Installer\*" -x"%choice1%\*RU.dll" -mprecomp:t-nfj+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc100 0:lc8 "%choice1%\*"


My problem is When we compile like this the final freearc file cannot be extracted using yenner90 scrip. You might probably say use the other normal method. But the advantage of this method is that the extraction is very fast and when we open the freearc file, inside we can see the original files as they are, eventhough they are precomped and sreped. What this command actually do is it precoms and srep file by file unlike what we normally do(Processing a group of files packed with freearc using store mode )

pakrat2k2
28-04-2012, 22:16
using freearc in filter mode from command line( peter's Syndicate ) which is different then how yener's CI works ( as of right now, but sure that it will be updated to allow filtermode ) so it will not extract even using PrecSrep:1 in setup.ini. must use old method arc precomp srep arc ( until new update comes out )

yener90
29-04-2012, 06:41
thx you dudes for helping the others :D
currently my internet + system is broken.
im writing from phone.
cant help anyone.

alias-as
29-04-2012, 11:47
yener please i'm getting a probleme here:
whene i change the desktop icon in installer.iss by deleting the ( ; ) ( #define CustomBinaryIcon "Setup.ico" ) ( the Setup.ico is the icon whitch i want to see in the desktop , i put it with the same folder with the script CI 8.2.6)
i get this error
http://img846.imageshack.us/img846/7876/sanstitremv.jpg

but when let it in default ( ;#define CustomBinaryIcon "Setup.ico" )
i dont get this error
help please

pakrat2k2
29-04-2012, 21:59
why you dont get error is because of the ; at front of the line ( it means skip this line)

Once you've compiled the script WITH the Setup.ico enabled ( NO ; at front of line )
and you end up with the exe etc.. you have the setup*.* files & the bin files all included
within your iso, or in a subfolder, the error still shows up when installing?

alias-as
30-04-2012, 01:47
the error still shows :(
when i made 1 DVD9 the installation was perfect
but when i made 2 x DVD5 i got this error
extraction setting parts is Ok
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1
FreeArcFile2={src}\Data2.cab;DestDir:{app};Disk:2
i dont know where is the probleme

pakrat2k2
30-04-2012, 20:49
the error still shows :(
when i made 1 DVD9 the installation was perfect
but when i made 2 x DVD5 i got this error
extraction setting parts is Ok
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1
FreeArcFile2={src}\Data2.cab;DestDir:{app};Disk:2
i dont know where is the probleme

upload your installerscript.iss & setup.ini, i'll take a look.. i tested on binary domain, #define CustomBinaryIcon "Setup.ico"

worked fine no issues ??

alias-as
01-05-2012, 04:19
i uploaded My CI F1 2011 project source and the executable (its the crack which should be the desktop shortcut " may be it was the probleme" LOL )
THANX SO MUTCH Pakrat2k2 :)

yener90
02-05-2012, 10:48
------------------------------------------------
UPDATE 8.2.7
- flash problems solved
- added two new options:
MoveDirectoryInfo => move the part of selecting directory page up/down
MoveProgressBar => move progressbar up/down
- alignment partially fixed
- solved CustomBinaryIcon
- small fixes
------------------------------------------------

alias-as
02-05-2012, 13:25
Yener i think that there is a probleme in the new CI 8.2.7
the background images didn't appear ??
there is a black screen in the place of the background images
is there any one to confirme ????

what's good in this update is that my probleme with CustomBinaryIcon is resolved :)
thanx yener ;)

yener90
02-05-2012, 14:02
oh now i realised...sorry for this.
didnt test all possibilites.

UPDATE 8.2.7.1
- fixed background issue

REV0
03-05-2012, 03:25
i must say new version is harder to make than 8.1.0 to many buttons to edit *sigh*

Anyway i'll make things more automated way until Diablo III :D

found a bug but nothing important:

Back button, there are 2 '' before 'Back' writing in English version

BTW is it possible to make game language selecteble from setup via GDF binaries ? Normally game checks Reg entries to define which language game will be, maybe adding a selection to Setup via INNO's reg entries so setup will install one GDF entry for language ?

Or is it already exist but i forgot lol

BTW a Request:

Can you separate the buttons on autorun screen ? so one for ınstall one for play one for others etc.

If it wont require to change everything of course i just finished photoshop phase i dont want to re-make everything again :D

yener90
03-05-2012, 03:59
you dont need to :P
just three buttons are enough.
Autorun, small button and big button.
you really dont need to make for every button an image.

about the little bug...could you provide a screenshot.
dont have this error :/

about gdf:
in tutorial section its written:
You can also define language specific gdf binaries:
just take from Language Info your language and add it to the end of GDFBinary.
Example for a Turkish and Greek gdf binary
GDFBinaryTR=GDF_Turkish.dll
GDFBinaryGR=GDF_Greek.dll

dont understand request :/
there are 3/4 buttons.
play,(play2), install/uninstall and exit.
what exactly should be seperated :/

REV0
03-05-2012, 04:04
you dont need to :P
just three buttons are enough.
Autorun, small button and big button.
you really dont need to make for every button an image.

about the little bug...could you provide a screenshot.
dont have this error :/

about gdf:
in tutorial section its written:
You can also define language specific gdf binaries:
just take from Language Info your language and add it to the end of GDFBinary.
Example for a Turkish and Greek gdf binary
GDFBinaryTR=GDF_Turkish.dll
GDFBinaryGR=GDF_Greek.dll

dont understand request :/
there are 3/4 buttons.
play,(play2), install/uninstall and exit.
what exactly should be seperated :/

http://img859.imageshack.us/img859/6287/capturemfz.png

About autorun, i was thinking to make Install button bigger than others

And for GDF, we'll add every possible GDF files to Setup.cfg, then we will add every possible GDF reg entries to INNO right ?

**I'm no making GDF'ed setups for a long time so i forgot :eek:

yener90
03-05-2012, 11:42
ahhhh you need different size..thats a lil bit complicated.

no no for gdf no registry entries are required.
just edit setup.ini...its enough.

about the bug...this bug is because of your font.

pakrat2k2
03-05-2012, 11:51
did you manage to figure out precomp+srep ( from commandline )

arc a -ep1 -ed -r -w.\ .\Disk\Data4.bin -x"%choice1%\Content\*" -x"%choice1%\__Installer\*" -x"%choice1%\*RU.dll" -mprecomp:+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128 :mc1000:lc8 "%choice1%\*"
if ERRORLEVEL 1 goto arcfail

REV0
03-05-2012, 12:36
interesting, there was nothing on another buttons..


Anyway, i have to use this font since it's related to the game anyway :D

alias-as
05-05-2012, 07:25
Waiting for the CI 8.2.7.2 :D

gk4u
08-05-2012, 08:54
I am not smart in coding, i simply tried to compile it, i got the error:-

COMPILE ERROR

Line: 212:
Column: 16
Unknown type: 'TGUID'

Please help???

vendecido33
08-05-2012, 09:08
I am not smart in coding, i simply tried to compile it, i got the error:-

COMPILE ERROR

Line: 212:
Column: 16
Unknown type: 'TGUID'

Please help???


Get out of here last http://www.jrsoftware.org/isdl.php unicode version and not give you that error.

eyeshield23
08-05-2012, 09:42
hi everyone... i need a help of how to make an inno script of Resident Evil: Operation Raccoon City...

Fabioddq
09-05-2012, 06:47
Hi Yener, i would like to report a small bug in C.I. 8.2.7.1:
Sometimes, when you hover the button and draw, the button continues with the appearance of the selected button when it should return to its normal state.
is not important. Just happens sometimes!
Maybe you've fixed it in the next update. :D:D

hum... I have a doubt:
What parameters to use for the "Games for Windows Live Setup"?

For example:

Launch3=Games for Windows LIVE Setup
Launch364=0
Launch3BeforeInstall=1
LaunchCom3=Redist\Gfwlivesetup35.exe
LaunchArg3= ???

Under line : LaunchArg3= ???

What i can use:

/q:a or /Silent or /q:nu ???

Thanks for help!

yener90
09-05-2012, 07:09
hmm...never happened to mw :/

command line for this is:
/q /nu /norestart

Fabioddq
09-05-2012, 09:31
hmm...never happened to mw :/

command line for this is:
/q /nu /norestart

Thanks, works great! :)

Fabioddq
10-05-2012, 14:44
Hi Yener, it would be possible to add fade in / out effect for transitions of the buttons?
State normal - state hover and vice-versa.

alias-as
11-05-2012, 03:42
Hi
i want to know how to put a DWORD regestry value in inno
Thanx

Fabioddq
12-05-2012, 17:43
How do i change the setup.exe icon in the C.I.8.2.7.1 using external instalation/compression?
I tried to resource hacker and works but the Setup.exe was corrupted after that;
I tried to compile the LangScript.iss but the icon not changed, i moved the Setup.exe to other place and continues with the same icon.
The icon only change when i use internal installation/compression :confused::confused:

pakrat2k2
12-05-2012, 20:55
you dont compile langscript.iss but the installerscript.iss, delete the original setup.exe, have your icon file in same place as iss script, compile it making sure the define program files line is commented out, & that you have your external file lines in place. It will create new exe using the icon file specified.

alias-as
13-05-2012, 00:04
Pakarat2k2 please can you tell me how to put a DWORD regestry value in inno
Thanx :)

yener90
13-05-2012, 00:58
UPDATE 8.2.8
- fixed Uninstall icon in control panel/programs
- added alternate second shortcut:
-> "new" button is now config button
-> enable it the same way like the second shortcut
but with the only differene that you need to set
MyExecutableIconName2=Config
- fixed button bug

alias-as
13-05-2012, 00:59
thanx yener :) i'll try this new CI
yener please can you tell me how to put a DWORD regestry value in inno

yener90
13-05-2012, 01:04
did you tried the way like in the tutorial?
Point:
How to insert registry keys

alias-as
13-05-2012, 01:08
yes yener i tried but the problem is in the tutorial it makes a simple registry value not a DWORD value

yener90
13-05-2012, 01:10
upload your reg entry please ;)

alias-as
13-05-2012, 01:19
Here is

[HKEY_LOCAL_MACHINE\SOFTWARE\CAPCOM]

[HKEY_LOCAL_MACHINE\SOFTWARE\CAPCOM\LOSTPLANET 2]
"InstallDir"="C:\\Program Files\\Lost Planet 2\\"
"launch"=dword:00000000
"Language"="1033"

i look for this line : "launch"=dword:00000000

yener90
13-05-2012, 01:31
How to insert registry keys
this way it works.

look here:
[Registry]
Root: HKLM; SubKey: "SOFTWARE\CAPCOM\LOSTPLANET 2"; ValueName: InstallDir; ValueData: "C:\\Program Files\\Lost Planet 2\\"; ValueType: string;
Root: HKLM; SubKey: "SOFTWARE\CAPCOM\LOSTPLANET 2"; ValueName: launch; ValueData: 00000000; ValueType: dword;
Root: HKLM; SubKey: "SOFTWARE\CAPCOM\LOSTPLANET 2"; ValueName: Language; ValueData: "1033"; ValueType: string;

alias-as
13-05-2012, 01:34
thank you yener thats what i was looking for
you are the best dude :)

Fabioddq
13-05-2012, 10:16
you dont compile langscript.iss but the installerscript.iss, delete the original setup.exe, have your icon file in same place as iss script, compile it making sure the define program files line is commented out, & that you have your external file lines in place. It will create new exe using the icon file specified.

Yes, really worked! It's very simple :D:D
Thanks!

Fabioddq
13-05-2012, 10:17
UPDATE 8.2.8
- fixed Uninstall icon in control panel/programs
- added alternate second shortcut:
-> "new" button is now config button
-> enable it the same way like the second shortcut
but with the only differene that you need to set
MyExecutableIconName2=Config
- fixed button bug

Thanks for the update! I will update my conversions! :D

davidwbiggs2011
17-05-2012, 14:09
hey yener, everytime i try installing i get a console application error for precomp0.4 what does this mean?

lupetto77
26-05-2012, 12:12
1.I have to put these registry keys as I write?

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BioWare]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BioWare\Ma ss Effect 3]
"Path"="C:\\Program Files (x86)\\BioWare\\Mass Effect 3"
"locale"="it_IT"

I would like if possible when I uninstall the game was going to throw the keys created.



2.Per modificare la grandezza dell'immagine dello splashscreen dove devo andare a modificare?



3.In setup.ini this dll need to be able to choose which language to install right?

[InstallSettings]
GDFBinaryCZ = GDFBinary_cs_CZ.dll
GDFBinaryDE = GDFBinary_de_DE.dll
GDFBinaryEN = GDFBinary_en_US.dll
GDFBinaryES = GDFBinary_es_ES.dll
GDFBinaryFR = GDFBinary_fr_FR.dll
GDFBinaryHU = GDFBinary_hu_HU.dll
GDFBinaryIT = GDFBinary_it_IT.dll
GDFBinaryNL = GDFBinary_nl_NL.dll
GDFBinaryPL = GDFBinary_pl_PL.dll
GDFBinaryPR = GDFBinary_pt_PT.dll
GDFBinaryRU = GDFBinary_ru_RU.dll

4.Another question to create the second but not Config icon but a pleasure to just change these lines with the name we give to the second icon right?

MyExecutableIconName2 = Config
MyExecutableName2 = fifaconfig.exe
MyExecutablePath2 = Game \ fifasetup

5.Sorry one more thing to change the image size dell'autorun these 2 values ​​are right?

[AutorunSettings]
AutorunWidth = 600
AutorunHeight = 600

napalmguy
26-05-2012, 12:30
the big still exists in latest CI version

in Deus Ex Human Revolution when specify

[InstallSettings]
GDFBinary=dxhr.exe
GDFBinary2=The Missing Link\dxhrml.exe

the GDF installs to game explorer but game Play task is started from the main {app} folder not from The Missing Link folder

i checked to see if the problem is game specific so i installed the GDF manually using game explorer helper from DXSDK and it installed correctly with tasks in correct folder

can you please check this problem?

thanks in advance for latest CI

Edit: in registry

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\GameUX\Games\{7E6A78F0-BEED-4136-BA98-101813137E4D}]
"ConfigApplicationPath"="D:\\Deus Ex Human Revolution"
"AppExePath"="D:\\Deus Ex Human Revolution\\dxhrml.exe"


where it should be

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\GameUX\Games\{7E6A78F0-BEED-4136-BA98-101813137E4D}]
"ConfigApplicationPath"="D:\\Deus Ex Human Revolution\\The Missing Link"
"AppExePath"="D:\\Deus Ex Human Revolution\\The Missing Link\\dxhrml.exe"

so the problem could be in function GetMyAppExePath2

senseman
30-05-2012, 07:44
hi yener

INNO has updated setup to 5.5.0 and scripts are not working

yener90
30-05-2012, 13:14
really...for me it works ;)
just some language text errors, but you will not realize them in setup, because my ci doesnt use them.
the errors while compiling should be fixed if the translators update their language files.

UPDATE 8.2.8.1 (currently private)
- Text label position of small buttons is changable too
- updated english and dutch translation to work with inno setup 5.5.0

yener90
31-05-2012, 08:17
I hope i can manage to finish 8.3.0.0 before release of Max Payne 3 :p
-> will support full video playback in background without flash plugin

here a preview:
http://img13.imageshack.us/img13/6149/videopb.jpg

REV0
31-05-2012, 13:01
Couple of things i've encountered during Max Payne 3 6DVD5 conversion:

1. Backgrounds switch last picute after 4 or 5. I had this in Mass Effect 3 conversion too.

2. SmallInstaller's actual size was 400x175, but default image was 402x177, i edited it, no more blurries

3. Same also backgrounds, it was 1024 576 means blurries, edited to 1280x720, pictures are HD now.

Conversion is ready, except 1st issue remains.

lupetto77
31-05-2012, 13:38
That marked the installation of images you can put a video I got it right?
If so you are a big yener90

davidwbiggs2011
04-06-2012, 16:55
hey yener or anyone else who can help, when i 'm installing the first file runs fine (arc-srep-precomp-arc) and extracts directly to the installation folder, however then second file compressed in the same way extracts to a temporary file inside the installation folder but then does nothing

i have a freearc temp folder which clearly contains my srep file but as a tmp file and the srep file is in the installation directory but is 0 kb and the installation has frozen, what can i do?

pakrat2k2
04-06-2012, 20:34
check your setup.ini external files lines

IE FreeArcFile1={src}\Movies.cab;DestDir:{app};Disk:1 ;PrecSrep:1

make sure each line has different freearcfile#, and that the disk # is correct as well.

alias-as
05-06-2012, 01:47
Good Morning :)
i wanna know what's the arguments for silent install of Punkbuster in 'setup.ini' ??

yener90
05-06-2012, 04:02
UPDATE 8.3.5 Beta
-> its fully working on my system....just need some more feedback, therefore its currently beta
-> got so far 4 fully working feedbacks :rolleyes:
- Video feature added (Xvid coding is required for successfull playing)
- background music is now expanded to autorun menu too
- fixed lot of bugs
- enabled drag drop in autorun and setup

Th3Raven
05-06-2012, 08:44
UPDATE 8.3.5 Beta
-> its fully working on my system....just need some more feedback, therefore its currently beta
-> got so far 4 fully working feedbacks :rolleyes:
- Video feature added (Xvid coding is required for successfull playing)
- background music is now expanded to autorun menu too
- fixed lot of bugs
- enabled drag drop in autorun and setup

And where is the attachment?
If you want more feedbacks please give us a download link or something :p

yener90
05-06-2012, 14:40
ok added...unfortunately i have forgot the time, needed immediately go away xD

darshana
05-06-2012, 20:49
Hey yener90.

Thank you very much for doing such a great job developing this installer and more than that sharing it with us. I have been using your installers for about a 6 months now. Really convenient and you always don't forget to add more features and keep it up to date.
I actually wanted to know that if there is any way you could add x264 video support because I have noticed it give more quality video than xvid.

Thanks in advance.

silviugut
05-06-2012, 20:58
,,darshana,, X264 video files are larger ,setup.cab becomes larger!! setup.cab gets bigger and should be reduced DiskSliceSize!

Fabioddq
06-06-2012, 06:57
Hi yener, thanks for the update! I tested in my conversion of Max Payne 3 and it worked perfectly with your video.
But when I created my own video he run at high speed during installation showing the video in less than 2 seconds. What formats compatible?
I used SUPER © to convert ".Mp4" to ".Avi" using xvid:

video:

Video Scale Size: 1280:720
Aspect ratio: 16:9
Frame / sec: 29.97
Bitrate: 2016 Kbps
Options: Hi quality; Stretch it; 48k Audio

audio:

Codec: MP3
Sampling Freq: 44100
Channels: 2
Bitrate: 128 Kbps
Streams Auto Detection: Detect All Streams

Final size: 18.5 MB

I do not quite understand about video conversion, so if you can help i thank you! :D:D

yener90
06-06-2012, 07:32
here are my settings:
http://img221.imageshack.us/img221/3931/supermw.jpg

Fabioddq
06-06-2012, 08:05
here are my settings:
http://img221.imageshack.us/img221/3931/supermw.jpg

All right bro. Works perfectly with your settings! I confirmed, look awesome!
I used the latest version of SUPER © (v2012 build 51) for conversion the video.
Thanks! :D

https://lh4.googleusercontent.com/-0BMIHQ6a-F4/T89wdZfP3nI/AAAAAAAAAS4/jmvT5ZL9tu4/s694/Super.jpg

lupetto77
06-06-2012, 10:49
I tried the latest update C.I.8.3.5 Beta
But I tried to install it on a computer of my friend is not installed because 'asks the xvid codec but he does not have an internet connection you can not' done it in another format that does not require codecs?

Thanks for the updates ..

yener90
06-06-2012, 11:52
unfortunately formats which dont require codec need lot of space.
what about integrating the codec to installer??
so nobody needs internet connection.
if its installed it will not use, if not it will install then delete after installation.

vendecido33
06-06-2012, 14:58
Yener first thank you for the scripts that we do.
Now I wanted to ask about the new scrip, eh seen what he does with the video coming out in the installer, but I see that video can be stopped but it will not leave the images that you can have the installer on. Any chance that when the video finishes loading the images one has of the installer.

silviugut
06-06-2012, 22:14
,,yener90's,, I tried CI 8.3.5 Beta and works well!Just a question-Can be made ​​at the end of installation ReadMe button near Finish button ,to open the readme file?

yener90
07-06-2012, 07:06
UPDATE 8.3.5.1 Beta
- integrated xvid codec installer

vendecido33
hmm...possibility to pause is not enough?

silviugut
this is not an easy step :/
for all languages ReadMe need to be translated.

silviugut
07-06-2012, 08:21
UPDATE 8.3.5.1 Beta
- integrated xvid codec installer
silviugut
this is not an easy step :/
for all languages ReadMe need to be translated.

I mean as a function of License File ,checked ,show file,unchecked, the next step (Finish)!!
Usually ReadMe files is a folder with files in the game translated into each language like this:
http://img543.imageshack.us/img543/1458/76024157.jpg
http://img860.imageshack.us/img860/8688/96709355.jpg
http://img833.imageshack.us/img833/7508/90044842.jpg
ReadMe file in french already translated:
http://img268.imageshack.us/img268/3869/43580451.jpg
Made a ReadMe.cab all files already translated,put in last DVD5,which Setup to use it at the end of installation!
It's just a suggestion (but a good one)!!Think about it!

yener90
07-06-2012, 08:45
Ahh now i understand.
you want me creating a checkbutton at the end of installation (Finish Page) which starts notepad and shows ReadMe if its marked at the end of the installation :D
Thats not a big deal...if i have time will integrate it.

following ideas ive got:
show readme button in autorun
starting autorun after installation is finished.

Th3Raven
07-06-2012, 10:52
Can you please add a third play button to the autorun?
I have some games that are having 3 .exe (Ex. : F.E.A.R. whit exp. )

silviugut
07-06-2012, 19:26
Ahh now i understand.
you want me creating a checkbutton at the end of installation (Finish Page) which starts notepad and shows ReadMe if its marked at the end of the installation :D
Thats not a big deal...if i have time will integrate it.

following ideas ive got:
show readme button in autorun
starting autorun after installation is finished.

Exactly!!

leo95
08-06-2012, 14:14
Ahh now i understand.
you want me creating a checkbutton at the end of installation (Finish Page) which starts notepad and shows ReadMe if its marked at the end of the installation :D
Thats not a big deal...if i have time will integrate it.

following ideas ive got:
show readme button in autorun
starting autorun after installation is finished.

One could put a button to open a file before installing leer.txt ej: playing with the next steps for beginners. It's just a suggestion.

lupetto77
09-06-2012, 12:02
Thanks Yener for updates...

lupetto77
09-06-2012, 16:54
1.How never before in the options settavo in this way:
Compression: lzma
Compression Level: normal
Internal Compression: none
I compressed from 11.4 GB to just under 8gb
how can I fix this?
2.A question there is a way to see what I have to compress before filling without making many attempts to empty?

Thanks to all in advance.

Thanks to all in advance.

61n4n74r
09-06-2012, 21:27
hi yener...
i hope u make a simple version of your installer...
no background music, videos or picture, no full screen just install progress...

THANKS...

darshana
10-06-2012, 00:50
Hey yener90.

Thank you very much for doing such a great job developing this installer and more than that sharing it with us. I have been using your installers for about a 6 months now. Really convenient and you always don't forget to add more features and keep it up to date.
I actually wanted to know that if there is any way you could add x264 video support because I have noticed it give more quality video than xvid.

Thanks in advance.

PS:Silvugut you are wrong x264 codec gives much quality and smaller size than xvid. Why do you think people are using x264 instead of xvid.Why do you think Tv rippers and movie rippers moved to x264.Its because its better.

davidwbiggs2011
11-06-2012, 07:13
hey yener, where can i get a copy or your older custom installer scripts, i really like the later revisions of 7, but now i've lost them can u post some old ones?

lupetto77
13-06-2012, 16:29
An application to compress a game you have to do this by opening the file InstallerScript.iss-> Options-> Set compression.

Or is there another way?

If there is another way you can tell me how.

edwinkyr
13-06-2012, 19:51
did you mean compression type ??

if yes
http://www.jrsoftware.org/ishelp/index.php?topic=setup_compression

pakrat2k2
13-06-2012, 19:52
hey yener, where can i get a copy or your older custom installer scripts, i really like the later revisions of 7, but now i've lost them can u post some old ones?

I cant find anything other then 7.2.5, hope it will do ?!

An application to compress a game you have to do this by opening the file InstallerScript.iss-> Options-> Set compression.

Or is there another way?

If there is another way you can tell me how.

Use freearc and compress what / how you want, with what compression level you want, then specify the archive names like the tutorial says to. OR use internal compression ( by specifying game folder location ). You can use one or the other but not both.

THADEADMAN2011
13-06-2012, 22:56
hey yener, where can i get a copy or your older custom installer scripts, i really like the later revisions of 7, but now i've lost them can u post some old ones?

i have versions 6.8 6.9 6.9b 7.02 7.0 7.1.1 7.1.6 7.1.8 7.2.2 and 7.2.5 backed up on my other system
let me know which one u might want

lupetto77
14-06-2012, 06:33
I did not understand this piece of tutorials

Precsrep => use extreme decompression method
for this you need to compress the archive this way:
Example if you want to name your archive Data.cab
Compress all files in Data.arc
-> Compress Data.arc in Data.pcf
-> Compress Data.pcf in Data.srep
-> Compress Data.srep in Data.cab

but I have to squeeze in order
1 -> Compress Data.arc in Data.pcf
2 -> Compress Data.pcf in Data.srep
3 -> Compress Data.srep in Data.cab
What if I have to compress it with other programs or freearc

pakrat2k2
14-06-2012, 16:01
in CI 8.3.5.1_BETA\include folder is both precom.exe & srep.exe.

run freearc compress your files/folders with NO COMPRESSION to data.cab ( name can be anything BUT you MUST use same name everytime )

Then precomp the data.cab, which outputs bigger file data.pcf, then srep the data.pcf file, which outputs data.srep. Then freearc the srep file with freearc choose whatever compression you want which results in a final data.cab file, much smaller then the original. Probably best to have precomp & srep files in seperate folders, so that when each part is done, you move the resulting file into the next folder, so that if an error occurs you dont have to start all over again.

Hope the explanation helps a little more.

lupetto77
14-06-2012, 18:48
pakrat2k2 the meantime I wanted to thank, then I wanted to ask if the steps that I made are true:

I created 4 folders
1. original cab (where I put the file. cab without compression created freearc)
2. pcf file (where I copy the. cab file created above and drag the file precomp042.exe)
3. SREP store (where I copy the file. pcf created above and drag the file srep.exe)
4. final repository (where I put the file. pcf.srep created over the open with freearc select a compression at our option)
5. I throw the folder or file I compressed the installation directory
6. In the installation directory I copy the file there. Cab created
7. Missing settings setup.ini file (you could tell me how to set it?)
8. I open the file and compile InstallerScript.iss

I should have done right?

Any other questions:
Which file do you recommend I use between:
precomp.exe
precomp038.exe
precomp040.exe
precomp041.exe
precomp042.exe

precomp042.exe addition to the file I used, I had to put other files in the folder created?
the same thing for the file SREP?

pakrat2k2
14-06-2012, 19:00
precomp.exe & precomp042.exe are the SAME, easier to use precomp.exe ( less to type )

IF your using freearc/precomp/srep then you DONT compile Installerscript.iss
just edit setup.ini & input your info there.

[InstallOptions]
ApplicationName=Max Payne 3 ---> this is name of Your game
Publisher=Codemasters ---> Manafacturer
MyExecutableName=showdown.exe --> Name of the games EXE
MyExecutablePath= ( put the path here if not in root of gamefolder)
SaveGameFolder=
GameSize=9646
Lang=de,en,es,fr,it,pl,pr,ru
LangUI=0
PrecompVer=042

[InstallSettings]
GDFBinary=game_gdf.dll ---> IF it has one if not delete the section

[ExtractSettings]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1; PrecSrep:1
FreeArcFile2={src}\Data2.cab;DestDir:{app};Disk:2; PrecSrep:1
FreeArcFile3={src}\Data3.cab;DestDir:{app};Disk:3; PrecSrep:1
FreeArcFile4={src}\Data4.cab;DestDir:{app};Disk:4; PrecSrep:1

IF you dont use precomp/srep then the above PrecSrep:1 should be changed to PrecSrep:0

ALL the INFO is in the tutorial post
http://fileforums.com/showthread.php?t=92805

lupetto77
14-06-2012, 19:17
To say that using precomp.exe (must enter less)

I just dragged the above freearc file.cab created with the file precomp.exe (so wrong?)
you could tell me what to type because I never did.

pakrat2k2
14-06-2012, 20:03
the way you did it was fine.. all I was saying is precomp.exe & precomp042.exe are exactly the same ( check from command prompt, same version )

lupetto77
15-06-2012, 07:16
You wrote this:
IF your using freearc/precomp/srep then you DONT compile Installerscript.iss
just edit setup.ini & input your info there.

If you do not compile with Installerscript.iss with what I have to fill out?
Why I have compressed a folder, but the other folders and files of the game how do I make the installation using the file setup.ini?
(I always used to do the installation Installerscript.iss).
Could you explain please

lupetto77
15-06-2012, 15:25
pakrat2k2 an aid for ...

You wrote this:
IF your using freearc/precomp/srep then you DONT compile Installerscript.iss
just edit setup.ini & input your info there.

If you do not compile with Installerscript.iss with what I have to fill out?
Why I have compressed a folder, but the other folders and files of the game how do I make the installation using the file setup.ini?
(I always used to do the installation Installerscript.iss).
Could you explain please

pakrat2k2
15-06-2012, 20:38
re-read post #475

davidwbiggs2011
15-06-2012, 22:13
i have versions 6.8 6.9 6.9b 7.02 7.0 7.1.1 7.1.6 7.1.8 7.2.2 and 7.2.5 backed up on my other system
let me know which one u might want

AMAZING! could you post 7.02 and 7.2.5 (i may request more later if you don't mind) or maybe you could just compress all versions into one archive, i'm sure alot of people would appreciate that

cheers heaps in advance very helpful indeed

@ pakrat2k2

the script you posted contains no [Files] section.... whats with that?

pakrat2k2
15-06-2012, 23:45
no idea, thats the way it was originally posted. (CI 7.2.5.rar)

THADEADMAN2011
16-06-2012, 03:42
AMAZING! could you post 7.02 and 7.2.5 (i may request more later if you don't mind) or maybe you could just compress all versions into one archive, i'm sure alot of people would appreciate that

cheers heaps in advance very helpful indeed
i have posted a new thread with all of yener90's older Inno Project Source Codes that i have on hand the thread is below

http://www.fileforums.com/showthread.php?p=403509#post403509

davidwbiggs2011
16-06-2012, 08:54
cheers heaps mate! glad there are people so organised, i'm useless with that sorta thing

lupetto77
16-06-2012, 11:36
I read what you wrote that I should not but fill with Installerscript.iss edit setup.ini.
I modified the setup.ini as in your example, but now how do I create the setup.exe?

Another thing why doing these steps:
I created 4 folders
1. original cab (where I put the files. cab freearc created without compression)
2. pcf file (where I copy the. cab file created above and drag the file precomp042.exe)
3. SREP store (where I copy the file. Pcf and drag the file created above srep.exe)
4. final repository (where I put the files. pcf.srep created over the open with freearc select a compression at our option)

compresses slightly
Instead of using the file Compress.bat Peterf1999 compresses much more '?
How does this using the command line to use the setting that uses Peterf1999?

kassane
16-06-2012, 11:45
I'm in trouble when I use precomp042, every time I use this version in the middle of the compaction process it stops working...
Has solution?

pakrat2k2
16-06-2012, 21:17
I read what you wrote that I should not but fill with Installerscript.iss edit setup.ini.
I modified the setup.ini as in your example, but now how do I create the setup.exe?

Another thing why doing these steps:
I created 4 folders
1. original cab (where I put the files. cab freearc created without compression)
2. pcf file (where I copy the. cab file created above and drag the file precomp042.exe)
3. SREP store (where I copy the file. Pcf and drag the file created above srep.exe)
4. final repository (where I put the files. pcf.srep created over the open with freearc select a compression at our option)

compresses slightly
Instead of using the file Compress.bat Peterf1999 compresses much more '?
How does this using the command line to use the setting that uses Peterf1999?

simple you cant use 2 different process.. yener's script does NOT allow commandline freearc like peter uses. You want to use the compression like peters use HIS conversion process.

At least read the tutorial that yener has posted until you understand it, instead of asking the same things over & over again, that have been replied to already.

lupetto77
17-06-2012, 09:49
Sorry but I did not want to offend anyone and I think I was misunderstood, but I tried to make file.cab but the compression was up to 600 MB, instead of trying the file compress.bat peterf1999 compresses much more I wanted to know if this was just wrong me or something I need to enter any parameters?

If I offended anyone I apologize.

pakrat2k2
17-06-2012, 10:00
no offense taken

using yeners script doesnt allow the freearc commandline commands, like peter uses in compress.bat

shanrq
18-06-2012, 18:53
sorry out of topic..
some one can help me to make silent installer with inno setup?
and is there way to add new file to setup.exe which is already compiled?..
and last one.. yener can you add one your complete sample script using Precomp+Srep+FreeArc

thx

lupetto77
20-06-2012, 14:58
Once used to compress.bat peterf1999 file.bin created me different then I copied the folder created file.bin CI 8.3.5.1 BETA, then in the setup.ini file I added these strings:

[InstallOptions]
ApplicationName=Mass Effect 3
Publisher=BioWare
MyExecutableName=MassEffect3.exe
MyExecutablePath=Binaries\Win32
SaveGameFolder={userdocs}\BioWare\Mass Effect 3
GameSize=11400
Lang=de,en,es,fr,it,pl,pr,ru
LangUI=0
PrecompVer=0

[InstallSettings]
//GDFBinary=game_gdf.dll
GDFBinary=GDFBinary_it_IT.dll

[ExtractSettings]
FreeArcFile1={src}\Data1.bin;DestDir:{app};Disk:1; PrecSrep:1
FreeArcFile2={src}\Data2.bin;DestDir:{app};Disk:1; PrecSrep:1
FreeArcFile3={src}\Data3.bin;DestDir:{app};Disk:1; PrecSrep:1
FreeArcFile4={src}\Data4.bin;DestDir:{app};Disk:1; PrecSrep:1
FreeArcFile5={src}\Data5.bin;DestDir:{app};Disk:1; PrecSrep:1
FreeArcFile6={src}\Data6.bin;DestDir:{app};Disk:1; PrecSrep:1
FreeArcFile7={src}\Data7.bin;DestDir:{app};Disk:1; PrecSrep:1

but when I go to click on Setup.exe to install gives me this error:

http://s7.imagestime.com/out.php/i734113_Immagine.jpg (http://www.imagestime.com/show.php/734113_Immagine.jpg.html)

how can I fix this?

pakrat2k2
20-06-2012, 18:34
I've already told you, multiple times......

you CANNOT use peters' compress.bat file to compress game AND use yener's CI installer

IT'S NOT COMPATABLE, IT WILL NEVER WORK UNTIL Yener's CI get UPDATED!!!
quit wasting time posting same thing over & over again.

lupetto77
21-06-2012, 06:35
Because use google translate sometimes not clear, but I realized it was not possible to compress the project Yener but if I used the compressed files by peter worked with CI, but I was wrong to expect the update Yener.

I wanted to ask if you can move to the right of the window installation progressbar if you do I change?

Thanks for the answers, even if a little grumpy.

pakrat2k2
21-06-2012, 20:59
sorry didnt mean to sound grumpy.. use 1 of the scripts already written.

lupetto77
22-06-2012, 09:05
Nothing happened was just a misunderstanding.

Ok I try to see previous versions if I can do this thanks.

yener90
22-06-2012, 09:54
disable precsrep switches...meaning make it 0.
edit
PrecompVer=0
to PrecompVer=inside
try it out :/ doesnt work properly for me maybe for you.

HellRazor
22-06-2012, 15:31
Inside LangScript.iss, lines marked with ser. are not Serbian but Croatian.

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

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

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

i need more of Tutorial


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

i didn't understand !!


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

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

jvs7
24-06-2012, 12:32
hello friends, I could say as eliminating isdone compression commands?

yener90
24-06-2012, 18:07
Setup.cab is a zip file.
Compress it as zip then rename to Setup.cab

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

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

MIDOHERO007
24-06-2012, 18:45
dude it does not work !!
i have compressed it by winrar as zip right?
after that rename it
Setup.cab??

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