简体   繁体   中英

Automatically install the .NET framework 3.5 SP1 with .Net 2008 application

We have an application that needs the 3.5 SP1 framework and when we click on the prerequisite option in the setup kit we made, we only see the framework without the SP1. When we install, it does not indeed install the correct one.

Is there a way to make this work?

The application was made in WPF if that changes anything.

Thanks!

I checked on my Visual Studio installation and the .NET Framework 3.5 SP1 prerequisite is available for selection in setup project.

Make sure you have Visual Studio 2008 SP1 installed.

Also be aware that the installer for .NET Framework SP1 is not included in Visual Studio SP1 and because of this you will not be able to select the option (Download prerequisites from the same location as my application). If you need to have the installer locally take a look at the following blog post:

How to Include .NET Framework 3.5 SP1 with Your Installer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM