Do not remove HKCR key "JSPFile", because we do not create it.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 14 Nov 2010 23:05:17 +0000 (23:05 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 14 Nov 2010 23:05:17 +0000 (23:05 +0000)
(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

res/tomcat.nsi

index b738ad2..cb21513 100644 (file)
@@ -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@"