Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C12310FE5 for ; Tue, 9 Dec 2014 20:27:19 +0000 (UTC) Received: (qmail 21861 invoked by uid 500); 9 Dec 2014 20:27:18 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 21782 invoked by uid 500); 9 Dec 2014 20:27:18 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 21772 invoked by uid 99); 9 Dec 2014 20:27:18 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2014 20:27:18 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 7E29CAC0949 for ; Tue, 9 Dec 2014 20:27:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1644169 - in /tomcat/trunk: BUILDING.txt res/tomcat.nsi Date: Tue, 09 Dec 2014 20:27:14 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141209202714.7E29CAC0949@hades.apache.org> 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: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org