pipe agents into Uninstall-MSI for future

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