Re: Problem uninstalling app via GPO
- From: "andythebritton" <andythebritton@xxxxxxxxx>
- Date: 10 Aug 2006 04:37:04 -0700
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.
.
- Prev by Date: Software Deployment through GPO?
- Next by Date: RE: custom ADM not appearing
- Previous by thread: Software Deployment through GPO?
- Next by thread: Re: Windows XP SP2 Popup Blocker
- Index(es):
Relevant Pages
|
Loading