1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"defines": {
"Branding": "@@BRANDING@@",
"OfficialBuild": "@@OFFICIAL_BUILD@@",
"RemotingMultiProcess" : "@@REMOTING_MULTI_PROCESS@@",
"ControllerClsid": "@@CONTROLLER_CLSID@@",
"Version": "@@VERSION@@"
},
"extensions": [
"WixFirewallExtension.dll",
"WixUIExtension.dll",
"WixUtilExtension.dll"
],
"sign": [
"remoting_controller.exe",
"remoting_daemon.exe",
"remoting_desktop.exe",
"remoting_host.exe"
],
"source": "chromoting.wxs",
"bind_path": "files",
"light": {
"switches": [
"-cultures:en-us",
"-sw1076"
]
}
}
|