From 75f7ac97df0be37b83c658d9d6e26aad819ffed5 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 27 Nov 2011 17:32:00 +0000 Subject: always use -O2 for the windows build, exclude desktop icons and man pages, request admin rights when the installer is started (to prevent access denied to program files on vista/win7) --- src/installer.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/installer.nsi') diff --git a/src/installer.nsi b/src/installer.nsi index 733fcdf..d02aecd 100644 --- a/src/installer.nsi +++ b/src/installer.nsi @@ -10,7 +10,7 @@ Name "Transmission Remote GTK" ; The file to write !ifndef REV -OutFile "transmission-remote-gtk-0.7.2-installer.exe" +OutFile "transmission-remote-gtk-0.7.3-installer.exe" !else OutFile "transmission-remote-gtk-${REV}-installer.exe" !endif @@ -18,7 +18,7 @@ OutFile "transmission-remote-gtk-${REV}-installer.exe" ; The default installation directory !define ProgramFilesDir "Transmission Remote GTK" -RequestExecutionLevel user +RequestExecutionLevel admin ;-------------------------------- -- cgit v1.2.3