Talk:TaskbarProgress plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Very Slick..)
 
No edit summary
Line 4: Line 4:
Good Work  ;o)
Good Work  ;o)
[[User:Zinthose|Zinthose]] 19:19, 10 November 2009 (UTC)
[[User:Zinthose|Zinthose]] 19:19, 10 November 2009 (UTC)
== Only on InstFiles? ==
I'm curious as to whether this plugin could be decoupled from the InstFiles page, for those users who may override the existing progressbar (e.g. using the RealProgress plugin), or simply want to show progress outside of the InstFiles page.  I'm guessing that this could be done using the System plugin, actually.. ole32::CoCreateInstance to create the ITaskBarList3 interface, and then call the appropriate member function index for SetProgressValue?

Revision as of 22:08, 2 June 2010

Very Slick..

I don't have Win7 yet, but I have to admit that is pretty slick. Good Work ;o) Zinthose 19:19, 10 November 2009 (UTC)

Only on InstFiles?

I'm curious as to whether this plugin could be decoupled from the InstFiles page, for those users who may override the existing progressbar (e.g. using the RealProgress plugin), or simply want to show progress outside of the InstFiles page. I'm guessing that this could be done using the System plugin, actually.. ole32::CoCreateInstance to create the ITaskBarList3 interface, and then call the appropriate member function index for SetProgressValue?