Hi Seth,
I'm by no means an expert in this subject matter of MSI packages, but I'll
try to assist you to the best of my ability. This can occur on any server,
it's not specific to Cluster servers. This problem can happen when the
application is not completely uninstalled from the system. Try to do the
following to check:
If the application is a Windows Service -
1. Go to START, RUN and type (without the quotes): "Services.MSC" and click
OK.
2. If the service exists in the list, you will need to use INSTALLUTIL.EXE
to
remove it. To use INSTALLUTIL, do the following:
* Go to START, RUN and open a command prompt by typing CMD. Navigate to
the
C:\Windows(or WINNT)\Microsoft.NET\Framework\(version number)\
* InstallUtil should be in this directory. Then type the following
(without
the quotes): INSTALLUTIL /U "Path to the .exe for the service"
* After the service is removed, you should be able to move forward with
the
installation.
If the application is a component in the Global Assembly Cache, do the
following:
1. Navigate to the C:\Windows(or WINNT)\Assembly and check to see if the
component
is listed in the GAC folder.
2. If it is, you will need to use GACUTIL.EXE /U to uninstall the component
from
the GAC. Use GACUTIL the same way you would use INSTALLUTIL (above) except
set the
pathing information to the location of the .DLL or component used for the
GAC.
If the application is a Windows or Web application -
1. Go to START, RUN and type the following: MSIEXEC /X "path to the .MSI
file you
want to uninstall" and click OK.
2. After the application is uninstalled, try installing your MSI file again.
If you
get the same error, then some portion of the application still exists on the
machine. You will want to use MSIZAP to remove the product, or you can
search for
the PRODUCTID of the msi package in the registry and remove the associated
registry
keys. The Product ID looks like {xxxxx-xxxxx-xxx-xxxxx-xxxxx}
--
Hope this helps,
Mike Rosado
Windows 2000 MCSE + MCDBA
Microsoft Enterprise Platform Support
Windows NT/2000/2003 Cluster Technologies
====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
<http://www.microsoft.com/info/cpyright.htm>
-----Original Message-----
Post by sethbeen having problems on my new 2 node cluster servers (2003), errors 1517
and 1524 about not being able to unload registry because of an application
using it. in article 837115 their fix is the user profile cleanup service.
i've used it previously and worked fine. but now can't use it on the new
servers.
when i try to install it, it says "the advertised application will not be
installed because it might be unsafe. contact the administrator to change
the user interface option of the package to basic."
running it as domain administrator.
why does this happen? does terminal services have anything to do with it?