|
#631
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
buttignol (27-06-2013) | ||
| Sponsored Links |
|
#632
|
||||
|
||||
|
Thank you thank you thank you "Y__thelastknight" for their patience and support
Perfect extamente I wanted this same «resolved» |
|
#633
|
||||
|
||||
|
y_thelastknight need your help to click install of a white spot on the top picture you can check out my script to see what is happening
has a sample image Last edited by buttignol; 29-06-2013 at 21:58. |
|
#634
|
||||
|
||||
|
Hey Flieforum users
Can someone help me with freearc and unarc.dll It seems like unarc.dll(295kb) and unarc.dll(317kb) have different functions and unarc.dll(317kb) is the latest either than unarc.dll(320kb) therefore, I'd like to know which one to use if I'm using Freearc 0.67 Alpha December 12, 2012. because the one which works is unarc.dll(295kb) which is kinda of outdated. Note: I use freearc.exe to compress and not arc.exe. Thanks. |
|
#635
|
||||
|
||||
|
no one an answer for me
how can i insert hompage and browse button in autorunscript thanks for help me Last edited by mausschieber; 12-07-2013 at 13:47. Reason: no one an answer for me |
|
#636
|
|||
|
|||
|
Greetings Guys,
During installation progress , i want to add time (eg. 14 minutes and 30 seconds remaning), name of the file being extracted and some line (eg. please wait while setup install the game/app on your system).. is it possible? if yes... Please tell me how? thanks in advance |
|
#637
|
||||
|
||||
|
Friends I am trying to put a warning on the page selecttasks page but I can not see the prompt script ex what is wrong
Code:
var
avisoLabel: TLabel;
procedure InitializeWizard();
var
aviso: TLabel;
begin
avisoLabel := TLabel.Create(WizardForm);
avisoLabel.Left := ScaleX(0);
avisoLabel.Top := ScaleY(190)
avisoLabel.Width := ScaleY(185)
avisoLabel.Height := ScaleY(13)
//avisoLabel.Parent := WizardForm;
avisoLabel.Parent:= WizardForm.SelectDirPage;
//avisoLabel.Font.Name:='Verdana';
//avisoLabel.Font.Size:= 8;
//avisoLabel.Font.Color:=${#Color};
avisoLabel.Transparent:=true;
avisoLabel.Caption := 'ex;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
//avisoLabel.Font.Style:= [fsBold];
//avisoLabel.AutoSize := True;
end;
procedure CurPageChanged(CurPageID: Integer);
begin
avisoLabel.Visible := CurPageID = wpSelectDir; //selecionar pagina de destino
end;
|
|
#638
|
||||
|
||||
|
no parent maybe.
remove this // //avisoLabel.Parent := WizardForm; to avisoLabel.Parent := WizardForm; |
|
#639
|
||||
|
||||
|
how can i insert hompage and browse button
in autorunscript thanks for help me |
|
#640
|
||||
|
||||
|
Hello.
I still have two little problem in my installer, if anybody know how to solve, i will appreciate the help: 1) Make rounded corners. Capturar 3.JPG 2) A scrip to make a progress bar with image PNG. Capturar.JPG Regards. |
|
#641
|
||||
|
||||
|
Thank Razor12911 not work
|
|
#642
|
|||
|
|||
|
hi everyone,
greeting I read the tutorials about Inno by REVO and i create setup.ini, setup.cab with all the files and other stuff. i am trying this for first time. i am new here and i am not an inno expert. i Dont KNOW How to make inno read values from setup.ini and setup.cab. will somebody help me.? |
|
#643
|
|||
|
|||
|
Quote:
|
|
#644
|
||||
|
||||
|
Quote:
http://fileforums.com/showthread.php?t=92805 |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
red01 (13-07-2013) | ||
|
#645
|
|||
|
|||
|
Quote:
Thanks for your reply pakrat2k2 that converter by yener90 , i already try that and it works fine. I want to create a new script and i want to add setup.ini in that new script. i wanted to know how i can add that .ini files in new script. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |