Skip to content

Commit

Permalink
Merge pull request #6 from bloomberg/installer_fix
Browse files Browse the repository at this point in the history
Installer should not be starting the service
  • Loading branch information
yogeswaran committed Jun 22, 2015
2 parents d11ce17 + 49c2d33 commit 7871a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
ErrorControl="ignore"
Interactive="no" />
<ServiceControl Id="StartService"
Start="install"
Stop="both"
Remove="uninstall"
Name="$(var.ProductName)"
Expand Down

0 comments on commit 7871a24

Please sign in to comment.