From c09be2cdb7668f9f5246eaa3e7de060db94b432b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 9 Dec 2009 02:40:39 +0000 Subject: Fix the setup tool on Windows Vista/7 to not prompt for elevated permissions and to disable the "Program Compatibility Assistant" (thanks hobbs and MikeRS). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1744 --- setup/setup-manifest.xml | 25 +++++++++++++++++++++---- setup/setup-res.rc.in | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/setup/setup-manifest.xml b/setup/setup-manifest.xml index 409a142b..c2788306 100644 --- a/setup/setup-manifest.xml +++ b/setup/setup-manifest.xml @@ -1,16 +1,33 @@ + + + - + - - + + + + + + + + + + diff --git a/setup/setup-res.rc.in b/setup/setup-res.rc.in index dc25135a..2bc3106c 100644 --- a/setup/setup-res.rc.in +++ b/setup/setup-res.rc.in @@ -1,6 +1,6 @@ 1 ICON "../data/setup.ico" -CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "setup-manifest.xml" +1 24 MOVEABLE PURE "setup-manifest.xml" 1 VERSIONINFO PRODUCTVERSION @WINDOWS_RC_VERSION@ -- cgit v1.2.3