FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Tutorial using CI 8.0.0 (https://fileforums.com/showthread.php?t=92805)

BAMsE 26-11-2012 14:58

GKP0888 read first post in this thread

kassane 10-12-2012 12:25

yener90, would you update the tutorial for version CIU?

Evil Boy 25-12-2012 00:32

hi i download ci and when i try to compile the script usig unicode version I get this error;
http://speedcap.net/sharing/screen.p...1afd082412.png

Razor12911 26-12-2012 14:09

Quote:

Originally Posted by Evil Boy (Post 412397)
hi i download ci and when i try to compile the script usig unicode version I get this error;
http://speedcap.net/sharing/screen.p...1afd082412.png

Maybe it's your copy of operating system/windows, some language files are missing or have been removed(System Files). This usually happens if you have a modified copy of Windows like Windows Gamer you name them.

Fabioddq 26-12-2012 15:03

Quote:

Originally Posted by Evil Boy (Post 412397)
hi i download ci and when i try to compile the script usig unicode version I get this error;
http://speedcap.net/sharing/screen.p...1afd082412.png

Check if you have Japanese.isl in Inno Setup installation folder\Languages.
If not, copy from CI\Languages and paste there.

Brazilica 03-01-2013 12:50

I want to make a conversion based on yener's Far Cry 3 but in the autorun apears picture buttons for "install and manual installation". How can I use text buttons instead of those picture buttons ?

Fabioddq 03-01-2013 17:22

Quote:

Originally Posted by Brazilica (Post 412705)
I want to make a conversion based on yener's Far Cry 3 but in the autorun apears picture buttons for "install and manual installation". How can I use text buttons instead of those picture buttons ?

You want use only text instead of buttons?

In this case create a button with size 1x1. So only the text is displayed. But I think this is not possible if you use transparent background.

Brazilica 04-01-2013 06:11

Not just text. Text and buttons, like the normal CI 8.0.x.x
In the yener's Far Cry 3, the install buttons look like this: http://imageshack.us/a/img802/9233/uninstall.png

Fabioddq 04-01-2013 06:59

Quote:

Originally Posted by Brazilica (Post 412716)
Not just text. Text and buttons, like the normal CI 8.0.x.x
In the yener's Far Cry 3, the install buttons look like this: http://imageshack.us/a/img802/9233/uninstall.png

Change in the buttons:

LabelX=
LabelY=

Default is 0

But will depend of your image and button size.

mikey26 29-01-2013 07:47

okay i having a issue with eula files first time using them how to i get it to work with ci 1.0.0.4hf

pakrat2k2 29-01-2013 08:29

look to [Language] section IE:

[Languages]
Name: eng; MessagesFile: Languages\English.isl; LicenseFile:"Readme_US.txt"
Name: ger; MessagesFile: Languages\German.isl; LicenseFile:"Readme_DE.txt"

etc

make sure the eula text files are with ISS scripts ( same folder )

61n4n74r 31-01-2013 22:02

hy, can i just make the installation progress background not fullscreen?
if i can, how to?
thanks...

geekstar 04-02-2013 22:50

password protected archive
 
Can anybody tell me how to use a password protected arc archive in the installaltion

geekstar 06-02-2013 02:21

how can i change the text of any button?

Joe Forster/STA 06-02-2013 11:08

Quote:

Originally Posted by geekstar (Post 413575)
how can i change the text of any button?

Change it in the source (for Inno Setup: the *.iss file).

inovateqsa 01-03-2013 00:37

OK, What am I doing wrong?

I am trying to change the color of the button text in the setup.ini - to #FBB917 - But it simply becomes blank.

I am trying to get a similar color to that orange used in the fallout new vegas menu.

Nothing I try is working, any edit made causes the text to become invisible.

Please help.

-EDIT-

I even Tried using RGB codes, but when the number of digits exceeds 6 - the text disappears.
Surely it should support up to 9 digits?

Or does this use neither html, nor rgb color codes?

pakrat2k2 01-03-2013 07:46

from setup.ini on page 1

"ButtonFontColor => set the button font color => color need to be reversed => exchange first two values with the last two values"

if the value was $FBB917 you'd enter in setup.ini on that line as $17B9FB

i use this page easy to pick color & see value
Code:

http://www.w3schools.com/tags/ref_colorpicker.asp

JacksMafia 01-03-2013 09:02

so anyone knows which lines to modify so i can change text on play button in autorun menu? i need it to be play gamename just like play2 button

thanks guys

Razor12911 01-03-2013 09:46

Quote:

Originally Posted by JacksMafia (Post 414655)
so anyone knows which lines to modify so i can change text on play button in autorun menu? i need it to be play gamename just like play2 button

thanks guys

somewhere in this procedure

procedure LanguageInfo;

the language script.

but ey, Yener90 made it like that for a reason. so appreciate its functions.

azikker 20-03-2013 09:58

I've made an installer and get this errormessage when installation starts:
http://i.imgur.com/47GswRs.png


These are the commands I used for compression
Code:

arc a -ep1 -r -w.\ -lc- -s; -mprecomp:t-jn+srep+exe2+delta+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8
Tried different options but didn't find a solution. Installing an archive with only freearc compression (not using srep or precomp)
works without any problems.

JacksMafia 20-03-2013 10:34

add this line to your setup.ini

PrecompVer=inside

alexmercer 27-03-2013 10:17

Hey guy! Thanks so much! :)
Its so very cool!

And I have a question.. how can I create a desktop icon of game?!

Thanks!

Razor12911 27-03-2013 12:49

installer automatically creates shortcuts

sakaboy 28-03-2013 17:40

Freearc cannot splitting files for 2gb part ?. I want create like that data1.cab - data2.cab.

Precomp or Srep's have any file split commands?

Sorry for my bad english...

pakrat2k2 28-03-2013 17:51

freearc cant at the moment its planned for update 0.70 THEN you will be able to specify filesize. Its just be trial & error to get the size you want, as you start with freearc then precomp lastly srep.

maybe one of the more experienced with commandline maybe able to input more ??

edwinkyr 30-03-2013 21:50

how to use Setup.cab Cryptor.exe ??

Razor12911 31-03-2013 01:10

extract setup.cab to a folder named setup then launch program, set password then done.

Pulcione86 07-04-2013 02:46

Guys I have a problem.

I want to use FreeArc, I read that says this:

If you use FreeArc installation, just add to the line "Comp: (Number of component, for Which It Should be installed)"
Example:
code:

FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}; Disk: 1; Comp: 1;

But where should I enter? use inno setup recently.

Thanks to those who answer me

Sorry for my english

Razor12911 07-04-2013 02:55

you can only use comp if you have used components. and remove spaces if you want to set a directory or destination

therefore it will be like this.
FreeArcFile1 ={src}\Data1.cab; DestDir: {app}; Disk: 1

Pulcione86 07-04-2013 03:02

First of all, thanks for the reply

Yes, but I do not know where it goes physically inserted.

In the script or in the setup.ini? and where exactly? because wherever I insert it gives me error.

P.S. I removed the components, just because I do not want to use the indoor installation

Razor12911 07-04-2013 03:16

the setup.ini, under
[ExtractSettings]

Pulcione86 07-04-2013 03:28

1 Attachment(s)
Done, but nothing happens, definitely something I'm wrong.

I want that when I go to install, it extracts the file.arc ...

I'll put in a script that I made, with what I can do.

If you have time and desire, you could send me the script and the setup.ini correct?

Thank you so much razor

Razor12911 07-04-2013 03:46

this thing only works with yener90 source code/script

Pulcione86 07-04-2013 03:52

So I guess I'll have to give it up :(

Thanks for the help razor :)

Pulcione86 07-04-2013 04:51

There are successful :)

FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}; Disk: 1

It was like you said, but I was wrong inserting into.

Last thing, if I want to extract 2 files, I do a thing like that?:

FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}; Disk: 1; Comp: 1;
FreeArcFile1 = {src} \ data2.cab; DestDir: {app}; Disk: 1; Comp: 2;

huavancuong098 09-04-2013 08:44

and i want add some text install or quit, can you help me!

Razor12911 09-04-2013 12:55

Quote:

Originally Posted by sakaboy (Post 416140)
Freearc cannot splitting files for 2gb part ?. I want create like that data1.cab - data2.cab.

Precomp or Srep's have any file split commands?

Sorry for my bad english...

i'm afraid it's not possible, isdone can't extract splitted files, try it with 7z and rar and see.

Razor12911 09-04-2013 12:58

Quote:

Originally Posted by Pulcione86 (Post 416796)
There are successful :)

FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}; Disk: 1

It was like you said, but I was wrong inserting into.

Last thing, if I want to extract 2 files, I do a thing like that?:

FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}; Disk: 1; Comp: 1;
FreeArcFile1 = {src} \ data2.cab; DestDir: {app}; Disk: 1; Comp: 2;

the second one has to be freearc file two because it's the second file you want to extract under freearc. Third, freearcfile3, fourth, freearcfile 4 and so on.

Razor12911 09-04-2013 13:01

Quote:

Originally Posted by huavancuong098 (Post 416926)
and i want add some text install or quit, can you help me!

you can edit messages and custom messages in the isl(inno setup language).

huavancuong098 11-04-2013 04:00

why during the installation process, it runs my slide too fast. Is there a way to revise is not time. Thank!


All times are GMT -7. The time now is 23:03.

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