Hi Jim,
[quoted text, click to view] >"This advertised application will not be installed because
>it might be unsafe. Contact your administrator to change
>the installation user interface option of the package to basic."
This problem could happen when the application is not completely
uninstalled from the system. I suggest you can test the following approach
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}
Thanks!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C
www.microsoft.com/security Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.