chromium/remoting/host/installer/win/parameters.json

{
  "defines": {
    "Branding": "@@BRANDING@@",
    "OfficialBuild": "@@OFFICIAL_BUILD@@",
    "RdpDesktopSessionClsid": "@@RDP_DESKTOP_SESSION_CLSID@@",
    "Version": "@@VERSION@@"
  },
  "extensions": [
    "WixFirewallExtension.dll",
    "WixUIExtension.dll",
    "WixUtilExtension.dll"
  ],
  "sign": [
    "remoting_core.dll",
    "remoting_desktop.exe",
    "remoting_host.exe",
    "remoting_native_messaging_host.exe",
    "remoting_start_host.exe",
    "remote_assistance_host.exe",
    "remote_assistance_host_uiaccess.exe",
    "remote_open_url.exe",
    "remote_security_key.exe",
    "remote_webauthn.exe"
  ],
  "source": "chromoting.wxs",
  "bind_path": "files",
  "light": {
    "switches": [
      "-cultures:en-us",
      "-sw1076",
      "-sice:ICE61",
      "-sice:ICE80"
    ]
  }
}