在创建Windows应用程序设置时,如何在先决条件中包含.NET框架和其他软件exe? [英] How do I include .NET framework and other software exe in prerequities while creating windows application setup ?

查看:56
本文介绍了在创建Windows应用程序设置时,如何在先决条件中包含.NET框架和其他软件exe?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我遇到了一些问题需要任何建议。

其实我在.Net开发一个Windows应用程序4.5,现在我想创建一个Windows应用程序的设置,我使用VS 2012,我想要.Net框架4.5,SqlExpress安装文件包含在设置中,因此客户端在安装应用程序设置时不需要互联网连接。

所以,如果您有任何建议或示例,请告知我们。



提前致谢



我尝试了什么:



我尝试过Installshield软件,并且.net设置创建但无法实现欲望re4sult。

Hi Everyone,

I am stuck in some problem need any suggestion.
Actually I am develop a windows application in .Net 4.5, now I want to create a setup of that windows application, I use VS 2012 and I want that .Net framework 4.5, SqlExpress setup file include with in the setup so client doesn't required internet connection while installing application setup.
So guys if you have any suggestion or sample example than let me know.

Thanks in Advance

What I have tried:

I have try Installshield software, and .net setup create but unable to achieve the desire re4sult.

推荐答案

请参阅我的提示,了解使用SQL Server Express的Inno安装示例:

不安装带有工具的SQL Server 2008 R2的安装脚本 [ ^ ]



我不建议将.NET框架添加到您的设置中,但如果您必须

两种类型的可再发布的框架安装4.5可用:



1.网络安装程序(需要互联网连接)

2. Offl安装程序



这些可以在以下网址找到:

安装.NET Framework [ ^ ]



我不建议使用离线安装程序但是,Web安装程序似乎可以更好地安装缺少的部分。
See my tip for an Inno Setup example with SQL Server Express:
Inno Setup Script to Install SQL Server 2008 R2 with Tools[^]

I would not recommend adding the .NET framework to your setup, but if you must
two types of redistributable installations for framework 4.5 are available:

1. Web installer (requires internet connection)
2. Offline installer

These can be found on:
Installing the .NET Framework[^]

I would not recommend using the offline installer however, the web installer seems to do a better job to install missing parts.


这篇关于在创建Windows应用程序设置时,如何在先决条件中包含.NET框架和其他软件exe?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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