Re: Problem uninstalling app via GPO



Simulate a silent uninstall as follows...

1 - Install the original MSI on a PC using the command line;
MSIEXEC /i (path to MSI file) /qb+

2 - Now uninstall using the following command line;
MSIEXEC /x (path to MSI file) /qb+

If the custom action is trying to interact with the user (often the
case), then it should be visible. This might give some clue as to what
is going on.

Valuable lesson. Always check that an MSI uninstalls as well as
installs before rolling out!

Wendy Derman wrote:
I have a vendor-provided MSI that I successfully applied to all my computers
several months ago. Now, the vendor has an upgraded version available. I
tried to use the Upgrade tab in a new GPO, to upgrade the old version.
Unfortunately, it is unable to upgrade the older version. When the computer
is booting up, it says "Removing managed software..." (if I used the
Uninstall option on the Upgrade tab), or "Installing managed software..." (if
I used the "upgrade over" option on the Upgrade tab). In both cases, it
hangs there forever and never moves on to the login prompt. I enabled
verbose Windows installer logging, and was able to see that there is a custom
action in the vendor's MSI which never completes. There is no error, it just
says that it is starting the custom action and then ... nothing.

Any idea of what actions I can take to get this software upgraded through
Group Policy? If we have to go manually uninstall it from every computer,
it's going to be a real nightmare.

.



Relevant Pages

  • Re: 2000-to-2003 upgrade questions
    ... will upgrade to 512MB RAM, the machine's maximum, as you suggest. ... However, even when you uninstall, Word does not delete ... What is the best way to install the upgrade? ...
    (microsoft.public.word.docmanagement)
  • Re: ASP.Net 2.0 Uninstall
    ... I found the msi. ... I rgith clicked and tried to uninstall. ... until you find the one which corresponds to the .Net Framework 2.0. ... That is not the correct install path. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Redeploying Software
    ... Deploying and upgrading software: ... So if I received a new msi that incorporated changes for the same ... workstations using Group Policy software install. ... msi package that I can redeploy or upgrade. ...
    (microsoft.public.windows.group_policy)
  • Re: 2000-to-2003 upgrade questions
    ... Microsoft MVP. ... will upgrade to 512MB RAM, the machine's maximum, as you suggest. ... However, even when you uninstall, Word does not ... What is the best way to install the upgrade? ...
    (microsoft.public.word.docmanagement)
  • Re: Help please Office 2003 screwed up
    ... When you said the upgrade "bombed" because the Office 2007 "was a full version" did you mean to imply you may have run out of disk space? ... Typically Windows would have given a warning about low disk space prior to beginning the install process. ... If the System Restore option isn't viable, you can uninstall Office and try ...
    (microsoft.public.office.setup)

Loading