From 4f58ef2a23846839f734f50def27a3d6c75d38b8 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Thu, 29 Mar 2007 03:11:15 +0000 Subject: [PATCH] Update nsis to allow manifests in setup programs, perhaps fixing compatibility warnings on vista. --- win32/nsi/mt-daapd.nsi.templ | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win32/nsi/mt-daapd.nsi.templ b/win32/nsi/mt-daapd.nsi.templ index 27a1ed97..188122db 100644 --- a/win32/nsi/mt-daapd.nsi.templ +++ b/win32/nsi/mt-daapd.nsi.templ @@ -1,6 +1,9 @@ ; $Id$ ; Script generated by the HM NIS Edit Script Wizard. +; Update for Vista +RequestExecutionLevel admin + ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Firefly Media Server" !define PRODUCT_SERVICE "Firefly Media Server"