windows installer STILL pops up

K

kebmo

Still pops up.

-----Original Message-----
Hi

See "Every time I launch my application, Windows Installer performs an
installation. How can I determine the cause of the on- demand installation?"
in the FAQ at

http://www.microsoft.com/windows2000/community/centers/ma nagement/msi_faq.mspx

To access the Application Log in the Event viewer,
run the following command from Start/Run:

eventvwr.msc


If a product code is listed there, MSIZAP.EXE is maybe able to fix this
issue, it is included as a utility in the support tools installation
package (on your WinXP CD) with some additional documentation included
in suptools.chm (installed by suptools.msi).

It will remove all Windows Installer entries for a product key that you feed it
with.

Based on the documentation in
http://msdn.microsoft.com/library/en- us/msi/setup/msizap_exe.asp

this is what you should run:

msizap T {product code}


--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter


.
Additionally when clicking on the warning I get the
following info. "Detection of product '{7FB37294-8155-
11D3-A809-0050BAAFB1BB}', feature 'CoreApp',
component '{7FB37296-8155-11D3-A809-0050BAAFB1BB}'
failed. The resource 'K:\biz plan 4\bplan4.exe' does not
exist."
 
T

Torgeir Bakken (MVP)

kebmo said:
Additionally when clicking on the warning I get the
following info. "Detection of product '{7FB37294-8155-
11D3-A809-0050BAAFB1BB}', feature 'CoreApp',
component '{7FB37296-8155-11D3-A809-0050BAAFB1BB}'
failed. The resource 'K:\biz plan 4\bplan4.exe' does not
exist."

Hi

Have you tried

msizap T {7FB37294-8155-11D3-A809-0050BAAFB1BB}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top