There is a customer information dialog you can add and show a serial number, but there's no way to run code right there to validate it, there's just a masked edit verification control. Maybe that's enough.
You will come across solutions that are pretty terrible because of the VS limitations. You can run a custom action to check that key, but only after the whole setup has been installed. Failing the check causes the entire setup to roll back and uninstall when all you really wanted was to run some of your validation code when the Next button was clicked, but VS setups don't do that. Phil Wilson- Marked As Answer byAland LiMSFT, ModeratorTuesday, September 22, 2009 3:29 AM
-
|