NSISUser plug-in: Difference between revisions
Line 19: | Line 19: | ||
==Reference== | ==Reference== | ||
'''Examples''' | |||
Please also consider the provided example script "ExampleUser.nsi" for how to use the functions below in a real world installer. | |||
==Available functions== | ==Available functions== |
Revision as of 15:43, 26 September 2007
Links
nsisUser-1_2_0.zip (9 KB)
What Is nsisUser
nsisUser is a plugin for NSIS (Nullsoft Scriptable Install System) that provides easy user management and checking functions for Windows 2000 and Windows XP (Vista not tested yet).
nsisUser was developed by Andreas Loeffler.
Please check out my homepage at http://www.unitedbytes.de or http://nsis.sourceforge.net for further updates of nsisUser.
Usage And Installation
Simply copy the nsisUser.dll in the "Plugins" folder of the NSIS installation directory. If you don't want to put it there, you have to add a "!addplugindir" directive on the top of your install script. Read the NSIS manual for more information.
Reference
Examples
Please also consider the provided example script "ExampleUser.nsi" for how to use the functions below in a real world installer.
Available functions
Version History
License
Contact
TODO - coming soon!
Visit http://www.unitedbytes.de/go.php?site=nsisuser for more information!