Closed aaronparker closed 1 year ago
Win32_Product will cause issues with Windows Installer and needs to be replaced with querying uninstall / GUID info via the registry https://github.com/aaronparker/packagefactory/blob/27ef6e5600ee15ac8b812bc5c246fc19375d0f78/Install.ps1#L159
Get-CimInstance -ClassName "Win32_InstalledWin32Program"
Win32_Product will cause issues with Windows Installer and needs to be replaced with querying uninstall / GUID info via the registry https://github.com/aaronparker/packagefactory/blob/27ef6e5600ee15ac8b812bc5c246fc19375d0f78/Install.ps1#L159