TitlebarProgress plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with '{{PageAuthor|Anders}} == Plugin Info == * '''Version:''' 20091110 * '''Type:''' Runtime plugin * '''Character encoding:''' Ansi & Unicode * '''Minimum OS:''' Win95/NT4 * '''Mini…')
 
m (Fixed broken download link)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
* '''Minimum NSIS Version:''' 2.43
* '''Minimum NSIS Version:''' 2.43
* '''License:''' zlib/libpng
* '''License:''' zlib/libpng
* '''Download:''' <attach>TitlebarProgress.zip‎</attach>
* '''Download:''' <attach>TitlebarProgress.zip</attach>




Line 17: Line 17:
== Usage Example ==
== Usage Example ==
<highlight-nsis>
<highlight-nsis>
Function createInstFiles
Function showInstFiles
titprog::Start
titprog::Start
FunctionEnd
FunctionEnd




page instfiles "" createInstFiles
page instfiles "" showInstFiles
</highlight-nsis>
</highlight-nsis>



Latest revision as of 21:53, 14 September 2011

Author: Anders (talk, contrib)


Plugin Info

  • Version: 20091110
  • Type: Runtime plugin
  • Character encoding: Ansi & Unicode
  • Minimum OS: Win95/NT4
  • Minimum NSIS Version: 2.43
  • License: zlib/libpng
  • Download: TitlebarProgress.zip (3 KB)


Description

This plugin will append a install progress percent to the window title


Usage Example

Function showInstFiles
titprog::Start
FunctionEnd
 
 
page instfiles "" showInstFiles


Credits

Written by Anders (For fun and profit?)