Guest Frank Posted January 30, 2008 Posted January 30, 2008 I'm trying to uninstall a product that was not installed via Group Policy in order to install an update that will be done through Group Policy. My attempt has been to remove the existing one via a Shutdown script in Group Policy (computers) using the following: msiexec /X "\\network path\abc.msi I've tried several command line switches, such as /quiet /QB, QN and I always get the prompt "Are you sure you want to uninstall this product". I even tried msiexec /X{GUID} from uninstall in the registry. I don't want that prompt. Minimally, a progress bar would be nice OR nothing at all until the PC shuts down. How can I remove that prompt and go straight to uninstalling the program. Thanks!
Recommended Posts