I created a custom update package to update desktop machines to the latest v8update121. I've set the installable conditions to the following:
<Start AND>
<Iar:Not> Processor architecture="6" </Iar:Not>
<Start AND>
<Iar:Not>WindowsVersion MajorVersion="6"MinorVersion="3"ProductType="3"/> </Iar:Not>
<Start OR>
<Iar:Not>WindowsVersion MajorVersion="6"MinorVersion="2"ProductType="3"/> </Iar:Not>
<Start OR>
<Iar:Not>WindowsVersion MajorVersion="6"MinorVersion="3"ProductType="2"/> </Iar:Not>
<Start OR>
<Iar:Not>WindowsVersion MajorVersion="6"MinorVersion="2"ProductType="2"/> </Iar:Not>
<End OR>
<End OR>
<End AND>
<End AND>
The reason I have it structured like that is, previously i had Server selected for both Windows Server 2012 and 2012 R2 and the package was appearing N/a for all windows servers with the exception of those that are domain controllers. Because of that, I added the other set of OR options and selected Domain Controller from the list however now I am seeing that one of my non-domain controller servers are appearing as Not Installed now and all the DC's are still showing as Not Installed instead of N/A.
<Start AND>
<Iar:Not> Processor architecture="6" </Iar:Not>
<Start AND>
<Iar:Not>WindowsVersion MajorVersion="6"MinorVersion="3"ProductType="3"/> </Iar:Not>
<Start OR>
<Iar:Not>WindowsVersion MajorVersion="6"MinorVersion="2"ProductType="3"/> </Iar:Not>
<Start OR>
<Iar:Not>WindowsVersion MajorVersion="6"MinorVersion="3"ProductType="2"/> </Iar:Not>
<Start OR>
<Iar:Not>WindowsVersion MajorVersion="6"MinorVersion="2"ProductType="2"/> </Iar:Not>
<End OR>
<End OR>
<End AND>
<End AND>
The reason I have it structured like that is, previously i had Server selected for both Windows Server 2012 and 2012 R2 and the package was appearing N/a for all windows servers with the exception of those that are domain controllers. Because of that, I added the other set of OR options and selected Domain Controller from the list however now I am seeing that one of my non-domain controller servers are appearing as Not Installed now and all the DC's are still showing as Not Installed instead of N/A.