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)

red01 19-08-2013 04:38

@anitaylor007
first of all welcome to the forum.
There is no need to be confuse.
There are lots of experts ready to help...
You can try yener90's source code. This code uses 7zFiles.

http://www.fileforums.com/showthread.php?t=91563

read it, may be it will help u out

anitaylor007 19-08-2013 06:59

Thanks for replying....i m quite upset now..nd ll give it a try....

y_thelastknight 19-08-2013 09:32

@Kurutucu

1.create 2 bitmap, 1 for on and 1 for off

2.hide off bitmap

3.create OnClick option for on bitmap (music off,hide on bitmap,show off bitmap)

4.create OnClick option for off bitmap (music on,hide off bitmap,show onnbitmap)

easy method :p

anitaylor007 19-08-2013 12:41

i didnt get it....can u pls elaborate????

can anyone pls explain me briefly how to compress d game files using srep,precomp and winarc,nd not showing the decompression window during installation,plss....

anitaylor007 25-08-2013 21:58

i cnt get the desktop shotrcut icon,and startmenu folder even i enables it in the setup...i also want to add timer(time elapsed,Time remaining)duing installation...can neone pls help??????????

danswano 30-08-2013 05:16

In precomp 0.3.8 there is a slow mode but in 0.4.2 there is no slow mode, what equals the slow mode in 0.4.2?

pakrat2k2 30-08-2013 08:37

same switches in all precomp versions

danswano 30-08-2013 12:44

You can't use -slow in 0.4.2

pakrat2k2 30-08-2013 13:23

then update to 043 & switch(s) are in arc.ini

Code:

[External compressor:precomp]
 header = 0
 mem = 10
 packcmd = precomp -slow {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
 
 [External compressor:srep]
 ;options = l%d (minimal match length, default=512)
 header = 0
 packcmd = srep {options} -a1 -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp


danswano 30-08-2013 16:24

each time i use -slow on same files i get general error.

danswano 31-08-2013 15:56

Is it possible to extract a split 7z archives using ISDone?

Razor12911 01-09-2013 12:29

Nope

danswano 01-09-2013 12:33

I saw some repacks contains multiple files with same size each one is 1 G.B and some other files with various sizes, that what made me ask this question.

Razor12911 01-09-2013 12:45

How long does the installation take an are setup files name Setup-1.bin or something like that?

danswano 01-09-2013 12:56

1 Attachment(s)
I don't have the files but here is a list of the files size.

Razor12911 01-09-2013 12:59

hmm, Those aren't splits. 7zip splits end with .001 extension

Newbie 01-09-2013 13:02

What he have is already installation files, from group which name we shouldn't say.......

@danswano

You should install the game, then create "conversion"......

danswano 01-09-2013 13:07

Quote:

Originally Posted by Razor12911 (Post 422723)
hmm, Those aren't splits. 7zip splits end with .001 extension

Yes dude, but when you rename .arc files to .cab for example that does not mean it's a cab file.

Razor12911 01-09-2013 13:12

not with 7zip. try it yourself.

danswano 01-09-2013 13:15

What app can split files then and support extraction with ISDone? i have some repacks i want to make that way.

Razor12911 01-09-2013 13:28

Hmm, I think there isnt.

danswano 01-09-2013 13:31

Thank you razor. :)

danswano 04-09-2013 16:36

How to use ISExec to unpack 7z file?

Mr. Kauss 05-09-2013 17:50

How I can change music button???
 
Quote:

Originally Posted by y_thelastknight (Post 422033)
@Kurutucu

1.create 2 bitmap, 1 for on and 1 for off

2.hide off bitmap

3.create OnClick option for on bitmap (music off,hide on bitmap,show off bitmap)

4.create OnClick option for off bitmap (music on,hide off bitmap,show onnbitmap)

easy method :p

Hi mate. Regards. As would do this. I'm a newbie. I use the Kurutucu script --> http://fileforums.com/showpost.php?p=416587&postcount=1

Thanks in advance :)

inovateqsa 08-09-2013 00:36

Having a rather irritating problem with external compression at the moment:

Every time I try to install using external compression I get an "Unsupported compression method" error.

Full Details:

Using this .Bat for compression:

"echo Compressing files, please wait...
arc a -ep1 -w.\ .\Compressed\Data1.cab -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Program Files (x86)\Electronic Arts\Red Alert 3 Uprising"
echo.All done.
pause
Exit"

This is my Setup.ini Extract settings:
"FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1 ;PrecSrep:1"

The Exact Error I get:
"An Error ocurred Wile Unpacking: Unknown compression Method!
Unarc.dll returned an error code: -2
ERROR: Unsupported compression method
srep+lzma:177mb:normal:bt4:128:mc1000:lc8"

I have tried recompiling, and recompressing at least 3 times and every time it's the same error.

I am using CI 8.5.7.4

Any ideas on how I can get it to work?
I'm Desperate.

Razor12911 08-09-2013 06:45

1 Attachment(s)
Codejock Quick Style Inno Setup Viewer

Place .cjstyle named as Theme next to program then launch theme.exe it.

danswano 08-09-2013 06:54

Hello razor, how do i call 7z to unpack a file using ISExcec or even call arc to unpack an arc file using it as well.
I need to know how to use ISExcec cause it's not working for me.
for example:
Quote:

if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\arc.exe'), ExpandConstant('x "{src}\data.arc" "{app}\"'), ExpandConstant('{tmp}'), '...',false) then break;
This one is not unpacking anything.

Razor12911 08-09-2013 07:17

Try this.

if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\7z.exe'), '-o"' + ExpandConstant('{app}') + '" x -y "' + ExpandConstant('{src}\data.7z') + '" ', ExpandConstant('{tmp}'), '...',false) then break;

pakrat2k2 08-09-2013 10:46

Quote:

Originally Posted by inovateqsa (Post 422994)
Having a rather irritating problem with external compression at the moment:

Every time I try to install using external compression I get an "Unsupported compression method" error.

Full Details:

Using this .Bat for compression:

"echo Compressing files, please wait...
arc a -ep1 -w.\ .\Compressed\Data1.cab -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Program Files (x86)\Electronic Arts\Red Alert 3 Uprising"
echo.All done.
pause
Exit"

This is my Setup.ini Extract settings:
"FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1 ;PrecSrep:1"

The Exact Error I get:
"An Error ocurred Wile Unpacking: Unknown compression Method!
Unarc.dll returned an error code: -2
ERROR: Unsupported compression method
srep+lzma:177mb:normal:bt4:128:mc1000:lc8"

I have tried recompiling, and recompressing at least 3 times and every time it's the same error.

I am using CI 8.5.7.4

Any ideas on how I can get it to work?
I'm Desperate.

remove precsrep:1 from freearcfile1 line & add PrecompVer=inside to top section in setup.ini

danswano 08-09-2013 12:37

You are awesome Razor, i've been googling since days to find a solution and only you did it.
Thank you :)

danswano 08-09-2013 16:35

Dear razor, is it possible to unpack a passworded 7z file?

pakrat2k2 08-09-2013 19:24

only if password is known

danswano 08-09-2013 20:18

Quote:

Originally Posted by pakrat2k2 (Post 423044)
only if password is known

Dude the file is mine but i want to tell IS the password.

Razor12911 08-09-2013 20:59

Code:

if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\7z.exe'), '-o"' + ExpandConstant('{app}') + '" x -y -pPASSWORD "' + ExpandConstant('{src}\data.7z') + '" ', ExpandConstant('{tmp}'), '...',false) then break;

danswano 08-09-2013 21:03

Razor the awesome, as always. :)
Thanks buddy.

Razor12911 08-09-2013 21:46

You're Welcome bud. :D

danswano 09-09-2013 13:11

Dear razor, can you explain for me what are the first 3 zeros for?
in ISArcExtract there is 2 zeros while in ISExec there is 3
or i f you don't know what they are for at least can you tell me which one stands for process percentage?

Razor12911 09-09-2013 13:13

the second zero from the left defines progress percentage.
first is for components
third is for SpecifiedProcessTime

danswano 09-09-2013 13:21

Quote:

Originally Posted by Razor12911 (Post 423081)
the second zero from the left defines progress percentage.
first is for components
third is for SpecifiedProcessTime

EDIT: Got it, thank you :)

danswano 09-09-2013 17:42

Because the time and accurate percentage is not known properly to IS it jumps from 50% to 150% after the ISExec is done, how to avoid this?
I know that there is a feature related to records.inf but i don't know how to use or even create the right records.inf file.
Can you help me please? :)


All times are GMT -7. The time now is 06:37.

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