From: kkolinko Date: Sun, 14 Nov 2010 23:05:17 +0000 (+0000) Subject: Do not remove HKCR key "JSPFile", because we do not create it. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9c01619a499ade60c682bb46c4cffa1eabc846ac;p=tomcat7.0 Do not remove HKCR key "JSPFile", because we do not create it. (Why was it there? Was somebody configuring Tomcat as the app that runs "*.jsp" files on Windows?) git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1035094 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/tomcat.nsi b/res/tomcat.nsi index b738ad272..cb2151364 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -901,7 +901,6 @@ Section Uninstall nsExec::ExecToLog '"$INSTDIR\bin\tomcat@VERSION_MAJOR@.exe" //DS//Tomcat@VERSION_MAJOR@' ClearErrors - DeleteRegKey HKCR "JSPFile" DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Apache Tomcat @VERSION_MAJOR_MINOR@" DeleteRegKey HKLM "SOFTWARE\Apache Software Foundation\Tomcat\@VERSION_MAJOR_MINOR@" DeleteRegValue HKLM "Software\Microsoft\Windows\CurrentVersion\Run" "ApacheTomcatMonitor@VERSION_MAJOR_MINOR@"