From: Carl Hetherington Date: Thu, 28 Sep 2023 19:02:44 +0000 (+0200) Subject: Install for all users on Windows (#2202). X-Git-Tag: v2.16.66~33 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0c8349e3616735e21cc79bec8e705a77224f1921 Install for all users on Windows (#2202). --- diff --git a/platform/windows/wscript b/platform/windows/wscript index 539d35bb3..480dd9ebd 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -373,6 +373,7 @@ SectionEnd print('Section "DCP-o-matic 2" SEC_MASTER', file=f) print('SetOutPath "$INSTDIR\\bin"', file=f) + print("SetShellVarContext all", file=f) if debug: print('CreateDirectory "$SMPROGRAMS\\DCP-o-matic 2 debug"', file=f)