Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 08-03-2013, 23:01
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by danswano View Post
I have a small issue that there is no green progress bar at the windows task bar, is there a patched version of ISDone to enable it?
you must use new library "Win7TB.dll" to enabled task bar preview on win 7 with isdone.
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
danswano (09-03-2013)
Sponsored Links
  #17  
Old 09-03-2013, 04:55
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Thanks altef, can you explain how please?
Reply With Quote
  #18  
Old 09-03-2013, 06:55
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
you must use new library "Win7TB.dll" to enabled task bar preview on win 7 with isdone.
im also interested
where is this library?
Reply With Quote
  #19  
Old 09-03-2013, 07:31
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by yener90 View Post
im also interested
where is this library?
if you want, i can send it to you, but i forgot there is other way to do this

Quote:
Originally Posted by danswano View Post
Thanks altef, can you explain how please?
to future, i think, questions like yours must be in this thread
Attached Files
File Type: zip ISDONE+Win7TBP.zip (5.3 KB, 88 views)

Last edited by altef_4; 09-03-2013 at 11:21.
Reply With Quote
The Following 3 Users Say Thank You to altef_4 For This Useful Post:
danswano (09-03-2013), omdj (08-02-2015), yener90 (09-03-2013)
  #20  
Old 09-03-2013, 08:24
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
think, questions like yours must be in this thread.
You mean i should ask there or the answer is there already of how to integrate WIN7TBP?
Reply With Quote
  #21  
Old 09-03-2013, 11:10
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by danswano View Post
You mean i should ask there or the answer is there already of how to integrate WIN7TBP?
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.
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
danswano (09-03-2013)
  #22  
Old 09-03-2013, 11:31
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
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.
Reply With Quote
  #23  
Old 09-03-2013, 12:09
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Smile

Quote:
Originally Posted by danswano View Post
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.
easy, change this
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;
to this
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;
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
danswano (09-03-2013)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 04:16.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com