DlgHost plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "{{PageAuthor|Anders}} == Plugin Info == * '''Version:''' 20110619 Alpha * '''Type:''' Runtime plugin * '''Character encoding:''' Ansi * '''Minimum OS:''' Win95/NT4 * '''Minimum ...") |
m (Fixed download link) |
||
Line 8: | Line 8: | ||
* '''Minimum NSIS Version:''' 2.43 | * '''Minimum NSIS Version:''' 2.43 | ||
* '''License:''' Freeware | * '''License:''' Freeware | ||
* '''Download:''' <attach>DlgHostPlugin. | * '''Download:''' <attach>DlgHostPlugin.zip</attach> | ||
Revision as of 19:32, 21 September 2011
Author: Anders (talk, contrib) |
Plugin Info
- Version: 20110619 Alpha
- Type: Runtime plugin
- Character encoding: Ansi
- Minimum OS: Win95/NT4
- Minimum NSIS Version: 2.43
- License: Freeware
- Download: DlgHostPlugin.zip (3 KB)
Description
This plugin can host a nsDialogs dialog in a popup window.
Notes:
- nsDialogs was not designed to be hosted in other dialogs, use at your own risk!
- Only one nsDialogs instance can be active at any time, if you need to nest dialogs, use InstallOptions + nsDialogs.
Credits
Written by Anders (For fun and profit?)