I’m making MSI with visual studio 2010.
Now, i want to make installer with Prodcut Key.
For begining it can be only one key for all installers.
Can i do it with std tools, or not?
Edit: and user in installation proccess must enter that key, to pass.
I’m making MSI with visual studio 2010. Now, i want to make installer with
Share
You can use Visual Studio Installer Deployment.
Customer Information User Interface Dialog Box and SerialNumberTemplate Property to accomplish this task.
Also see a similar question asked in msdn.