Hello,
I created a custom IE9 install by using the Microsoft IEAK9. The source used for the custom install and destination OS is the same, Windows 7 Pro x86. My install works perfectly with the correct customizations. However, when I run the msiexec /x
{GUID} uninstall key from the command line, I am prompted to locate the IE9 Msi installer. When I point it to the IEAK Output MSI file (which it already had found) it complains about not being a valid IE installer package. When I look at the details of the
IE9-Setup-Full.msi I see a different product GUID than listed in the registry uninstall key, however if I attempt to use that key I get the "product is not installed" error. This is the command line used to install the package: MSIEXEC /I "\\serverpath\9.0\IEAK9OUTPUT\FLAT\Win32_WIN7\ENU\IE9-Setup-Full.msi"
/qn /norestart
I can run the uninstall from the control panel without any problems, but I like to have a silent uninstall script in case I need to perform a reinstall if I run into any issues during general deployment. Has anyone else run into this problem and know a way
to fix it?
Thank you