.Net Framework Question
.Net Framework Question
When is things checked maked under version 4.0 when I have 4.5.2 installed?
- Whatacrock
- Release Maintainer
- Posts: 1967
- Joined: Mon Oct 28, 2013 10:47 am
- Location: Australia
- Contact:
Re: .Net Framework Question
@parkd1 -- If you have .NET 4.5.2 installed then the .NET 4.0 should be hidden, unless you are running the autopatcher BETA.
Will check mine and get back to you..
Will check mine and get back to you..
"Now if you Sons of B*@ches got anything else to say, NOW'S THE F@#%ING TIME!!"
Re: .Net Framework Question
Ok and I am running the beta.
Re: .Net Framework Question
The updates are lacking detection code to hide them like the root does since the root would normally hide them.
ahh yes... here we go. The 4.0 root has this
While the sub components do not. So when using "gray out / show hidden" they will be selectable. I will see about propagating the gray out to sub tree items. Should be easy enough since there is a function to propagate a checked state on a root item to the sub items.
ahh yes... here we go. The 4.0 root has this
Code: Select all
# Do not display 4.0 if updated with 4.5
ComponentFile=windows:\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.Aero.dll
ComponentVersion=<4.0.30319.17929
- Whatacrock
- Release Maintainer
- Posts: 1967
- Joined: Mon Oct 28, 2013 10:47 am
- Location: Australia
- Contact:
Re: .Net Framework Question
Here are the screen shots of mine..
First is Official 5.7.56 , second is BETA
First is Official 5.7.56 , second is BETA
"Now if you Sons of B*@ches got anything else to say, NOW'S THE F@#%ING TIME!!"
Re: .Net Framework Question
Yours is not showing the blue square like mine is. In version 4.0 in the beta version.
- Whatacrock
- Release Maintainer
- Posts: 1967
- Joined: Mon Oct 28, 2013 10:47 am
- Location: Australia
- Contact:
Re: .Net Framework Question
Forgot to expand .NET Framework 4.5.2, new screen shot
"Now if you Sons of B*@ches got anything else to say, NOW'S THE F@#%ING TIME!!"
Re: .Net Framework Question
The blue square is there to tell you that some of the sub items are selected for install. Usually due to being critical. You can disable that if I remember right. I just noticed that you can not unselect it iether without unselecting each sub item manually. Will look into that as well. Just fixed a small bug that probably no one has seen in the selection process unless they were wildly clicking around.parkd1 wrote:Yours is not showing the blue square like mine is. In version 4.0 in the beta version.

Re: .Net Framework Question
So you will fix this for people that have version 4.5 and later installed?
Re: .Net Framework Question
yes. I will have the code propagate the not selectable status to the sub items.