F5F Stay Refreshed Software Operating Systems I know of a program that...

I know of a program that...

I know of a program that...

Pages (2): Previous 1 2
1
1tsDan13l
Junior Member
25
02-22-2023, 05:03 PM
#11
The Win32_Product class can cause issues by prompting Windows Installer to run a consistency check on the app. Check your event logs for details. It’s often better to use Win32reg_AddRemovePrograms instead. However, based on my experience, alternatives relying on WMI like Win32Reg_AddRemovePrograms & Win32Reg_AddRemovePrograms64 may miss some entries or not exist at all. I’ve found more reliable results by accessing the registry directly through the key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall.
1
1tsDan13l
02-22-2023, 05:03 PM #11

The Win32_Product class can cause issues by prompting Windows Installer to run a consistency check on the app. Check your event logs for details. It’s often better to use Win32reg_AddRemovePrograms instead. However, based on my experience, alternatives relying on WMI like Win32Reg_AddRemovePrograms & Win32Reg_AddRemovePrograms64 may miss some entries or not exist at all. I’ve found more reliable results by accessing the registry directly through the key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall.

Pages (2): Previous 1 2