Re: [WiX-users] VC8 runtime merge module and COM registration on Vista, error 0x800736B1

2007-05-17 Thread Scott Palmer
all time (Tallow, Heat etc). Phil Wilson -- *From:* Scott Palmer [mailto:[EMAIL PROTECTED] *Sent:* Thursday, May 17, 2007 11:58 AM *To:* Wilson, Phil *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] VC8 runtime merge module and COM registration on Vista, erro

Re: [WiX-users] VC8 runtime merge module and COM registration on Vista, error 0x800736B1

2007-05-17 Thread Wilson, Phil
sourceforge.net Subject: Re: [WiX-users] VC8 runtime merge module and COM registration on Vista, error 0x800736B1 Apparently... The questions remain: Why not? and... How do I fix it? It now appears that a custom action I need to run fails for the same reason. Scott On 5/17/07, Wilson, Phil &l

Re: [WiX-users] VC8 runtime merge module and COM registration on Vista, error 0x800736B1

2007-05-17 Thread Scott Palmer
time. Phil Wilson -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Scott Palmer *Sent:* Thursday, May 17, 2007 11:42 AM *To:* wix-users@lists.sourceforge.net *Subject:* [WiX-users] VC8 runtime merge module and COM registration on Vista,error 0x

Re: [WiX-users] VC8 runtime merge module and COM registration on Vista, error 0x800736B1

2007-05-17 Thread Wilson, Phil
[WiX-users] VC8 runtime merge module and COM registration on Vista,error 0x800736B1 I have a problem on Vista where my COM DLLs don't register (HRESULT = 0x800736B1) .. after Googling it seems this is caused by the C runtime not being installed. (All other DLLs that are compiled with VC6 o

[WiX-users] VC8 runtime merge module and COM registration on Vista, error 0x800736B1

2007-05-17 Thread Scott Palmer
I have a problem on Vista where my COM DLLs don't register (HRESULT = 0x800736B1) .. after Googling it seems this is caused by the C runtime not being installed. (All other DLLs that are compiled with VC6 or supplied by others register fine.) My installer also works fine on Windows XP. I instal