PDA

View Full Version : NSIS PassDialog::Dialog


harish_alwala
21st October 2011, 07:14
Hi I have downloaded the PassDialog plugin zip file for using it for accepting the license key.
I have trouble in compiling the NSIS file. I am using the Serial.nsi file, that is part of zip file.
I get an error "Invalid command: PassDialog::Dialog". I have placed the passDialog.dll next the Serial.nsi file

Can you let me know what could be wrong.

MSG
21st October 2011, 07:41
Plugins need to be in the plugins folder, or you can use the !addplugindir command.

harish_alwala
21st October 2011, 09:25
Thanks, It works