简体   繁体   English

#Develop installer-此设置要求安装.NET Framework 3.5 SP1

[英]#Develop installer- This setup requires the .NET Framework 3.5 SP1 to be installed

I'm trying to install the latest version of #Develop but am getting the message 我正在尝试安装#Develop的最新版本,但收到消息

This setup requires the .NET Framework 3.5 SP1 to be installed 此安装程序需要安装.NET Framework 3.5 SP1

I'm running Windows 7, and I've tried running the installer for .NET Framework 3.5 SP1 plus the installer for the Windows 7 SDK. 我正在运行Windows 7,并且尝试运行.NET Framework 3.5 SP1的安装程序以及Windows 7 SDK的安装程序。

The installer just says to use the Control Panel to turn Windows Features on and off to configure .NET Framework 3.5 SP1 安装程序只是说要使用控制面板打开和关闭Windows功能来配置.NET Framework 3.5 SP1

Anyone got any suggestions ? 任何人有任何建议吗?

如消息所示,安装.net3.5 SP1

There seems to be a problem identifying whether .NET 3.5 SP1 is installed on Windows 7. 确定Windows 7上是否安装了.NET 3.5 SP1似乎存在问题。

SharpDevelop's installer checks the following registry key to ensure .NET 3.5 SP 1 is installed: SharpDevelop的安装程序将检查以下注册表项,以确保已安装.NET 3.5 SP 1:

Key="HKLM\\Software\\Microsoft\\NET Framework Setup\\NDP\\v3.5" Key =“ HKLM \\ Software \\ Microsoft \\ NET Framework安装程序\\ NDP \\ v3.5”

Name="SP" 名称=“ SP”

The value of this registry entry needs to be 1. Create this registry entry if it does not exist and SharpDevelop should install successfully. 该注册表项的值必须为1。如果该注册表项不存在,则创建该注册表项,并且SharpDevelop应该成功安装。

I used Control Panel to disable the 3.5 features, reinstalled 3.5 sp1 and then used Control Panel to re-enable them. 我使用控制面板禁用了3.5功能,重新安装了3.5 sp1,然后使用控制面板重新启用了这些功能。

I checked the registry value that Matt suggested, and it was indeed 1, without any editing required. 我检查了Matt建议的注册表值,确实是1,不需要进行任何编辑。

Ran the installer and it installed successfully. 运行安装程序,安装成功。

I even have version 2.2 installed and both seem to work. 我什至安装了2.2版,两者似乎都可以使用。

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

相关问题 创建包含 .Net Framework 3.5 SP1 的安装项目 - create setup project that includes .Net Framework 3.5 SP1 创建批处理文件以检查.net框架3.5是否安装了sp1 - create batch file for checking .net framework 3.5 sp1 is installed or not Microsoft .Net Framework 3.5 SP1安装失败 - Microsoft .Net framework 3.5 SP1 Setup Fails Inno安装程序:需要用于Windows Server 2012 R2的.Net Framework 3.5 SP1独立安装程序(无Internet,无DVD安装介质) - Inno Setup: Need a standalone Installer for .Net Framework 3.5 SP1 for Windows Server 2012 R2 (no Internet and no DVD Installation Media) .Net 3.5 SP1的脱机安装程序无法正常工作 - Offline installer for .Net 3.5 SP1 not working .NET Framework 3.5 SP1中的MVC 4应用程序 - MVC 4 application in .net framework 3.5 SP1 .NET 3.5和SP1安装问题-单个安装程序 - .NET 3.5 and SP1 install question - single installer Visual Studio 2008安装项目警告“找不到先决条件” .Net Framework 3.5 SP1” - Visual Studio 2008 Setup Project warning “Could Not find prerequisite ”.Net Framework 3.5 SP1" 检测.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?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM