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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -