mazinsw / nsMySQL

NSIS MySQL execute SQL command from NSIS installer with unicode and x64 support
MIT License
3 stars 0 forks source link

nsMySQL NSIS Plugin

NSIS MySQL command execute from NSIS instaler with unicode and x64 support

Install

copy nsMySQL.dll file to %programfiles%\NSIS\Plugins

Functions

nsMySQL::ExecSQL User Passwd Host Port SQL LogFileName Encoding
nsMySQL::ExecSQLFromFile User Passwd Host Port FileName LogFileName Encoding
nsMySQL::ExecSQLCreateUser User Passwd Host Port UserAccess UserName UserHost UserPasswd SQL LogFileName Encoding
nsMySQL::ExecSQLFromFileCreateUser User Passwd Host Port UserAccess UserName UserHost UserPasswd FileName LogFileName Encoding

Params

License

Please see the license file for more information.