One thing that has always annoyed me about AI is the fact that the license check mandates the use of the windows registry. Java has no API for the windows registry and now with the Vista UAC cracking down on it this has over complicated license checking for our Java app. It would be great if we could perform a license check without the use of the registry. A simple command line parameter would improve this dramatically.
eg:
Code: Select all
updater /checknow -url http://www.example.net/checkLicense.php -license ABC123
Mark