diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-12 01:18:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-12 01:18:22 +0100 |
| commit | de87cd4fe46414293a27e200089ce20d11de6c0b (patch) | |
| tree | abd57dab2def804e2dc9a4249fcf0b7a149ad2a7 | |
| parent | 410b44139ab39717eba687ae9cb7116098a5bac2 (diff) | |
fixup! fixup! fixup! fixup! Add /NOSERVER option to Windows installer to not install the encode server (#2362).2362-silent
| -rw-r--r-- | platform/windows/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 8ae8cca18..e87c38e0b 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -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 |
