|
|
|
#1
|
||||
|
||||
|
find
MaxWidth : integer; change it to MaxHeight : integer; |
| Sponsored Links |
|
#2
|
|||
|
|||
|
its not working after changing this " MaxWidth : integer; change it to MaxHeight : integer; " i cant follow ur first instruction.. and when i try without step one (ur first instruction) its not working. its still same progress bar. ![]() can u give me an example script with such progress bar? |
|
#3
|
||||
|
||||
|
hmm, It works.
Might consider adding this to my installer function ImgPBCreate(hParent :HWND; bk, pb :ansistring; Left, Top, Width, Height :integer):TImgPB; begin Result.Left:=Left+1; Result.Top:=Top+1; Result.Width:=Width-2; Result.Height:=0; Result.MaxHeight:=Height-2; if Length(pb)>0 then Result.img1:=ImgLoad(hParent,pb,Result.Left,Result .Top,0,Result.Height,True,False) else Result.img1:=0; if Length(bk)>0 then Result.img2:=ImgLoad(hParent,bk,Left,Top,Width,Hei ght,True,False) else Result.img2:=0; end; procedure ImgPBSetPosition(var PB :TImgPB; Percent :Extended); begin if PB.img1<>0 then begin NewHeight:=Round(PB.MaxHeight*Percent/100); if PB.Height<>NewHeight then begin PB.Height:=NewHeight; ImgSetPosition(PB.img1,PB.Left,PB.Top,PB.Width,PB. Height); end; end; end; find NewWidth and MaxWidth and change them to NewHeight and MaxHeight they are under var |
|
#4
|
|||
|
|||
|
i am sorry to bother you again and again but still error.
i attached the image. |
|
#5
|
||||
|
||||
|
find MaxWidth and Change it to MaxHeight
it's under var |
|
#6
|
|||
|
|||
sorry i cant find it.
|
|
#7
|
||||
|
||||
|
look here
|
|
#9
|
|||
|
|||
|
i try this script and still the same progress bar (look at pic) and its not showing filling of bar with progress of installation (empty progress bar). |
|
#10
|
|||
|
|||
|
I have a problem: I use CI 8.5.7.4 and will 2 games integierd in the setup. The problem is, when users will install one game, the installer will makes shourtcuts for both games and not for one game. How can i fix the problem?
Greetings Last edited by pcblizzard; 09-07-2013 at 07:03. |
|
#11
|
|||
|
|||
|
hello
i have a question how i can build own gui for game and build setup.exe and autorun.exe ??? |
|
#12
|
|||
|
|||
|
Quote:
/sarcasm off I can see that you are new to the forums but, is it THAT hard to read First post of this topic before asking a question? Question for which you can find the answer on first page (at least most important parts)... Second, most of the stuff is Stickied and can be found around this topic... |
|
#13
|
|||
|
|||
|
hi, how to create a multiple or triple executable?
///////////////////// SETUP SETTINGS ////////////////////// [InstallOptions] ApplicationName=The Sims 3 Collection Publisher=Electronic Arts GameSize=33000 MyExecutableIconName=The Sims 3 MyExecutableName=TS3.exe MyExecutablePath=Game\Bin //The Sims 3 Ambitions MyExecutableIconName2=The Sims 3 Ambitions MyExecutableName2=TS3EP02.exe MyExecutablePath2=Game\Bin //The Sims 3 Fast Lane Stuff MyExecutableIconName3=The Sims 3 Fast Lane Stuff MyExecutableName3=TS3SP02.exe MyExecutablePath3=Game\Bin //The Sims 3 Generations MyExecutableIconName4=The Sims 3 Generations MyExecutableName4=TS3EP04.exe MyExecutablePath4=Game\Bin this is right? i can't figure it out.. |
|
#14
|
||||
|
||||
|
loks right except
MyExecutableIconName3=The Sims 3 Fast Lane Stuff MyExecutableName3=TS3SP02.exe shouldn't that be 03 ?? |
|
#15
|
|||
|
|||
|
its not 3 its TS3SP02.exe in The Sims 3 Fast Lane Stuff game directory.
i tried the command nothing happen. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tutorial On How To Create Your Own Crack..! | mojo8850 | PC Games | 17 | 20-03-2005 22:43 |
| Mafia - Newbie Cracking Tutorial online | cdkiller | PC Games | 6 | 14-12-2002 09:01 |
| every game needs a special dvd rip tutorial??? | billete100 | PS2 Games | 1 | 10-10-2001 01:44 |
| Brief fast tutorial on DC copy? | webcamworld | DC Games | 1 | 02-05-2001 20:27 |
| grandia 2 SAGICE's tutorial | DarCwuN | DC Games | 2 | 17-12-2000 16:43 |