Page 1 of 2

.Net Framework Question

Posted: Sat May 17, 2014 2:57 pm
by parkd1
When is things checked maked under version 4.0 when I have 4.5.2 installed?
Net Framework.jpg

Re: .Net Framework Question

Posted: Sat May 17, 2014 3:19 pm
by Whatacrock
@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..

Re: .Net Framework Question

Posted: Sat May 17, 2014 3:21 pm
by parkd1
Ok and I am running the beta.

Re: .Net Framework Question

Posted: Sat May 17, 2014 3:43 pm
by TheAPGuy
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

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
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.

Re: .Net Framework Question

Posted: Sat May 17, 2014 3:44 pm
by Whatacrock
Here are the screen shots of mine..

First is Official 5.7.56 , second is BETA

Re: .Net Framework Question

Posted: Sat May 17, 2014 3:48 pm
by parkd1
Yours is not showing the blue square like mine is. In version 4.0 in the beta version.

Re: .Net Framework Question

Posted: Sat May 17, 2014 3:57 pm
by Whatacrock
Forgot to expand .NET Framework 4.5.2, new screen shot

Re: .Net Framework Question

Posted: Sat May 17, 2014 4:21 pm
by TheAPGuy
parkd1 wrote:Yours is not showing the blue square like mine is. In version 4.0 in the beta version.
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. :) Affects all versions of AP.

Re: .Net Framework Question

Posted: Sat May 17, 2014 5:36 pm
by parkd1
So you will fix this for people that have version 4.5 and later installed?

Re: .Net Framework Question

Posted: Sat May 17, 2014 5:44 pm
by TheAPGuy
yes. I will have the code propagate the not selectable status to the sub items.