简体   繁体   English

创建包含 .Net Framework 3.5 SP1 的安装项目

[英]create setup project that includes .Net Framework 3.5 SP1

I am creating a setup project.我正在创建一个安装项目。 The client would like to have the setup.exe file that includes already the.Net framework 3.5 SP1.客户希望拥有已包含 .Net framework 3.5 SP1 的 setup.exe 文件。

However, when I right click setup project |但是,当我右键单击 setup project | properties On the "properties page" there is a button called "Prerequistes.."属性在“属性页面”上有一个名为“先决条件..”的按钮

There you have 3 choices: Vendors's website same location as my application download from following location.您有 3 个选择: 供应商的网站与我的应用程序相同的位置从以下位置下载。

However, the client doesn't want to download anything.但是,客户端不想下载任何东西。 So I need to package it with the setup.exe.所以我需要用 setup.exe 来 package 它。

Is there any way to do this?有没有办法做到这一点?

How big will the setup.exe, if it includes the.Net framework?如果 setup.exe 包含 .Net 框架,它将有多大?

Many thanks for any suggestions,非常感谢您的任何建议,

The full .net 3.5 sp1 installer is 231 Mb which is rather large to include on a disc. 完整的 .net 3.5 sp1 安装程序为 231 Mb,包含在光盘上相当大。 If you want to go down this route then this should help.如果你想 go 沿着这条路线走,那么应该会有所帮助。

If it's just for a single client in a one-off scenario you could stick all the pre-reqs on a file share somewhere on their network and use the "Download prerequisites from the following location" option.如果它仅适用于一次性场景中的单个客户端,您可以将所有 pre-reqs 粘贴在其网络上某处的文件共享上,并使用“从以下位置下载先决条件”选项。

http://www.hanselman.com/smallestdotnet/ (i hate this) but i thought you should see it. http://www.hanselman.com/smallestdotnet/ (我讨厌这个)但我认为你应该看到它。 Hey its only 28meg HE HE HE, ya and it ONLY puts on the stuff that you need.嘿,它只有 28meg HE HE HE,是的,它只穿上你需要的东西。 where do they get the information from?他们从哪里得到信息?

You see i guess after making some .net Stuff, the developer can tell the "user" hey piece of cake only 28meg.你看,我猜在制作了一些 .net 的东西之后,开发人员可以告诉“用户”,嘿,小菜一碟只有 28meg。
To bad that is only for the Installer.糟糕的是,这仅适用于安装程序。 hey anybody else know of an updater program that takes 28MEGS??嘿,其他人知道需要 28MEGS 的更新程序吗?

ok ok, but it is small cute and the client will never know LOL, hey its working for someone out there;-)好吧好吧,但它很可爱,客户永远不会知道大声笑,嘿,它为那里的人工作;-)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2008安装项目警告“找不到先决条件” .Net Framework 3.5 SP1” - Visual Studio 2008 Setup Project warning “Could Not find prerequisite ”.Net Framework 3.5 SP1" Microsoft .Net Framework 3.5 SP1安装失败 - Microsoft .Net framework 3.5 SP1 Setup Fails 创建批处理文件以检查.net框架3.5是否安装了sp1 - create batch file for checking .net framework 3.5 sp1 is installed or not .NET Framework 3.5 SP1中的MVC 4应用程序 - MVC 4 application in .net framework 3.5 SP1 #Develop installer-此设置要求安装.NET Framework 3.5 SP1 - #Develop installer- This setup requires the .NET Framework 3.5 SP1 to be installed 检测.NET Framework 3.5 SP1依赖性(cmp.3.5 w / o SP1) - Detect .NET Framework 3.5 SP1 Dependency (cmp. 3.5 w/o SP1) .NET Framework先决条件要求,如果应用程序使用.NET 3.5 SP1构建? - .NET Framework prerequisite requirements if application build with .NET 3.5 SP1? .NET 3.5 SP1和ADo.NET实体框架 - .NET 3.5 SP1 and ADo.NET Entity Framework 如何序列化.NET远程处理(.NET Framework 3.5 SP1)的数据集? - How to serialize dataset for .NET remoting (.NET Framework 3.5 SP1)? 使用.Net 2008应用程序自动安装.NET Framework 3.5 SP1 - Automatically install the .NET framework 3.5 SP1 with .Net 2008 application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM