Install for all users on Windows (#2202).
authorCarl Hetherington <cth@carlh.net>
Thu, 28 Sep 2023 19:02:44 +0000 (21:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Sep 2023 22:51:56 +0000 (00:51 +0200)
platform/windows/wscript

index 539d35bb3eb91bf5422daea109d8b6c46721dcd0..480dd9ebd9262fa4bea6f54fbee423bf0f9be89d 100644 (file)
@@ -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)