sql - NSIS Interacting with C# or VB? -
I'm probably looking for a way to talk with NSIS with C # or VB. This idea is to do some validation of the user through a database. (Actually to see if the user exists or not).
Since I do not think NSIS can communicate directly with Microsoft SQL but can be C #, what would be the easiest way to go about this? Can call any normal WinAPI (stdcall / cdecl) function in Windows or third-party DLLs. You need to use it to use .NET stuff ...
Comments
Post a Comment