Skip to content
⌘ NSIS Forum Archive

inputbox

4 posts

rangdalf#

inputbox

Hi,

Is there a way to display a simple windows with a textbox and a button in a function?
I know Installoption.

Thanks in advance for your answer.
Afrow UK#
Use InstallOptions or the preferred nsDialogs. nsDialogs doesn't need a separate INI file and is 100% scripted.

Stu
rangdalf#
The pb of the nsDialog is that a separate page ... it is not a popup displayed when I want as a messagebox. Is that correct?