|
#16
|
||||
|
||||
|
you must use new library "Win7TB.dll" to enabled task bar preview on win 7 with isdone.
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
danswano (09-03-2013) | ||
| Sponsored Links |
|
#17
|
|||
|
|||
|
Thanks altef, can you explain how please?
|
|
#18
|
|||
|
|||
|
Quote:
![]() where is this library? |
|
#19
|
||||
|
||||
|
if you want, i can send it to you, but i forgot there is other way to do this
to future, i think, questions like yours must be in this thread Last edited by altef_4; 09-03-2013 at 11:21. |
|
#21
|
||||
|
||||
|
i mean if you have questions about inno setup, you must ask in that thread, as for win7tbp, i already upload example , look my previous post.
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
danswano (09-03-2013) | ||
|
#22
|
|||
|
|||
|
Thank you very much dear altef, it's working fine but i'm wondering if it's possible to show the green progress bar for the tasks/install actions progress bar you provided for me in previous posts.
|
|
#23
|
||||
|
||||
|
Quote:
Code:
function SetPBPos:boolean; begin if (WizardForm.ProgressGauge.Max > 100) then WizardForm.ProgressGauge.Max:=100; if (WizardForm.ProgressGauge.Position = 100) then WizardForm.ProgressGauge.Position:=0; WizardForm.ProgressGauge.Position:=WizardForm.ProgressGauge.Position + WizardForm.ProgressGauge.Max div i2; result:=true; end; Code:
function SetPBPos:boolean; begin if (WizardForm.ProgressGauge.Max > 100) then WizardForm.ProgressGauge.Max:=100; if (WizardForm.ProgressGauge.Position = 100) then WizardForm.ProgressGauge.Position:=0; WizardForm.ProgressGauge.Position:=WizardForm.ProgressGauge.Position + WizardForm.ProgressGauge.Max div i2; SetTaskBarProgressValue(WizardForm.ProgressGauge.Position); result:=true; end; |
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
danswano (09-03-2013) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
| Inno Setup - Progress Bar, Help Needed | silentnight512 | PC Games - CD/DVD Conversions | 4 | 28-12-2013 14:15 |
| FIFA 10 1x DVD9 to 1x DVD5 (MULTI5) | ottuh | PC Games - CD/DVD Conversions | 25 | 26-12-2011 23:18 |
| Sid Meier's Railroads! - NoCD progress??? | pwm3312 | PC Games | 19 | 12-11-2006 04:38 |
| Champion Of Norrath Work In Progress | bobzenmail | PS2 Games | 5 | 05-04-2004 19:32 |