TaskbarProgress plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with '{{PageAuthor|Anders}} == Plugin Info == * '''Version:''' 20091109 <attach>Win7TaskbarProgress_20091109.zip</attach> * '''Type:''' Runtime plugin * '''Character encoding:''' Ansi…') |
m (Reverted edits by 94.23.238.222 to last version by Anders) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Plugin Info == | == Plugin Info == | ||
* '''Version:''' 20091109 | * '''Version:''' 20091109 | ||
* '''Type:''' Runtime plugin | * '''Type:''' Runtime plugin | ||
* '''Character encoding:''' Ansi & Unicode | * '''Character encoding:''' Ansi & Unicode | ||
* '''Minimum OS:''' Win95/NT4 (Only visible on Win7+) | * '''Minimum OS:''' Win95/NT4 (Only visible on Win7+) | ||
* '''Minimum NSIS Version:''' 2.43 | |||
* '''License:''' zlib/libpng | |||
* '''Download:''' <attach>Win7TaskbarProgress_20091109.zip</attach> | |||
[[File:TaskbarProgress_plug-in_W7tbp.png]] | |||
== 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?)