From 4d7520176bc6e9bd01512ce46239ae177ce618ca Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Fri, 26 Sep 2008 02:04:59 +0000 Subject: [PATCH] Completes the support for the customizable installer properties in the Windows Installer-based setup. --- resources/install/build.xml | 2 ++ resources/install/windows/en-us.wxl | 2 ++ resources/install/windows/installer-windows.wxs | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/install/build.xml b/resources/install/build.xml index 0fc85eebc..aa5ebbf81 100644 --- a/resources/install/build.xml +++ b/resources/install/build.xml @@ -432,6 +432,8 @@ + + diff --git a/resources/install/windows/en-us.wxl b/resources/install/windows/en-us.wxl index b1bb75724..da0f0d4a4 100644 --- a/resources/install/windows/en-us.wxl +++ b/resources/install/windows/en-us.wxl @@ -2,5 +2,7 @@ + + {\GreyText}@WelcomeText3@ diff --git a/resources/install/windows/installer-windows.wxs b/resources/install/windows/installer-windows.wxs index f31c8f915..ade3cd4a7 100644 --- a/resources/install/windows/installer-windows.wxs +++ b/resources/install/windows/installer-windows.wxs @@ -14,6 +14,7 @@ Compressed="yes" Description="@PKG_DESCRIPTION@" InstallPrivileges="elevated" + InstallScope="perMachine" InstallerVersion="200" Languages="1033" Manufacturer="@APP_NAME@" @@ -114,7 +115,9 @@ - + + +