使用产品密钥条件创建 MSI

发布于 2024-11-28 02:16:16 字数 135 浏览 1 评论 0原文

我正在使用 Visual Studio 2010 制作 MSI。
现在,我想使用产品密钥制作安装程序。
首先,对于所有安装程序来说,它只能是一把钥匙。
我可以用标准工具来做吗?
编辑:安装过程中的用户必须输入该密钥才能通过。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

落墨 2024-12-05 02:16:16

这是补充说明。

请按照以下步骤添加“自定义信息”对话框并指定 SerialNumberTemplate 属性:

  1. 在解决方案资源管理器中,右键单击安装项目。

  2. 在上下文菜单中,单击查看 ->用于打开用户界面编辑器

    的用户界面

  3. 右键单击“开始”或“进度”节点 ->点击添加对话框->选择自定义信息

  4. 在“属性”面板中配置自定义信息。

Microsoft Visual Studio 提供了许多预定义的对话框,可用于在安装过程中显示信息或收集输入。请检查安装用户界面对话框。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文