简体   繁体   English

如何避免安装此Service Pack(Service Pack的安装尺寸非常大,需要花费大量时间才能安装应用程序)

[英]how to avoid this service pack installation(Service pack is very huge size setup and its taking looong time to get the application installed)

I've created a single setup containing my .net application and database which runs under the .net 3.5 framework. 我创建了一个包含.net应用程序和数据库的单一安装程序,该安装程序在.net 3.5框架下运行。

My application can only run if we install the SQLExpress service pack - how can I avoid this service pack installation> 只有安装了SQLExpress Service Pack,我的应用程序才能运行-如何避免安装此Service Pack>

The service pack is huge and it is taking a long time to get the application installed. 该Service Pack很大,安装该应用程序需要花费很长时间。

Could you please suggest how I can avoid this long installation? 您能否建议我如何避免这种长时间的安装?

My application can only run if we install the SQLExpress service pack - how can I avoid this service pack installation> 只有安装了SQLExpress Service Pack,我的应用程序才能运行-如何避免安装此Service Pack>

So you want to have the service pack, but not install it? 因此,您想要安装Service Pack,但不安装它吗?

Have you looked into a slipstreamed set up? 您是否研究过分流式设置? (Ie combining RTM and SP into a single installer.) (即将RTM和SP合并到一个安装程序中。)

Knowing what version of SQL Express you are targeting would help (and how you deal with a latter version of SQL Express already present). 知道您要定位的SQL Express版本将有所帮助(以及如何处理已经存在的SQL Express的较新版本)。

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

相关问题 如何在一个可执行文件中打包安装(框架+应用程序)? - How to pack a installation (framework + application) in one executable? 检查是否安装了 XP Service Pack 3 的代码(和 .net 3.5) - Code to check if XP Service Pack 3 Installed (And .net 3.5) 如何让开发人员在VS2008上定位.net 2.0(但不是服务包)以避免运行时崩溃? - How does one have developers on VS2008 target .net 2.0 (but not the service pack) to avoid runtime crashes? .NET Framework 3.0 Service Pack 1 - .NET Framework 3.0 Service Pack 1 如何获取.NET Framework安装程序包,包括针对特定版本的最新Service Pack? - How to get a .NET framework installer package including latest service pack for a specific version? 如何强制VisualStudio对.Net Service Pack兼容性进行检查? - How to force VisualStudio to do a check for .Net Service Pack compatibility? 如何将 PowerShell 脚本打包为 exe 文件并将其作为 Windows 服务运行? - How to pack a PowerShell script to an exe-file and run it as as an Windows Service? 需要 Microsoft .NET Framework 3.5 Service Pack 1 - Microsoft .NET Framework 3.5 Service Pack 1 is required 重新安装Visual Studio Service Pack 1时出错 - Error with reinstall service pack 1 for Visual Studio Net 2.0 Framework Service Pack 2问题 - Net 2.0 Framework Service Pack 2 Issue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM