创建Windows安装程序 [英] Creating a windows installer

查看:140
本文介绍了创建Windows安装程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对C#编程非常陌生,请为我创建用C#编写的项目的安装程序的步骤提供帮助.

我的要求是在我的msi中包括以下内容:
1)水晶报告
2)dotnet框架
3)Windows安装程序

我正在使用Microsoft Visual Studio 10.0

I am very new to C# programming, please help me with the steps of creating a Installer for my project written in C#

my requirement is to include following thing in my msi:
1)Crystal report
2)dotnet framework
3)windows installer

I m using Microsoft Visual Studio 10.0

推荐答案

检查它
部署基于Windows的应用程序
在Windows Installer部署中安装先决条件
在Visual Studio安装项目中添加.NET Framework的先决条件
Check it
Deploying a Windows-based Application
Install Prerequisites in Windows Installer Deployment
Add Prerequisites of .NET Framework in Visual Studio Setup Project


最好导航 MSDN部署(如何在C#中使用) [ ^ ]


添加新的部署项目-选择添加项目输出",选择您的项目.然后,部署项目设置将允许您指定要提供引导程序的.NET框架版本:)
Add a new deployment project - choose ''add project output'', selecting your project. The deployment project settings will then allow you to specify which versions of the .NET framework to offer bootstrappers for :)


这篇关于创建Windows安装程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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