-
Notifications
You must be signed in to change notification settings - Fork 186
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
Support dotnet3.5 and other server features #12
Comments
This is a known issue related to this source. The .NET 3.5 package should not use DISM if possible. |
I am attempting to install the It fails with:
And more info from the logs
I am wondering - is there an alternative approach to accomplishing this, or is mounting the sources the only option? |
I tried extarcting
|
In the end I managed to get it to install by bypassing the choco package.
|
I have a package that depends on the dotnet3.5 package, which uses DISM, as it's a "feature" of most Windows versions now. However, it fails dramatically on this box. I'll snip around the nasty XML output that's dumped to the console.
When I log onto the box and try to enable the feature manually, I get a similar nasty error.
And
Looks like it was specifically removed from the box? Maybe it's removed by default.
I can set a source manually if I have the install media (I don't, I guess I could download it). I don't know if the dotnet3.5 package supports alternate sources.
Should we install this feature by default or leave the sources on the local disk or something?
The text was updated successfully, but these errors were encountered: