使用Visual Studio 2010创建MSI包 [英] Creating MSI packages using Visual Studio 2010

查看:95
本文介绍了使用Visual Studio 2010创建MSI包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我被要求为在.NET Framework 3.5中创建的应用程序创建MSI包。要求包括许可证密钥验证和业务规则。我应该使用Visual Studio 2010来开发MSI软件包。

I was asked to create MSI package for application created in .NET framework 3.5. Requirement included license key validation and business rules. Shall I use Visual studio 2010 to develop MSI packages.

我对crating MSI软件包非常了解,但没有关于企业应用程序的文件包的经验。我被分配了一个项目来为为大客户开发的培训应用程序创建软件包,这些组织的客户遍布
世界,但在我的项目中没有技术人员来指导我。

I know very basic on crating MSI package , but not experience on crating packages for enterprise application. I was assigned a project to create packages for the training application developed for the very larger organization having clients all over the world but in my project there is no technical people to guide me.

推荐答案

> ...我们可以使用VS 2010创建MSI包,并结合许可证密钥验证和业务规则吗?

>...we can achieve creating MSI package using VS 2010 with incorporating the license key validation and business rules?

这取决于你需要为这些功能编写的代码,但根据我自己的经验,我建议你保持设置直接的
。自定义操作通常是有问题的。执行许可证密钥验证和"业务规则"作为单独的后期安装

操作。

It depends on what code you need to write for those functions though from my own experience, I'd recommend that you keep the setup
straight-forward. Custom actions are often problematic. Do your license key validation and "business rules" as separate post install
operations.

Visual Studio安装程序应该能够满足您的需求。

The Visual Studio installer should be able to do what you need.

Dave


这篇关于使用Visual Studio 2010创建MSI包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆