downloading license file - text input + download
Hi all! I have an app that I'm releasing as a trial. After one of my sales team activates a license, the user is assigned a password.
I would like to do this:

During the app install it would have an input box that the user could enter the password they were given.

on hitting the next button, the app would hit my server and, passing that password as a web GET, download the resulting license file and drop it in the install dir.

Any ideas on how I would do this?

Thanks all!