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 (corrected page function name) |
||
Line 17: | Line 17: | ||
== Usage Example == | == Usage Example == | ||
<highlight-nsis> | <highlight-nsis> | ||
Function | Function showInstFiles | ||
titprog::Start | titprog::Start | ||
FunctionEnd | FunctionEnd | ||
page instfiles "" | page instfiles "" showInstFiles | ||
</highlight-nsis> | </highlight-nsis> | ||
Revision as of 19:33, 10 November 2009
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‎ not found
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?)