Skip to Main Content
AVEVA Product Feedback


Status Declined
Categories Installation
Created by Guest
Created on Aug 20, 2022

Utility to completely uninstall all OSIsoft PI products from a machine

It would be helping to have a utility do a complete uninstall of all the PI products from a machine including registry keys and hidden files.
  • ADMIN RESPONSE
    Aug 20, 2022
    Thank you very much for sharing your feedback on the PI Server. After further evaluation, we have decided to decline this item, as we are not planning on implementing it in the near future due to other high priority items across the PI System. Thank you for your feedback, and know that we are listening and reviewing every item that gets submitted!
  • Attach files
  • Guest
    Reply
    |
    Aug 20, 2022
    This batch file I wrote uninstalls most of the PI client tools and deletes registry entries. Taskkill.exe /IM Procbook.exe /f >nul 2>&1 Taskkill.exe /IM PIDesktopAlert.exe /f >nul 2>&1 Taskkill.exe /IM Excel.exe /f >nul 2>&1 Taskkill.exe /IM SMTHost.exe /f >nul 2>&1 Taskkill.exe /IM PIOLEDBENTAgent64.exe /f >nul 2>&1 Taskkill.exe /IM PISQLCommander.exe /f >nul 2>&1 Taskkill.exe /IM AFExplorer.exe /f >nul 2>&1 Taskkill.exe /IM PISDKUtility.exe /f >nul 2>&1 Taskkill.exe /IM OSIsoft.PISysTray.exe /f >nul 2>&1 Taskkill.exe /IM "Collective Manager.exe" /f >nul 2>&1 Net stop pinetmgr /yes Echo Uninstalling previous version of PI tools Echo Remove Processbook wmic product where "Name like 'PI ProcessBook%%'" call uninstall /nointeractive Echo Remove PI Notification wmic product where "Name like 'PI Notifications%%'" call uninstall /nointeractive Echo Remove PI Datalink wmic product where "Name like 'PI DataLink%%'" call uninstall /nointeractive Echo Remove PI SMT wmic product where "Name like 'PI System Management%%'" call uninstall /nointeractive Echo Remove PI Oledb wmic product where "Name like 'PI OLEDB%%'" call uninstall /nointeractive wmic product where "Name like 'PI ODBC%%'" call uninstall /nointeractive Echo Remove PI AFSE wmic product where "Name like 'PI AF Client%%'" call uninstall /nointeractive del "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\My Software\PI System\PI*.*" /s /f /q del "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PI System\PI*.*" /s /f /q
  • Guest
    Reply
    |
    Aug 20, 2022
    CCleaner can take care of the registry keys.