Register Product
I want to add register page to track the users that have installed the application. if they choose to skip the register, I would likt to hit a url to "log" the install. Does this exist, or should i start from scratch?
13 posts
I want to add register page to track the users that have installed the application. if they choose to skip the register, I would likt to hit a url to "log" the install.@mlavwilson: This is also pretty much exactly the functionality I'm looking for. You didn't say this explicitly, but in my case at least, I would like the install to fail if the user can't or doesn't want to register. I'm not looking for something uncrackable, just something that makes it so average joe user can't install unless he pings my web site. I don't mind if Joe Hacker can figure out how to unzip the installer and install manually, or something like that.
Originally posted by baxissimoI'd recommend going with InetLoad since it has more functionality (I don't think NSISdl can do an HTTP POST)--that way you won't find yourself changing later and then having to retest all your Internet-related stuff.
@dienjd: is InetLoad definitely the way to go for the inet connection part, as opposed to NSISdl?