![]() |
@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 |
Thanks for replying....i m quite upset now..nd ll give it a try....
|
@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 |
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.... |
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??????????
|
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?
|
same switches in all precomp versions
|
You can't use -slow in 0.4.2
|
then update to 043 & switch(s) are in arc.ini
Code:
[External compressor:precomp] |
each time i use -slow on same files i get general error.
|
Is it possible to extract a split 7z archives using ISDone?
|
Nope
|
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.
|
How long does the installation take an are setup files name Setup-1.bin or something like that?
|
1 Attachment(s)
I don't have the files but here is a list of the files size.
|
hmm, Those aren't splits. 7zip splits end with .001 extension
|
What he have is already installation files, from group which name we shouldn't say.......
@danswano You should install the game, then create "conversion"...... |
Quote:
|
not with 7zip. try it yourself.
|
What app can split files then and support extraction with ISDone? i have some repacks i want to make that way.
|
Hmm, I think there isnt.
|
Thank you razor. :)
|
How to use ISExec to unpack 7z file?
|
How I can change music button???
Quote:
Thanks in advance :) |
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. |
1 Attachment(s)
Codejock Quick Style Inno Setup Viewer
Place .cjstyle named as Theme next to program then launch theme.exe it. |
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:
|
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; |
Quote:
|
You are awesome Razor, i've been googling since days to find a solution and only you did it.
Thank you :) |
Dear razor, is it possible to unpack a passworded 7z file?
|
only if password is known
|
Quote:
|
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; |
Razor the awesome, as always. :)
Thanks buddy. |
You're Welcome bud. :D
|
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? |
the second zero from the left defines progress percentage.
first is for components third is for SpecifiedProcessTime |
Quote:
|
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