部署问题-需要自定义安装文件-VS2010
我有 4 个不同的 Outlook 插件,我想通过让用户在安装过程中选择他们需要的任何插件来将其放在一个安装文件中。
我如何在 Visual Studio Tools 2010 中执行此操作。
到目前为止,我已经创建了一个安装文件,它将一次性安装所有 4 个插件。
推进此问题需要任何类型的设置链接或提示。
I have 4 different outlook addins and I want to make it in a single setup file by giving the user the option to select whatever addin they need during the installation.
How can I do this in Visual Studio Tools 2010.
As of now, I have created a setup file, which will install all the 4 addins at one single go.
Any kind of links to these kind of setup, or tips are needed in moving forward this issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Visual Studio 不支持此功能。您需要一个设置创作工具,它允许您使用自定义功能并使用这些功能组织您的资源。对话框编辑器也会有所帮助。
以下是一般方法:
如果您想要免费的解决方案,您可以尝试 WiX。它的学习曲线很陡峭,但你可以用它做你想做的事。商业解决方案更易于使用,但您必须购买许可证。如果您需要一些建议,请告诉我。
Visual Studio doesn't support this. You need a setup authoring tool which allows you to use custom features and organize your resources using those features. A dialog editor would also help.
Here is the general approach:
If you want a free solution, you can try WiX. It has a steep learning curve, but you can do what you want with it. A commercial solution is easier to use, but you have to purchase a license. Let me know if you want some recommendations.