TaskbarProgress plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Added Minimum NSIS Version) |
m (Reverted edits by 94.23.238.222 to last version by Anders) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
== Usage Example == | == Usage Example == | ||
<highlight-nsis> | <highlight-nsis> | ||
Function | Function showInstFiles | ||
w7tbp::Start | w7tbp::Start | ||
FunctionEnd | FunctionEnd | ||
page instfiles "" | page instfiles "" showInstFiles | ||
</highlight-nsis> | </highlight-nsis> | ||
Latest revision as of 20:30, 15 May 2013
Author: Anders (talk, contrib) |
Plugin Info
- Version: 20091109
- Type: Runtime plugin
- Character encoding: Ansi & Unicode
- Minimum OS: Win95/NT4 (Only visible on Win7+)
- Minimum NSIS Version: 2.43
- License: zlib/libpng
- Download: Win7TaskbarProgress_20091109.zip (3 KB)
Usage Example
Function showInstFiles w7tbp::Start FunctionEnd page instfiles "" showInstFiles
Credits
Written by Anders (For fun and profit?)