FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   QUESTIONS - All Conversion Questions to be Posted Here (https://fileforums.com/showthread.php?t=94970)

altef_4 08-04-2014 22:38

Quote:

Originally Posted by EA-Games (Post 430411)
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 .

put redist on second dvd

aj12345 09-04-2014 01:40

How to add DirectX,vcredist and other program recomendet for games.

Btx 10-04-2014 08:17

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!

EA-Games 10-04-2014 13:35

Quote:

Originally Posted by altef_4 (Post 430417)
put redist on second dvd

i will try and tell you ..

pakrat2k2 10-04-2014 16:17

Quote:

Originally Posted by Btx (Post 430443)
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!

doesn't exist in 1006 ( not as far as ive been able to find )

aj12345 28-04-2014 14:48

How to add percent % in progres bar.

Razor12911 29-04-2014 06:20

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.

aj12345 29-04-2014 07:28

Quote:

Originally Posted by Razor12911 (Post 430797)
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.

I use inno setup ultra.
This is my script https://www.mediafire.com/?bz8so92s0i6bioy.
Can yu insert percent I do not know.

Snipunk 29-04-2014 09:39

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?

dar29 02-05-2014 00:44

Anyone have convertion for Wargame Red Dragon?

UNCAL KEMBU 25-05-2014 09:42

Help me
 
Hi .. Please tell me how to make a game conversion?? Thank you

jamel2013 25-05-2014 09:52

Quote:

Originally Posted by UNCAL KEMBU (Post 431402)
Hi .. Please tell me how to make a game conversion?? Thank you

__________________________________________________ ______________

http://fileforums.com/showthread.php?t=94605
Carry this program you'll learn everything

https://scontent-a-cdg.xx.fbcdn.net/...46377507_n.jpg

thenokiottos 01-07-2014 03:21

Is there a script to unpack an archive compressed using this method -mprecomp+srep+lzma:a1:mfbt4:d256m:fb273:mc1000:lc8?

Cale2201 11-07-2014 15:04

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! :)

Razor12911 11-07-2014 15:35

Quote:

Originally Posted by thenokiottos (Post 432273)
Is there a script to unpack an archive compressed using this method -mprecomp+srep+lzma:a1:mfbt4:d256m:fb273:mc1000:lc8?

yes there is or are, Installer Creator can do this, BlackBOX, EI and etc...


All times are GMT -7. The time now is 15:05.

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