Author: markt Date: Fri Oct 10 14:02:29 2014 New Revision: 1630897 URL: http://svn.apache.org/r1630897 Log: Ensure that elevated privs are not required to run the temporary installer used to create the uninstaller for signing
Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1630897&r1=1630896&r2=1630897&view=diff ============================================================================== --- tomcat/trunk/res/tomcat.nsi (original) +++ tomcat/trunk/res/tomcat.nsi Fri Oct 10 14:02:29 2014 @@ -16,6 +16,7 @@ ; Tomcat script for Nullsoft Installer !ifdef UNINSTALLONLY + RequestExecutionLevel user OutFile "tempinstaller.exe" !else OutFile tomcat-installer.exe --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org