With Setup.exe
The Insight Client can be uninstalled silently by calling the setup.exe package of the appropriate version using the following command:
setup.exe /s /x /v"/qn"
With WMIC
Alternatively, you can use the Windows command wmic to uninstall an older Insight version.
wmic product where "name like '%inSight%10.2.1%'" call uninstall /nointeractive
The bundled third-party components for Insight are not automatically uninstalled by uninstalling the Insight Client. This must be done separately using the following commands:
wmic product where "name like '%Crystal%Reports%runtime%64-bit%'" call uninstall /nointeractive
wmic product where "name like '%Cortona3D%'" call uninstall /nointeractive
The components .NET Runtime and MS SQL OLEDB Driver should not be uninstalled automatically because there might be other programs that use these components.
NEXT TOPIC: Upgrade Insight