match on wildcard for uninstall

This commit is contained in:
2023-08-22 16:31:19 -04:00
parent cc97f9e592
commit c2f5c06996
+1 -1
View File
@@ -16,7 +16,7 @@ If ($RunningProcess) {
}
# Uninstall existing LiquidFiles agent/plugin
'LiquidFiles Windows Agent and Outlook Add-in' | Uninstall-MSI
'LiquidFiles*' | Uninstall-MSI
# Run the installer
$INSTALLER = Download-File -URL $MSIURL