|
#646
|
||||
|
||||
|
look in CIU 1.0.0.6 & see just how many lines of code there is. !!!!!!! Way too much work & too many months in perfecting that script, took yener90 MONTHS to get it where it is. And to just think its easy to use that ini file in another script, needs someone who is VERY good with INNO to understand how it all works. NOT for someone fairly new to inno scripts.
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
red01 (13-07-2013) | ||
| Sponsored Links |
|
#647
|
|||
|
|||
|
Quote:
I did not expect myself to become an expert .all i want is to try. I just want to start this. I know it will take time and efforts to very great extent for someone like me. Last edited by red01; 13-07-2013 at 22:20. Reason: :D |
|
#648
|
||||
|
||||
|
having issue with ISS accepting {userdocs} in [Files] section under Source ???
Have tried with/without " & Still same error.. ( files do exist there ). any suggestions as to what's wrong ?!? ![]() se screenshot below
|
|
#649
|
||||
|
||||
|
@pakrat,
Constants don't work under source directory, they only work under destination because it may vary therefore under source you must apply the direct directory without constants. And sorry for late reply, was kinda busy. |
|
#650
|
||||
|
||||
|
constants work with flag external
|
|
#651
|
||||
|
||||
|
But pakrat you can try windows constants.
Google for them. Here are some that I can remember %windir% %systemroot% %temp% |
|
#652
|
||||
|
||||
|
Quote:
Read the inno setup documentation. Here, look for these. Readini Writeini Getinistring Getiniint Getinibool Setinistring Setiniint Setinistring Google for examples. |
|
#653
|
||||
|
||||
|
Friends need a help how to make transparent TasksList
as of the SelectTasksLabel I'm using this script without success Code:
var SelectTasksLabel,TasksList: TLabel; procedure InitializeWizard(); begin WizardForm.SelectTasksLabel.Hide; WizardForm.TasksList.Hide; SelectTasksLabel:=TLabel.Create(WizardForm); SelectTasksLabel.Left:=60; SelectTasksLabel.Top:=15; SelectTasksLabel.Width:=470; SelectTasksLabel.Height:=35; SelectTasksLabel.AutoSize:=False; SelectTasksLabel.WordWrap:=True; SelectTasksLabel.Transparent:=True; SelectTasksLabel.Font.Size := 10; SelectTasksLabel.Caption:=WizardForm.SelectTasksLabel.Caption; SelectTasksLabel.Parent:=WizardForm.SelectTasksPage; TasksList:=TLabel.Create(WizardForm); TasksList.Left:=60; TasksList.Top:=70; TasksList.Width:=400; TasksList.Height:=252; TasksList.AutoSize:=False; TasksList.Font.Size := 10; TasksList.Parent:= WizardForm.SelectTasksPage; end; Last edited by buttignol; 22-07-2013 at 09:32. |
|
#654
|
||||
|
||||
|
Quote:
In a couple of days along with what you asked(system page fix). |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
mausschieber (22-07-2013) | ||
|
#655
|
||||
|
||||
|
Quote:
but actually, it's not TasksList which makes the Grey Field. It's a form, just find out what it is. Last edited by Razor12911; 22-07-2013 at 09:42. |
|
#656
|
||||
|
||||
|
Thank Razor12911 just is not showing anything that appears only
SelectTasksLabel |
|
#657
|
||||
|
||||
|
hmm, I see. Why don't you come up with a panel which will be the base for the text, or use botva2 functions and procedures.
|
|
#658
|
||||
|
||||
|
You have an example script of how to use botva2
|
|
#659
|
||||
|
||||
|
look around in this thread for botva2 example script. I think I posted it or instructed how it's used.
Either way, why don't you remove the image as background, you should place it on welcome page then use the wide small wizrd image on top of the wizardform, it's just a suggestion. Else you can place a text background specially designed for text so that it can be clearly seen whilst using the full image. Last edited by Razor12911; 22-07-2013 at 12:19. |
|
#660
|
||||
|
||||
|
Quote:
|
![]() |
|
|
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 |