From b25c1f6cbb44f6d7d18a7c756a326e57d3420c3c Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Tue, 19 Jun 2018 18:33:01 -0700 Subject: [PATCH] When installing using MSI, set the working directory of the shortcut to the user home directory (#7072) Leverage the -WorkingDirectory parameter on pwsh.exe to set the initial location. Fix #5705 --- assets/Product.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/Product.wxs b/assets/Product.wxs index 9159050e8..679849c74 100644 --- a/assets/Product.wxs +++ b/assets/Product.wxs @@ -227,8 +227,8 @@