fixup! fixup! fixup! Add /NOSERVER option to Windows installer to not install the...
[dcpomatic.git] / platform / windows / wscript
index 4f426c7d4c5468d17216e74cf14c5bf64aa68f0b..8ae8cca18367843137a459536dd185d343458d88 100644 (file)
@@ -73,7 +73,7 @@ def write_installer(bits, dcpomatic_version, debug, disk):
 !macro SecUnSelect SecId
   Push $0
   IntOp $0 ${SF_USELECTED} | ${SF_RO}
-  SectionSetFlags ${SecId} $0
+  SectionSetFlags ${SecId} "$0"
   SectionSetText  ${SecId} ""
   Pop $0
 !macroend