SCUP Custom Update Installable Rules

Struggling with the Install Rules logic on an EXE I have published to SCCM, created in SCUP.

The EXE is a Microsoft Update that is not available as a WSUS update (KB2647753).

My package needs to be targeted at all 32 Bit Win7 machines which don't already have the update.

My query looks like this:

>AND
        >AND
                >OR
                         Windows Version = Windows 7.
                         Windows Version = Windows 7 SP1.
                   Processor Architecture is x86.
                   NOT: WMI Query 'WMI Query 'select * from WIN32_QuickFixEngineering where HotfixID="KB2647753"

According to SCCM, this update is not required by any machines at all, which is suspect.

I found it difficult to understand the way the logic is layed out in SCUP, the nesting is very confusing for someone who doesn't work with Boolean / Logic expression very often. I got the layout for the expression from the end of this article:

http://blogs.technet.com/b/dominikheinz/archive/2011/10/17/deploying-custom-msu-updates-with-sccm-and-scup.aspx

I also have one other query. The use of the WIN32_QuickFixEngineering class? I've read elsewhere that SCCM 2007 no longer collects information on this class as the overhead is too large, so is it valid to use it for an Installable rule??



  • Edited by OdgeUK Tuesday, September 11, 2012 12:10 PM
September 11th, 2012 3:10pm

BUMP
Free Windows Admin Tool Kit Click here and download it now
September 12th, 2012 1:43pm

I had a similar issue after following the steps on that blog link. While the WMI query is correct, make sure that you populate the namespace field (above the wmi query) with root\cimv2.
November 14th, 2012 10:15pm

I had a similar issue after following the steps on that blog link. While the WMI query is correct, make sure that you populate the namespace field (above the wmi query) with root\cimv2.

Very helpful. Thanks
Free Windows Admin Tool Kit Click here and download it now
November 21st, 2012 4:58pm

I had the same issue.. wasted nearly two days.. Hope this will work
February 7th, 2015 4:36pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics