设置项目创建和部署 [英] SETUP PROJECT CREATION AND DEPLOYMENT

查看:70
本文介绍了设置项目创建和部署的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Visual Studio 2005,Windows 7操作系统环境中使用可执行文件,可执行文件文件夹,dll,activex控件(注册这些控件)中的一些默认文件夹创建安装项目。



如何在Windows 7中部署安装项目

解决方案

许多项目并不真正需要安装(我真的很感激,如果他们没有任何),但在你的情况下,你真的需要一些。



我强烈推荐开源WiX:

http://en.wikipedia.org/wiki/WiX [ ^ ],

http:// wixtoolset。 org / [ ^ ]。



在我看来,最重要的好处是与MSBuild技术的完美一致性以及与Visual Stu的良好集成DIO。从这个角度来看,Visual Studio附带的旧安装项目模板几乎是非法的。我最近在我们公司切换到WiX,部分原因是因为Visual Studio 2012不支持旧的安装项目类型(我希望,有充分的理由)。



-SA

How to create setup project using executable file, some default folders in executable file folder, dll, activex controls (register these controls) in visual studio 2005, windows 7 OS environment.

how to deploy the setup project in windows 7

解决方案

Many projects don't really need installation (and I really appreciate if they don't have any), but in your case you really need some.

I would strongly recommend open-source WiX:
http://en.wikipedia.org/wiki/WiX[^],
http://wixtoolset.org/[^].

In my opinion, it's most important benefit is the perfect conformance to MSBuild technology and nice integration with Visual Studio. From this point of view, old "Setup project" template which comes with Visual Studio is almost illegal. I recently switched to WiX in our company, in part because Visual Studio 2012 does not support the old setup project types (I hope, for good reason).

—SA


这篇关于设置项目创建和部署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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