![]() |
Hi i need code to deCompress archive and when finish he delete the file automatic !
Waiting For Halep |
Quote:
|
This is an example of what I want :
arc.exe Code For decompression ? (Here the file name).arc del (Here the file name).arc del steup.bat ( del )---> Means delete the file after decompression Done |
Quote:
False or True > It's an option to delete the arc file after unpacking process, True means, file must be deleted and False means file mustn't be deleted. if not ISArcExtract ( 0, 0, ExpandConstant('{src}\arc.arc'), ExpandConstant('{app}\'), '', False, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break; |
Quote:
under this lineprocedure CurStepChanged(CurStep: TSetupStep); Code:
if (CurStep=ssInstall) and (ISDoneError = True) then begin |
how to change yes & no button language on confirmation message box?
|
Edit inno setup language file(.isl). Usually default.isl from inno setup compiler directory or locate isl if specified.
Isl are normal text files |
Confluence of a good time!
Help the necessary parameters LZMA sorry for bad English |
How to reduce the image of the game (I mean the video size, bad eng) when the file extension should be very much different (although per game)
Thank very much |
You need to research on stuff like that, but what's possible is you can you can deal with bik videos with rad tools, for vp6 videos. you'll need to google for avi/mp4 to vp6 and the other way round. if you have avi/mp4 then use xilisoft or any video converting software to set custom resolution and details then back to vp6.
Rather some games have a detecting system, rather delete the video but this can be done experimentally. test whether game will run and if everything seems to work fine when it comes to that particular scene in the game where video should play, if game skips video then it means that videos can be removed if not, an error might pop-up or game will freeze which means that procedure shouldn't be used. take note some game videos are inside some files, to check use a program such as scarface explorer |
I need CoD Ghosts in DVD9, but I only found in 4 DVD9 or in 6 DVD5... Does someone know how to convert for 3 DVD9 or modify the splitdvd9todvd5' conversion????
|
Question Call Of Duty Not Compressed
question .. i try to compress call of duty 2 - call of duty modern warfare - call of duty modern warfare 3 the same size after compressing i use this compressing .. Compress in blok Precom + Srep.bat http://www.mediafire.com/download/0o.../Compresor.rar any help |
Quote:
|
Quote:
On those Files you may use lzma or -m0 (no compression). Search for Folders with loose Files like .iwd, .oppc, .packed, and so on, Compress them first with srep, precomp. |
thanks
altef_4 and thank you Inge i will try and till you .. |
D:\Tomb Raide Collection\ and in this foleder there are all Tomb Raider games untill today but i cant make a repack where u can actually choose which one to install. Can anyone help me? Im using norlmal Inno setup. :)
|
Quote:
i try to compress .iwd with precomp + serp the same size my idea is compress -- Call Of Duty Modern Warfare 3 to 2 DVD |
Quote:
|
What is wrong in this script i use ISSkin please help.
http://www.mediafire.com/download/qw...gfm/Bister.rar |
Quote:
|
how to make this code to high compress ::
arc a -ep1 -ed -r -w.\ Setup-1.bin -mprecomp:t-nfj:zl11,18,34,39,44,55,68,75,82,83,84,85,97,98:d1 0+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "E:\Games\DS 2\Setup-1\*" i just want to compress Grand Theft Auto IV to 1xDVD5 or 2xDVD5 |
Quote:
http://www.mediafire.com/download/q8...3y/Bister2.rar |
1 Attachment(s)
Quote:
p.s. in attachment example for both versions |
Quote:
|
a very important question ..
when i split the game to 2xDVD5 .. i put Redist folder in first dvd .. when i install the game from CD-Rom . he ask me the second dvd .. but when the game finish installing he not install the directx and vcredist_x86.exe from redist folder .. please help . |
Quote:
|
How to add DirectX,vcredist and other program recomendet for games.
|
Hi, I'm using 1.0.0.6 CIU. I would like to know how to put a button that appears at the beginning, the autorun and take me to my website. I can not find where to place the image as a button and add the line of code to Setup.ini ... Pelase Help!
|
Quote:
|
Quote:
|
How to add percent % in progres bar.
|
You have to make a label, a timer and do some calculations.
for example if using Inno Setup Enhanced Edition var Timer: TTimer; PGPC: TLabel; procedure PBTimer(Sender: TObject); begin if WizardForm.ProgressGauge.Max <> 0 then PGPC.Caption:= IntToStr((WizardForm.ProgressGauge.Position * 100) div WizardForm.ProgressGauge.Max) + '%'; end; procedure InitializeWizard; begin PGPC:= TLabel.Create(WizardForm); with PGPC do begin SetBounds(Left,Top,Width,Height); Parent:=WizardForm; end; Timer:=TTimer.Create(WizardForm); with Timer do begin OnTimer:=@PBTimer; Interval:=500; Enabled:=True; end; end; Use Curpage to show and hide label. |
Quote:
This is my script https://www.mediafire.com/?bz8so92s0i6bioy. Can yu insert percent I do not know. |
Can any one post what or where I could find the application called "yener's CI"?
I googled it many times but google just shows me comments on filefourm.com. anyone, please? |
Anyone have convertion for Wargame Red Dragon?
|
Help me
Hi .. Please tell me how to make a game conversion?? Thank you
|
Quote:
http://fileforums.com/showthread.php?t=94605 Carry this program you'll learn everything https://scontent-a-cdg.xx.fbcdn.net/...46377507_n.jpg |
Is there a script to unpack an archive compressed using this method -mprecomp+srep+lzma:a1:mfbt4:d256m:fb273:mc1000:lc8?
|
I Have This Problem When Install From Image, Please Help!
http://www.hizliresimyukle.com/image/TG7 MotoGP 14 Compression -msrep...(3xDVD 5) IC2.3 By_(Razor12911) - houcine80 Sniper Elite III Africa Dark Installation(3xDVD 5) _IC-2.3.. - houcine80 Sniper Elite 3 [3xDVD5, Srep64, IC 2.5.1] - Inge when install from folder everything is working fine Sorry For My Bad English! :) |
Quote:
|
| All times are GMT -7. The time now is 04:28. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com