From 2d901bae43d0a2689af67928ba6d57c8ec1287a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Tue, 9 Jun 2015 16:56:44 +0100 Subject: [PATCH 1/2] win,msi: explicitly installing per machine only MSI could not install for a single user before, this makes it explicit. With this, Start Menu shortcuts are placed in ProgramData and not the installing user's AppData folder, making the shortcuts available to other users. This also fixes the installation when AppData is a network folder. Fixes #5849 --- tools/msvs/msi/product.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index e7c55edd9af..f25ba1586fd 100755 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -18,7 +18,7 @@ Manufacturer="$(var.ProductAuthor)" UpgradeCode="1d60944c-b9ce-4a71-a7c0-0384eb884baa"> - + From 22cc878fe69ebb10213a056186cf2a6e16725f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Mon, 29 Jun 2015 11:09:20 +0100 Subject: [PATCH 2/2] win,msi: correct installation path regestry keys Since install is per machine only, installation path should be stored in local machine instead of current user. --- tools/msvs/msi/product.wxs | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index f25ba1586fd..02c43c4b61f 100755 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -31,6 +31,11 @@ + + - + + + + + + @@ -137,18 +157,13 @@ - + -