From bea47e6675478b17d56127eddc5262ecc16970f9 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Fri, 22 Jan 2016 13:53:39 -0800 Subject: [PATCH] The dotnet MSI doesn't properly set ALLUSERS property. The dotnet installer writes content under %ProgramFiles% which is machine-wide and requires elevation. The Package@InstallScope attribute must be set to perMachine in this case and will ensure that the Burn bootstrapper prompts for elevation during install. --- packaging/windows/dotnet.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/dotnet.wxs b/packaging/windows/dotnet.wxs index 068f5ee92..baaa765f8 100644 --- a/packaging/windows/dotnet.wxs +++ b/packaging/windows/dotnet.wxs @@ -2,7 +2,7 @@ - +