Remove-MSIApplications Issue

I’ve been working on a package to remove a version of ForcePoint. I’ve been testing it over the last few days and it was working great but for some reason I’m getting this message now.
“skipped one entry because it was considered a microsoft update”

Has anyone encountered this before

hi.

we use this for uninstalling Forcepoint. because it needs a uninstall password and we have different versions and passwords:

remove Forcepoint

Execute-MSI -Action ‘Uninstall’ -Path ‘{019B6DE4-7C89-4A63-91B3-C3130F6E3A15}’ -AddParameters ‘XPSWDPXY=“uninstallpassword”’
Execute-MSI -Action ‘Uninstall’ -Path ‘{D7B4363C-0AFB-4A31-9D07-1BA1149E821E}’ -AddParameters ‘XPSWDPXY=“uninstallpassword”’

hope this helps

Greg

2 Likes

There is a parameter include hotfix something to get it to uninstall