Hi
It's most likely Windows Installer doing an on-deman
installation...
See "Every time I launch my application, Windows Installer perform
an
installation. How can I determine the cause of the on-deman
installation?"
in the FAQ at
http://tinyurl.com/w5ov
To access the Application Log in the Event viewer,
run the following command from Start/Run:
eventvwr.msc
If you are running Windows XP (or have access to a Windows X
computer,
you can copy MSIZAP.EXE over to your Win2k computer):
If a product code is listed there and this product is not reall
installed,
MSIZAP.EXE is maybe able to fix this issue, it is included as
utility in
the support tools installation package (on your WinXP CD) with som
additional
documentation included in suptools.chm (installed by suptools.msi).
It will remove all Windows Installer entries for a product key tha
you feed
it with.
Note that if MSIZAP.EXE is used incorrectly it can affect othe
applications
on the machine.
Based on the documentation in
http://tinyurl.com/24mhn
this is what you should run:
msizap T {product code}
an example:
msizap T {FFB37294-1155-17D3-A809-0250BAAFB1AB}
--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 132
page
Scripting Guide:
http://www.microsoft.com/technet/scriptcenter * Torgeir thank you for such a speedy reply.The instructions you sen