Hi there,
I just got some time and wrote a super small plugin for NSIS called "nsisUser".
With this plugin you can try different login user/password combinations in your installer. This is especially useful, if you don't know the exact admin account names/passwords and have to guess the combination. More functions will be added on request.
The wiki page can be found here: http://nsis.sourceforge.net/NSISUser_plug-in
Let me know what you think of it.
Cheers,
Andreas
New plug-in nsisUser released!
2 posts
Plugin URL: http://nsis.sourceforge.net/NSISUser_plug-in
---
The LogonUser API is not the best way to do this (fails for blank passwords etc.) Take a look at http://www.winterdom.com/dev/security/sspi.html for a better way
---
The LogonUser API is not the best way to do this (fails for blank passwords etc.) Take a look at http://www.winterdom.com/dev/security/sspi.html for a better way