FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TROUBLESHOOT - Questions Here (https://fileforums.com/showthread.php?t=93193)

Compiler 03-06-2013 08:15

If I compress few parts of a game with Srep only and rest with Srep and Precomp,then how to use ISDONE[i.e; srep for one files and srep+precomp for other] ?

Razor12911 03-06-2013 11:27

@compiler
leave it as is, the arc.ini will solve your little problem.

danswano 04-06-2013 06:04

Hello,
I have an issue with ISDone, let's say i have 2 arc archives
one to unpack to {app}\ and the second to {userdocs}\
When i uninstall the game it will remove the {app}\ data and leaves the docs.

Is there a solution so the files that copied to docs folder gets removed too?

Razor12911 04-06-2013 12:03

hmm, try deltree, but it's doesn't make sense.

danswano 04-06-2013 12:11

all files that are not copied to {pf} folder are not registered in the uninstall script, how to register them?

Razor12911 04-06-2013 13:53

ask altef_4, he knows this. he did it with a filelist thingy.
but this is how you set it up.
DelTree(ExpandConstant('{userdocs}\Criterion Games'), True, True, True);

or something like this, now listen, I have a feeling that it's not a good idea of using deltree, so best to ask him.

danswano 04-06-2013 14:33

hehe, will wait a little bit before PMing him, he might see it and reply.

3rabGamers 04-06-2013 23:01

Hi,
I have some points please :

1- what is the dif. between CI_Converted_To_CIU and CI 8.5.7.4 and CIU 1.0.0.6
in source projects ?

................

2-what is the best best command in Free arc for the highest compression ratio ?

................

3-How to compress videos and audio of games ?


................

4- What is the GDFBinary=GDF.dll

Quote:

good tool for making custom binary/GDF dlls for games.
Quote:

GDFMaker.7z

What is that ?

................

5 -

Quote:

[LauncherSettings]
InstallRedist=1

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=1
LaunchCom1={src}\Support\directX9c\DXSETUP.exe
LaunchArg1=/silent

Launch2=Nvidia PhysX
Launch264=0
Launch2BeforeInstall=1
LaunchCom2={sys}\msiexec.exe
LaunchArg2=/qn /i "{src}\Support\PhysX-9.12.0613-SystemSoftware.msi"

This is means when the setup finished these programs will launched right ?
How to attach these programs ? + How to add more programs like that ?
I mean especially in these lines :

Quote:

Launch264=0
Launch2BeforeInstall=1
LaunchCom2={sys}\msiexec.exe
LaunchArg2=/qn /i "{src}\Support\PhysX-9.12.0613-SystemSoftware.msi"
................

6-How to less the files In the result
it make this :

http://img515.imageshack.us/img515/8...2013102831.png

------>

http://img6.imageshack.us/img6/7154/04062013102325.png


I mean when I get finished from all setting and compressing..etc
What should I do ?

Razor12911 05-06-2013 05:20

1 - CI is a custom installer created by yener90, CIU is the advanced custom installer created by yener90, CI Conv CIU is CI Converted to CIU

2 - it depends on the files you are compressing.

3 - rather use srep compression or resample them

4 - gdf is the game binary, it shows and adds details of a the game in the registries and game explorer, gdf maker makes gmae binaries.

5 - it's the tasks the installer/setup should do.

6 - final files are autorun/setup.dll, setup.ini, setup.exe and setup.cab but you can use internal to make it autorun/setup.dll and setup.exe

3rabGamers 05-06-2013 05:57

THANK YOU VERY MUCH :D

Quote:

2 - it depends on the files you are compressing.U

How ? Can you explain more with examples of games sizes and types please ?


Quote:

4 - gdf is the game binary, it shows and adds details of a the game in the registries and game explorer, gdf maker makes gmae binaries.
Is this important to use it when I repack a game ?

Quote:

6 - final files are autorun/setup.dll, setup.ini, setup.exe and setup.cab but you can use internal to make it autorun/setup.dll and setup.exe
Yeeeeees HOW ? compile using innoscript ? or ?

huavancuong098 05-06-2013 18:19

I am having problems using the CIU, I do not understand why when I switch from CI to CIU do not have the command line as Instal or play. Can you help me?
http://nx2.upanh.com/b3.s38.d4/04abb...116262.loi.png

Razor12911 06-06-2013 02:46

@3rabGamers

2 -Repack teams and conversion makers use various softwares to bring down the game file sizes, the delete unwanted languages to make the game even smaller and they resample sounds and video.

To compress files, you need the best compressor, nanozip is the best but kinda difficult to use therefore use the second best, freearc.

Freearc involves a variety of external compressors like precomp, srep, tak and etc just find out what they do and how the work.

Now to compress a game, you need to check first what you are compressing. else it will be waste of time and resources, if you are compressing videos, sounds and already compressed files like fifa files (.big files), you'll hardly notice the difference therefore, if you are compressing something that can easily deflate, the results will be outstanding.

5 - hmm, It is and it's not, your choice.

6 - Read the tutorials in yener90 thread.

@huavancuong098

be specific, I don't get it.

huavancuong098 06-06-2013 02:53

the problem is not with the button as play or instal or exit. When I used to perform CI desgin autorun file but the button is there, but when it comes to CIU, it is no longer the button anymore. Can you help me?

Razor12911 06-06-2013 02:56

that has happened to my installer when I down clocked my processor to 933mhz and rams to 300mhz, else if your pc is faster than that check the setup.ini because I think they are not the same compared from CI to CIU

huavancuong098 06-06-2013 03:07

So can you help me how to create one setup file is not the same as you. I am having problems in creating one piece setup like yener90 not. Because I saw the set of his very beautiful!

Razor12911 06-06-2013 03:11

like create a script from scratch?

huavancuong098 06-06-2013 03:16

Yes, I want to make one like him installer, how do I get the button out of him as being like that?

3rabGamers 06-06-2013 08:00

Quote:

2 -Repack teams and conversion makers use various softwares to bring down the game file sizes, the delete unwanted languages to make the game even smaller and they resample sounds and video.
yeeees
Do you have any idea what these softwares and how they are working ?

all I Know is bink ?

Razor12911 06-06-2013 08:19

hmm, me too, some use scarface explorer.

3rabGamers 06-06-2013 10:37

niiiiiiiiiice Know I have deleted none english lang. in audio
It reduces about 500 MB that is nice

I'm working now with bink ?

1- Have you any more ideas ? :D

2- With ARC I have used this command :

Quote:

-s; -ma- -m=rep:2048mb+mm+delta+dispack+lzma:ultra:170mb
This is good or you have better?

Thank you very very much...+ if you can provide me with your facebook acc that will faster..I will not waste your time ^^

Kurutucu 06-06-2013 14:49

How use precomp 0.4.3 and what is the precomp+srep+lzma method?

Razor12911 06-06-2013 15:08

it's the same as 042 just change the arc.ini "-c-" to "-cn"

Kurutucu 06-06-2013 15:25

What version unarc.dll for precomp 0.43?

huavancuong098 06-06-2013 17:15

Can you teach me how to use the CIU is not installed. When I use only CI jpg use only. When converting to CIU is not used!

red01 06-06-2013 23:13

is there any way to create portable version of games or applications by using innosetup?

Razor12911 07-06-2013 00:17

@red01
anything is possible in inno setup.

red01 07-06-2013 01:32

Quote:

Originally Posted by Razor12911 (Post 419263)
@red01
anything is possible in inno setup.

Good to hear that.
Can you please tell me how to make any application or game portable by using innosetup..?

I will be thankful to you.

danswano 08-06-2013 04:58

Hello,

I have a single 10 G.B file that i want to split to 3XDVD5 via arc+inno

How to split it?

y_thelastknight 08-06-2013 06:41

Quote:

Originally Posted by danswano (Post 419290)
Hello,

I have a single 10 G.B file that i want to split to 3XDVD5 via arc+inno

How to split it?

i think freearc doesn't support file split function..

danswano 08-06-2013 06:51

Yes it does not, it looks i will end up using some command line split/merge tool but how :/

HellRazor 08-06-2013 07:15

He can do it just with Inno...

danswano 08-06-2013 07:18

Sure, that's why i mentioned arc+inno.

HellRazor 08-06-2013 07:29

Quote:

Originally Posted by danswano (Post 419301)
Sure, that's why i mentioned arc+inno.

Yeah but you can't do it with arc+inno... You can do it with only with inno because arc does not support splitting the archives.

If you don't have anything specific, use Inno's wizzard.
Set DiskSpanning=true and set SlicesPerDisk as you see it fit.

danswano 08-06-2013 07:42

I need the srep+arc compression ratio, lzma alone is not enough.

Razor12911 08-06-2013 08:06

Quote:

Originally Posted by red01 (Post 419266)
Good to hear that.
Can you please tell me how to make any application or game portable by using innosetup..?

I will be thankful to you.

Portable in what way?

Quote:

Originally Posted by danswano (Post 419290)
Hello,

I have a single 10 G.B file that i want to split to 3XDVD5 via arc+inno

How to split it?

It's not possible with freearc but I can show you a way to do it.

So if you are planning on fitting the 10gb file, this is what you should do. I will implement this on my source.

First, take the 10GB File, use 7zip/winrar to split files to maybe 4gb(if you want to put it in DVD5) then use freearc no compression on each split. maybe Data1.cab, Data2.cab and etc.

to extract do this

Use ISDone to extract the files

Extract Data1.cab, Data2cab and etc to app folder

Use Normal 7zip unpacking for the splits, isdone doesn't supported splitted files.

then back to isdone to extract the 10gb file,

Don't forget to delete them :D

red01 08-06-2013 08:20

[QUOTE=Razor12911;419306]Portable in what way?



i mean to say..I DONT HAVE TO INSTALL THE PROGRAM OR GAME IN PROGRAM FILES.......Just extract it and we are done to use software/game.

danswano 08-06-2013 10:09

@Razor, this is so complicated.
I'm thinking of 2 processes max to get the file extracted.

Razor12911 08-06-2013 10:15

Quote:

Originally Posted by red01 (Post 419309)
i mean to say..I DONT HAVE TO INSTALL THE PROGRAM OR GAME IN PROGRAM FILES.......Just extract it and we are done to use software/game.

I think you can certify Inno Setup as Portable, I mean, all it does is extracts Files.

Quote:

Originally Posted by danswano (Post 419319)
@Razor, this is so complicated.
I'm thinking of 2 processes max to get the file extracted.

It's quite easy.

y_thelastknight 09-06-2013 14:09

FWRadioButton1 := TNewRadioButton.Create(WizardForm);
with FWRadioButton1 do
begin
Parent := WizardForm;
Tag := 1;
Left := ScaleX(400);
Top := ScaleY(130);
Width := ScaleX(300);
Height := ScaleY(25);
Caption := ExpandConstant('run..');
Checked := True;
Font.Style := [fsBold];
Font.transparent:=true
OnClick := @RadioButtonsOnClick;
end;


how do i transparent the captions? :confused:

Edit
never mind solved another way :p

buttignol 13-06-2013 08:23

1 Attachment(s)
Inno setup help disk space
Friends disk size and space available to install is the same when you switch to install on another HD how to fix it
If possible also how to put the point size ex: 149 Gb to 149.50 Gb
Ex: script my script is in two parts.
Quote:

[Code]
Function NumToStr(Float: Extended): String;
Begin
Result:= Format('%.2n', [Float]); StringChange(Result, ',', '.');
while ((Result[Length(Result)] = '0') or (Result[Length(Result)] = '.')) and (Pos('.', Result) > 0) do
SetLength(Result, Length(Result)-1);
End;

Function MbOrTb(Byte: Extended): String;
begin
if Byte < 1024 then Result:= NumToStr(Byte) + ' Mb' else
if Byte/1024 < 1024 then Result:= NumToStr(round(Byte/1024*100)/100) + ' Gb' else
Result:= NumToStr(round((Byte/(1024*1024))*100)/100) + ' Tb'
end;
procedure InitializeWizard3();
var
Page: TWizardPage;
lbl: TLabel;
Path: String;
FreeMB, TotalMB: Cardinal;
begin
Path := ExpandConstant('{pf}');
GetSpaceOnDisk(Path, True, FreeMB, TotalMB);
Page := PageFromID(wpSelectDir);

lbl := TLabel.Create(Page);
lbl.Width := ScaleX(105);
lbl.Height := ScaleY(43);
lbl.Caption := ExpandConstant('Espaço total do disco : ') + MbOrTb(TotalMB);
lbl.Left := 0;
lbl.Top := 155;
lbl.Parent := Page.Surface;

lbl := TLabel.Create(Page);
lbl.Width := ScaleX(75);
lbl.Height := ScaleY(23);
lbl.Caption := ExpandConstant('Espaço em disco disponível: ') + MbOrTb(FreeMB) + ' (' + IntToStr((FreeMB * 100) div TotalMB) + '%)';
lbl.Left := 0;
lbl.Top := 175;
lbl.Parent := Page.Surface;

lbl := TLabel.Create(Page);
lbl.Width := ScaleX(75);
lbl.Height := ScaleY(23);
lbl.Caption := ExpandConstant('Espaço do Game : ') + MbOrTb(24000);
lbl.Left := 0;
lbl.Top := 195;
lbl.Parent := Page.Surface;
end;
procedure InitializeWizard();
begin
//InitializeWizard1();
//InitializeWizard2();
InitializeWizard3();
end;


All times are GMT -7. The time now is 08:10.

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