Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msi: Disable auto start after install #521

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

daipom
Copy link
Contributor

@daipom daipom commented Jul 10, 2023

Many users would be happier if it didn't start automatically:

  • No one would be happy to start Fluentd with the default settings.
  • It opens some ports by default. It is undesirable from a security point of view.

In addition, we should make sure that the service starts after all install actions are completed.
To achieve it, this is preferable for now.

Many users would be happier if it didn't start automatically:

* No one would be happy to start Fluentd with the default settings.
* It opens some ports by default. It is undesirable from a security
  point of view.

In addition, we should make sure that the service starts after all
install actions are completed.
To achieve it, this is preferable for now.

Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
@daipom
Copy link
Contributor Author

daipom commented Jul 10, 2023

In addition, we should make sure that the service starts after all install actions are completed.

We actually need this for

Copy link
Member

@ashie ashie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll be nice that the installer's exit dialog notice the user needs to start the service manually.
https://wixtoolset.org/docs/v3/wixui/wixui_customizations/#customizing-the-exitdlg
I don't require it in this PR though.

Copy link
Contributor

@kenhys kenhys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@kenhys kenhys merged commit caba297 into fluent:master Jul 10, 2023
@daipom daipom deleted the msi-disable-auto-start-after-install branch July 10, 2023 08:44
@daipom
Copy link
Contributor Author

daipom commented Jul 10, 2023

Thanks for your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants