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