I'm working on trying to publish the new Surface Pro Firmware .msi as a
software update via SCUP.  In addition to the built in msi product code
detection method I want to add a rule so that it only shows as applicable
on Surface Pro 3s.  I've got how to detect the model name from WMI, but I
am having some trouble figuring out what the WMI Query should return in
SCUP.  Should it return a True\False?  Should the query return nothing if
it isn't a Surface?

Anyone have any experience working with WMI rules in SCUP?  This is the
query that I originally tried, but it doens't seem to be working as a rule:

SELECT * FROM Win32_ComputerSystem where Model = 'Surface Pro 3'

-----
Dwayne Allen
[email protected]


Reply via email to