Author: kkolinko
Date: Sun Nov 14 23:05:17 2010
New Revision: 1035094
URL: http://svn.apache.org/viewvc?rev=1035094&view=rev
Log:
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?)
Modified:
tomcat/trunk/res/tomcat.nsi
Modified: tomcat/trunk/res/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1035094&r1=1035093&r2=1035094&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Sun Nov 14 23:05:17 2010
@@ -901,7 +901,6 @@ Section Uninstall
nsExec::ExecToLog '"$instdir\bin\tom...@[email protected]"
//DS//tom...@version_major@'
ClearErrors
- DeleteRegKey HKCR "JSPFile"
DeleteRegKey HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Apache Tomcat
@VERSION_MAJOR_MINOR@"
DeleteRegKey HKLM "SOFTWARE\Apache Software
foundation\tomc...@version_major_minor@"
DeleteRegValue HKLM "Software\Microsoft\Windows\CurrentVersion\Run"
"apachetomcatmoni...@version_major_minor@"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]