| Index: remoting/host/installer/chromoting.wxs
|
| diff --git a/remoting/host/installer/chromoting.wxs b/remoting/host/installer/chromoting.wxs
|
| index a31c8684e24c43192701c2ac0bfbd3df39e03e29..2f5d8115006ea6ad2f0232957ac76bef60c6df81 100644
|
| --- a/remoting/host/installer/chromoting.wxs
|
| +++ b/remoting/host/installer/chromoting.wxs
|
| @@ -133,7 +133,7 @@
|
| Name="$(var.ServiceName)"
|
| DisplayName="[chromoting_service_display_name]"
|
| Description="[chromoting_service_description]"
|
| - Arguments="--auth-config="[config_files]host.json" --host-config="[config_files]host.json""
|
| + Arguments="--host-config="[config_files]host.json""
|
| Start="demand"
|
| Account="LocalSystem"
|
| ErrorControl="ignore"
|
|
|