diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-12 00:49:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-12 00:49:59 +0100 |
| commit | 07b8e33676c84b4d2a6a6e70638a7b0ed34573a2 (patch) | |
| tree | 0a8f080db3117ce8a5eff46eca9a13784cca30fa /platform/windows | |
| parent | 4c575a5ad5b50a1f12228f53778b7432173eabec (diff) | |
fixup! Add /NOSERVER option to Windows installer to not install the encode server (#2362).
Diffstat (limited to 'platform/windows')
| -rw-r--r-- | platform/windows/wscript | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 6a2eba2a2..16de73e8a 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -69,11 +69,7 @@ def write_installer(bits, dcpomatic_version, debug, disk): !insertmacro MUI_PAGE_COMPONENTS !define SF_USELECTED 0 -!define SF_SELECTED 1 -!define SF_SECGRP 2 -!define SF_BOLD 8 !define SF_RO 16 -!define SF_EXPAND 32 !macro SecUnSelect SecId Push $0 |
