|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#106
|
||||
|
||||
|
Quote:
|
| Sponsored Links |
|
#107
|
|||
|
|||
|
How to add DirectX,vcredist and other program recomendet for games.
Last edited by aj12345; 13-04-2014 at 06:38. |
|
#108
|
||||
|
||||
|
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!
|
|
#109
|
|||
|
|||
|
#110
|
||||
|
||||
|
doesn't exist in 1006 ( not as far as ive been able to find )
|
|
#111
|
|||
|
|||
|
How to add percent % in progres bar.
|
|
#112
|
||||
|
||||
|
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. Last edited by Razor12911; 29-04-2014 at 06:23. |
|
#113
|
|||
|
|||
|
Quote:
This is my script https://www.mediafire.com/?bz8so92s0i6bioy. Can yu insert percent I do not know. Last edited by aj12345; 29-04-2014 at 13:51. |
|
#114
|
||||
|
||||
|
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?
__________________
Its better to die with a full stomach than live with an empty one. |
| The Following User Says Thank You to Snipunk For This Useful Post: | ||
jamel2013 (29-04-2014) | ||
|
#116
|
|||
|
|||
|
Help me
Hi .. Please tell me how to make a game conversion?? Thank you
|
|
#117
|
||||
|
||||
|
Quote:
http://fileforums.com/showthread.php?t=94605 Carry this program you'll learn everything
|
|
#118
|
||||
|
||||
|
Is there a script to unpack an archive compressed using this method -mprecomp+srep+lzma:a1:mfbt4:d256m:fb273:mc1000:lc8?
|
|
#119
|
|||
|
|||
|
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!
|
|
#120
|
||||
|
||||
|
yes there is or are, Installer Creator can do this, BlackBOX, EI and etc...
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| soft mod - opinions, questions | dneray22 | XBox Games | 2 | 01-08-2003 06:36 |
| A few questions I need answered. | rms2001 | XBox Games | 5 | 05-12-2002 12:55 |
| Newbie with 1,000 questions ( not really 1,000, but close enough) | tdoran70 | PS2 Games | 3 | 29-05-2002 00:47 |
| A few questions, PLLeaase Read | Bill-Something | PSX Games | 6 | 18-08-2001 08:18 |