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

Installation of .NET 4.6 on Windows 2012 R2 requires Windows updates #24

Closed
olivierlemasle opened this issue Jun 25, 2016 · 4 comments · Fixed by #27
Closed

Installation of .NET 4.6 on Windows 2012 R2 requires Windows updates #24

olivierlemasle opened this issue Jun 25, 2016 · 4 comments · Fixed by #27
Assignees
Milestone

Comments

@olivierlemasle
Copy link
Contributor

Installation of .NET 4.6 with this cookbook does not work on a Windows 2012 R2 eval box without windows updates.

The box has been created using "eval-win2012r2-standard" from https://github.com/boxcutter/windows, and has no windows update installed.

The ms_dotnet_framework fails. If I run manually the .NET installer, I see that some updates (KB2919355) are required:

virtualbox_amysta-cookbook_web_1466810330379_40128_25_06_2016_01_33_48

Do you think it is possible to install required Windows updates automatically with this Chef cookbook?

Or do I have to include the required Windows updates in my Windows box? Do you know if there are other requirements to install .NET on specific Windows versions? It would be great to list the requirements in this cookbook README.md.

@Annih Annih self-assigned this Jun 27, 2016
@Annih Annih added this to the 3.0.0 milestone Jun 27, 2016
@Annih
Copy link
Contributor

Annih commented Jun 27, 2016

Hello @olivierlemasle

Thanks for your feedback, indeed I only test with boxes including this important update.
That's the kind of issue I wanted to fix before releasing the version 3.0.0; I think I have a "pretty" implementation for this case.

We just need to install the following msu

I'll keep you posted.

Regards.

@Annih
Copy link
Contributor

Annih commented Jul 18, 2016

@olivierlemasle could you give me the source of your box?
I tried mwrock one, but it has a lot of updates on it.

@Annih
Copy link
Contributor

Annih commented Jul 18, 2016

OK I got the opentable box, which has no update :)
I think I forgot to add the prerequisites for the prerequisites ^^

https://support.microsoft.com/en-us/kb/2919442

@olivierlemasle
Copy link
Contributor Author

Hi @Annih,

I used the box eval-win2012r2-standard from https://github.com/boxcutter/windows.

Annih added a commit that referenced this issue Jul 18, 2016
KB2919355 is a prerequisites of .NET46 but it requires KB2919442.
Fix #24!
Annih added a commit that referenced this issue Jul 18, 2016
KB2919355 is a prerequisites of .NET46 but it requires KB2919442.
Fix #24!
Annih added a commit that referenced this issue Jul 18, 2016
KB2919355 is a prerequisites of .NET46 but it requires KB2919442.
Fix #24!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants