![]() |
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 15:05. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com