How do you uninstall a Hummingbird Connectivity product, silently and without a reboot, using MSIEXEC.exe?
LAST MODIFIED DATE: January 19, 2007
VERSION: This applies to HostExplorer version 10.0+
DISCUSSION:
To remove or uninstall any of our Hummingbird Connectivity products silently and without a reboot, you can use the following command line:
msiexec /x /qn "Path to Example.msi" REBOOT=ReallySuppress
The parameter description for the above command line is as follows:
-
/x : Uninstalls a product.
/qn : Displays no user interface.
Example.msi : Specifies the Hummingbird Connectivity product
REBOOT=ReallySuppress : Sets the reboot value.


Print View
Contact Me