diff --git a/Uninstall-MSI.ps1 b/Uninstall-MSI.ps1 index 5241435..ca8cf4d 100644 --- a/Uninstall-MSI.ps1 +++ b/Uninstall-MSI.ps1 @@ -49,5 +49,6 @@ Foreach ( $reg in $UNINSTALL_KEYS ) { LogMsg "Cannot uninstall ""${DISPLAY_NAME}""`n UninstallString: ${UNINSTALLSTRING}" } } - If ( $PRODUCTUNINSTALLED -eq $false ) { LogMsg "No product matching ${APP_NAME} was found"} } + +If ( $PRODUCTUNINSTALLED -eq $false ) { LogMsg "No product matching ${APP_NAME} was found"} \ No newline at end of file