MSIBanner plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Updated author and download links, and changed format of some pages.) |
m (→Links: wiki interlink) |
||
(14 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{PageAuthor|Joel}} | |||
== Links == | == Links == | ||
[ | |||
[[Joel plugin src|Main]] | |||
== Description == | == Description == | ||
'''Version:''' 01/Feb/2005. | |||
A plugin to Emulate the standard MSI (Windows Installer) banner. | A plugin to Emulate the standard MSI (Windows Installer) banner. | ||
Also includes a progress bar. | Also includes a progress bar. | ||
== Versions History == | |||
; 01/Feb/2005 | |||
*Added getHWND. Which will get the handle(hwnd) of the dialog of MSIBanner. | |||
*Added two more example files. | |||
*The errors went away. | |||
; ??/???/???? | |||
*Added reset function: Which will reset the global increment and the position of the progress bar. | |||
*Added Move function: Which the progress bar moves and adds the inputed value to the global increment. | |||
*Added Pos function: Which the progress bar moves into position inputed, becoming the current global increment. | |||
; ??/???/???? | |||
*Added a static text control which shows the % number. | |||
*Fix an old bug from Banner.dll, which shows the parent nsis dialog after MSIBanner is destroy... | |||
== TODO List == | |||
*Remove /NOUNLOAD :( | |||
[[Category:Plugins]] |
Latest revision as of 18:22, 10 March 2017
Author: Joel (talk, contrib) |
Links
Description
Version: 01/Feb/2005.
A plugin to Emulate the standard MSI (Windows Installer) banner. Also includes a progress bar.
Versions History
- 01/Feb/2005
- Added getHWND. Which will get the handle(hwnd) of the dialog of MSIBanner.
- Added two more example files.
- The errors went away.
- ??/???/????
- Added reset function: Which will reset the global increment and the position of the progress bar.
- Added Move function: Which the progress bar moves and adds the inputed value to the global increment.
- Added Pos function: Which the progress bar moves into position inputed, becoming the current global increment.
- ??/???/????
- Added a static text control which shows the % number.
- Fix an old bug from Banner.dll, which shows the parent nsis dialog after MSIBanner is destroy...
TODO List
- Remove /NOUNLOAD :(