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

(GH-897) dism ... /all was never running for source windowsfeatures #898

Conversation

jrkd
Copy link
Contributor

@jrkd jrkd commented Aug 9, 2016

(maint)

Issue here is the minor version is always required to be > 2, so now that we're at windows 10.0.x /all is not being added, even though this logic really only wanted to make sure the version was >= 6.2

This commit adds a check to see if the version is greater than 6 entirely, if not, only then does it check if its version 6 and at least minor ver. 6.2.

How this issue affects the functionality: Not calling /all as part of dism meant that dependencies for windows features are never installed as part of the installation.

Closes #897

Issue here was minor version was always required to be > 2, so now that we're at windows 10.0.x /all is not being added, even though this logic really only wanted to make sure the version was >= 6.2

Added a check to see if the version is greater than 6 entirely, if not, only then does it check if its version 6 and at least minor ver. 6.2.

Not calling /all as part of gism meant that dependencies for windows features were never installed as part of the installation.
@jrkd
Copy link
Contributor Author

jrkd commented Aug 9, 2016

Have now signed the CLA.

@ferventcoder ferventcoder changed the title (GH-897) gism ... /all was never running for source windowsfeatures (GH-897) dism ... /all was never running for source windowsfeatures Aug 9, 2016
@ferventcoder
Copy link
Member

@jrkd I see that. CLAHub didn't catch it though. You are good. Thanks!

By the way gism == dism.

@ferventcoder
Copy link
Member

Fixed up and merged into stable at e428c85

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.

2 participants