fixup! fixup! fixup! fixup! Add /NOSERVER option to Windows installer to not install... 2362-silent
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Nov 2022 00:18:22 +0000 (01:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 12 Nov 2022 00:18:22 +0000 (01:18 +0100)
platform/windows/wscript

index 8ae8cca18367843137a459536dd185d343458d88..e87c38e0b7943a069837b4cfec774b1f7cdf6450 100644 (file)
@@ -73,8 +73,8 @@ def write_installer(bits, dcpomatic_version, debug, disk):
 !macro SecUnSelect SecId
   Push $0
   IntOp $0 ${SF_USELECTED} | ${SF_RO}
-  SectionSetFlags ${SecId} "$0"
-  SectionSetText  ${SecId} ""
+  SectionSetFlags "${SecId}" "$0"
+  SectionSetText  "${SecId}" ""
   Pop $0
 !macroend