C#设置先决条件 [英] C# setup prerequisite

查看:187
本文介绍了C#设置先决条件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要执行我的c#安装项目.我添加的先决条件是:

Windows Installer 3.1
.NET Framework 3.5
适用于Visual Studio 2008(x86,x64)的Crystal Reports Basic

选择的安装位置是:从与我的应用程序相同的位置下载.

构建解决方案后,在debug文件夹中有5个项目.

CrystalReports10_5文件夹
DotNetFX35文件夹
WindowsInstaller3_1文件夹
设置应用程序
setup1 Windows安装程序包

我已将debug文件夹复制到闪存驱动器.需要安装的计算机没有VS2008或sql server2005.

因此,在这些之后,如何在另一台计算机上安装我的exe.在安装我的exe之前,我需要安装这三个文件夹吗?

我试图在另一台计算机上安装安装程序,但无法正常工作.
那么如何安装?请帮助我..

I want to execute my c# setup project.The prerequisites that i''ve added is:

Windows Installer 3.1
.NET Framework 3.5
Crystal Reports Basic for Visual Studio 2008(x86,x64)

Installation location selected is: Download from same location as my application.

After building the solution, in debug folder there are 5 items.

CrystalReports10_5 folder
DotNetFX35 folder
WindowsInstaller3_1 folder
setup application
setup1 windows installer package

I''ve copied the debug folder to my flash drive.The computer that needs to install doesnot have either VS2008 or sql server 2005.

So after these , how to install my exe in another computer.Should I need to install these three folders before installing my exe??

I tried to install setup in another computer, but not working.
So how to install?? Please Help me..

推荐答案

如果您需要sql server,则必须具备先决条件.
If you need sql server, that has to be in your prerequisites.


这篇关于C#设置先决条件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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