Archive: PassDialog plugin


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


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


I wouldnt mind using the password dialog but it doesnt suit my needs perfectly so I guess I'll be fashioning my own . sigh

:)


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


never mind, ! after a bit of reading I've found that installoptions 2 has a predefined password field available

thanks \\o


Has anyone tried to build the PassDialog plugin? I downloaded and unzipped PassDialog.zip and noticed PassDialog.h and exdll.h are missing.


Hi there,

..somebody knows if there are plans for an unicode version of passdialog?


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


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 :)


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.