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

Reconstitute installer flags #8945

Merged
merged 2 commits into from
Oct 10, 2018
Merged

Reconstitute installer flags #8945

merged 2 commits into from
Oct 10, 2018

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Oct 9, 2018

Fixes #8748

@guardrex guardrex requested a review from joeloff October 9, 2018 22:08
* `OPT_NO_ANCM=1` – Skip installing the ASP.NET Core Module.
* `OPT_NO_RUNTIME=1` – Skip installing the .NET Core runtime.
* `OPT_NO_SHAREDFX=1` – Skip installing the ASP.NET Shared Framework (ASP.NET runtime).
* `OPT_NO_X86=1` – Skip installing x86 runtimes. Use this switch when the ASP.NET Core Module is running on a 64-bit OS.
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we should clarify the OPT_NO_X86 one. The intention behind that is to not install any of the x86 runtimes when you know you won't be hosting 32-bit apps. If you're hosting both 32-bit and 64-bit apps, you'll likely want both runtimes.

@guardrex
Copy link
Collaborator Author

guardrex commented Oct 9, 2018

How's that version look?

@guardrex guardrex requested a review from Rick-Anderson October 9, 2018 22:15
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