
Signature
Phil Wilson
[MVP Windows Installer]
> It's repairing itself - the event log should have more detail about what it
> thinks is broken.
[quoted text clipped - 28 lines]
> > BR,
> > Hugo
Hello,
Thanks for the reply.
In fact, I only found the answer after reading this page:
http://weblogs.asp.net/jdennany/archive/2004/08/24/219799.aspx
Resuming:
To fix the problem, we must un-register and register the mergemod.dll.
This dll is usually found in "C:\Program Files\Common Files\Microsoft
Shared\MSI Tools\mergemod.dll".
BR,
Hugo
edhavelaar@gmail.com - 10 Aug 2007 03:45 GMT
On Jul 18, 8:26 pm, Hugo Venancio
<HugoVenan...@discussions.microsoft.com> wrote:
> > It's repairing itself - the event log should have more detail about what it
> > thinks is broken.
[quoted text clipped - 46 lines]
>
> - Show quoted text -
Hi, unregester and reregister how exactly?
Ed
Gary B - 05 Sep 2007 22:32 GMT
Thanks, that solved it for me too...
use:
regsvr32.exe /u "C:\Program Files\Common Files\Microsoft Shared\MSI
Tools\mergemod.dll"
regsvr32.exe "C:\Program Files\Common Files\Microsoft Shared\MSI
Tools\mergemod.dll"
respectively...
Gary