- NSIS Discussion
- PassDialog plugin
Archive: PassDialog plugin
Afrow UK
8th August 2005 14:32 UTC
PassDialog plugin
A plugin which displays 4 imbedded dialogs: UserPass (username & password), Password (password), Serial (customisable serial dialog), and InputBox (single input text box). This plugin can be used when security is necessary for the inputted details.
http://nsis.sourceforge.net/wiki/File:PassDialog.zip
-Stu
karabey
18th May 2006 01:39 UTC
Hi,
Could someone tell me how to make Serials for Serial.nsi ??
I see here only 'aaaa' for 5 Fields. Nothing to generate Serial with Keygen or something else?
Regards
karabey
shaunb
22nd May 2006 11:34 UTC
I wouldnt mind using the password dialog but it doesnt suit my needs perfectly so I guess I'll be fashioning my own . sigh
:)
shaunb
22nd May 2006 19:43 UTC
I have been playing with the password mask character as for some reason I can't get the default password dot to show up using your passdialog, it shows another character.
however I can't get the exact character and have managed to use another 'black dot' char (as its called in arial font), it looks ok but I'd rather have the default password mask as this one has spaces inbetween dots.
I'll have to play with it some more to actually get the right character
shaunb
22nd May 2006 21:16 UTC
never mind, ! after a bit of reading I've found that installoptions 2 has a predefined password field available
thanks \\o
PeterChan
13th February 2009 15:56 UTC
Has anyone tried to build the PassDialog plugin? I downloaded and unzipped PassDialog.zip and noticed PassDialog.h and exdll.h are missing.
uSs
20th February 2009 01:28 UTC
Hi there,
..somebody knows if there are plans for an unicode version of passdialog?
Afrow UK
21st February 2009 13:20 UTC
There is no PassDialog.h and the exdll.h is included with NSIS. I do not have plans to build a Unicode version, but the source is there so you are welcome to do it yourselves. You just need Visual Studio 6 or later.
Stu
Animaether
21st February 2009 20:51 UTC
Would nsDialogs respect the unicode, wherever uSs seems to need it?
It should certainly be possible to build the various dialogs from PassDialog as nsDialogs pages, but I'm not too sure about the above :)
uSs
23rd February 2009 23:11 UTC
Ok, Thank you mr Afrow ..is started on unicode version last week and has been hard for me but is looking well ..I will contrib with the unicode version when I have it done.