| Index: remoting/host/installer/chromoting.wxs
|
| diff --git a/remoting/host/installer/chromoting.wxs b/remoting/host/installer/chromoting.wxs
|
| index 60a0d37c8c53a3d34d0a4fdea7382aeb15a0f46c..9e98b827353ebecd8528a8c1321b98a63ea4c1c8 100644
|
| --- a/remoting/host/installer/chromoting.wxs
|
| +++ b/remoting/host/installer/chromoting.wxs
|
| @@ -129,7 +129,7 @@
|
| Name="$(var.ServiceName)"
|
| DisplayName="[chromoting_service_display_name]"
|
| Description="[chromoting_service_description]"
|
| - Arguments="--host-binary="[binaries]remoting_me2me_host.exe" --auth-config="[config_files]host.json" --host-config="[config_files]host.json""
|
| + Arguments="--auth-config="[config_files]host.json" --host-config="[config_files]host.json""
|
| Start="demand"
|
| Account="LocalSystem"
|
| ErrorControl="ignore"
|
|
|