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:😁ialog". I have placed the passDialog.dll next the Serial.nsi file
Can you let me know what could be wrong.
NSIS PassDialog::Dialog
3 posts
Plugins need to be in the plugins folder, or you can use the !addplugindir command.
Thanks, It works