I’m creating an installer using NSIS that I ask for a license key.
It works but I’d like to do either call a .NET function I have (and that is part of the software being installed) to validate the key, or barring that, do a Web Request for the same reason.
Is there a way to do this?