Author: markt
Date: Tue Dec 9 20:27:14 2014
New Revision: 1644169
URL: http://svn.apache.org/r1644169
Log:
Make sure Windows uninstaller runs with the required elevated privileges.
Modified:
tomcat/trunk/BUILDING.txt
tomcat/trunk/res/tomcat.nsi
Modified: tomcat/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1644169&r1=1644168&r2=1644169&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Tue Dec 9 20:27:14 2014
@@ -270,7 +270,14 @@ You can build them by using the followin
You will be prompted for the GPG passphrase when the release build
starts, unless "gpg.passphrase" property is set.
- 2. Build the release:
+ 2. If building the Windows installer
+
+ If running the build in a UAC enabled environment, building the Windows
+ installer requires elevated privileges. The simplest way to do this is to
+ open the command prompt used for the build with the "Run as administrator"
+ option.
+
+ 3. Build the release:
cd ${tomcat.source}
ant release
Modified: tomcat/trunk/res/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1644169&r1=1644168&r2=1644169&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Tue Dec 9 20:27:14 2014
@@ -16,7 +16,6 @@
; Tomcat script for Nullsoft Installer
!ifdef UNINSTALLONLY
- RequestExecutionLevel user
OutFile "tempinstaller.exe"
!else
OutFile tomcat-installer.exe
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]