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

SqlSetup: Support /ENU setup argument #1473

Closed
wb529kq opened this issue Mar 10, 2020 · 4 comments · Fixed by #1547
Closed

SqlSetup: Support /ENU setup argument #1473

wb529kq opened this issue Mar 10, 2020 · 4 comments · Fixed by #1547
Labels
enhancement The issue is an enhancement request.

Comments

@wb529kq
Copy link

wb529kq commented Mar 10, 2020

Is there an option to force english language in the installation using DSC ?

@johlju
Copy link
Member

johlju commented Mar 13, 2020

Can you please be a bit more descriptive, for example what do you want to have in english? You mean installing Sql Server in english on a non-english OS?

@johlju johlju added the question The issue is a question. label Mar 13, 2020
@wb529kq
Copy link
Author

wb529kq commented Mar 13, 2020

I need to enforce that its installs in English on a non-English OS like you say in the ini file there is an option ENU=True.

@johlju
Copy link
Member

johlju commented Mar 14, 2020

Ah, you are looking for the /ENU parameter mentioned in this article https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server-from-the-command-prompt?view=sql-server-ver15#Install

There are no parameter to set that in the SqlSetup resource, but I'm happy to review a PR that adds the functionality.

@johlju johlju added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. and removed question The issue is a question. labels Mar 14, 2020
@johlju johlju changed the title ENU=True option in DSC ? SqlSetup: Support /ENU setup argument Mar 14, 2020
@wb529kq
Copy link
Author

wb529kq commented Mar 14, 2020

yes that is what i was looking for :) I will try to make a PR.

@johlju johlju added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels May 14, 2020
johlju added a commit to johlju/SqlServerDsc that referenced this issue May 14, 2020
johlju added a commit that referenced this issue May 17, 2020
- SqlSetup
  - Added the property `UseEnglish` (issue #1473).
@johlju johlju removed the in progress The issue is being actively worked on by someone. label May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants