uninstall existing LF agents before installing
This commit is contained in:
@@ -15,6 +15,9 @@ If ($RunningProcess) {
|
||||
$RunningProcess | Stop-Process -Force
|
||||
}
|
||||
|
||||
# Uninstall existing LiquidFiles agent/plugin
|
||||
Uninstall-MSI -APP_NAME 'LiquidFiles Windows Agent and Outlook Add-in'
|
||||
|
||||
# Run the installer
|
||||
$INSTALLER = Download-File -URL $MSIURL
|
||||
LogMsg "Installing Liquid Files Outlook Agent from ""${INSTALLER}"""
|
||||
|
||||
Reference in New Issue
Block a user