Archive: Problem withe the pass dialog plugin


Problem withe the pass dialog plugin
hi,
I'm working with the pass dialog plugin (http://nsis.sourceforge.net/PassDialog_plug-in) and wanted to change the name for the password dialog so that there is no longer standing Password: xxx to maybe license key: xxx . For this i open the plugin in visual studio and changed the caption but it wont change it in the installer. Any ideas why it doesnt change it?
thanks
citystars


1) Did you change all occurrences of "Password: xxx" to "license key: xxx' ??
The caption can be set from the code so you need to change it everywhere.
2) Did you recompile the plug-in and copy the .dll file into NSIS/Plugins (or Plugins/x86-ansi in NSIS3) directory?