开发者

Create MSI with Product Key condition

开发者 https://www.devze.com 2023-03-24 22:31 出处:网络
I\'m making MSI with visual studio 2010. Now, i want to make installer with Prodcut Key. For begining it ca开发者_Python百科n be only one key for all installers.

I'm making MSI with visual studio 2010.

Now, i want to make installer with Prodcut Key.

For begining it ca开发者_Python百科n 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.


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.


Here is additional explanation.

Please follow these steps to add Custom Information dialog and specify SerialNumberTemplate property:

  1. In Solution Explorer, right-click the Setup project.

  2. In context menu, click View -> User Interface to open User Interface Editor

  3. Right-click the Start or Progress node -> click Add Dialog -> select Custom Information

  4. Configure Custom Information in Properties panel.

Microsoft Visual Studio provides a number of predefined dialog boxes that you can use to display information or gather input during an installation. Please check Installation User Interface Dialog Boxes.

0

精彩评论

暂无评论...
验证码 换一张
取 消