Hello all,
A customer has created a custominv VBS file (patchinv.txt) for their NS 6.0 SP3 R13 environment, that gathers data from the following locations:
Set objWinInstaller = CreateObject("WindowsInstaller.Installer")
Set colQFE = GetObject("winmgmts:{impersonationLevel=impersonate}!root\cimv2").ExecQuery ("SELECT * FROM Win32_QuickFixEngineering")
They have found that this works on the majority of their Windows 7 x64 machines; however, on some of them only the COM object data is gathered.
To investigate this issue, we ran two seperate VBS files that scanned each location individually (patchinv_quickfixengineering.txt & patchinv_windowsinstaller.txt) and found that both scans gathered the required data from the problem machines.
We then merged both of those scans into one VBS (patchinv_full.txt) and found that it too only brought back the COM object data.
Does anyone have any idea as to what could be cause this, so that the customer can obtain 100% patch information?
SK