Re: [WiX-users] Registry Issue

2013-01-25 Thread Joshua Drake
Fredrik Grohn users.sourceforge.net> writes: > The WiX COM+ CA's leaving registry keys behind has been mentioned > before, but I have never been able to > reproduce it. Are you able to provide some information on how I can > reproduce it Joshua? > > Fredrik The sample project I included at the

Re: [WiX-users] Registry Issue

2006-07-06 Thread Fredrik Grohn
July 06, 2006 4:41 PM To: 'jdrake'; wix-users@lists.sourceforge.net Cc: Fredrik Grohn Subject: Re: [WiX-users] Registry Issue Ahh, the COM+ MSI Creation Wizard... you know, I've spent years (on and off) trying to track down who owns that silly thing. I was hoping to get them to help do the right thi

Re: [WiX-users] Registry Issue

2006-07-06 Thread Rob Mensching
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jdrake Sent: Thursday, July 06, 2006 6:26 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Registry Issue > My apologies for not stating things more clearly, COM+ has the ability > to Export an M

Re: [WiX-users] Registry Issue

2006-07-06 Thread jdrake
ailto:[EMAIL PROTECTED] On Behalf Of jdrake > Sent: Wednesday, July 05, 2006 12:21 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Registry Issue > > > 3. That's is odd to me, the custom action part, because the COM+ Exported > Installers use a whole di

Re: [WiX-users] Registry Issue

2006-07-05 Thread Rob Mensching
PROTECTED] On Behalf Of jdrake Sent: Wednesday, July 05, 2006 12:21 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Registry Issue 3. That's is odd to me, the custom action part, because the COM+ Exported Installers use a whole different set of tables to do their installations. Also

Re: [WiX-users] Registry Issue

2006-07-05 Thread jdrake
1. Sure, I can likely provide some copy to hopefully improve the documentation. 2. I'll take a look to see if I can add any refrences. 3. That's is odd to me, the custom action part, because the COM+ Exported Installers use a whole different set of tables to do their installations. Also this cuto

Re: [WiX-users] Registry Issue

2006-07-05 Thread Rob Mensching
:21 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Registry Issue Yeah, I got that. Besides the MSDN is this documented anywhere in WiX? I am going to guess NO since the Search feature found nothing. You should consider this something like the SQL Query Analyzer, and at least p

Re: [WiX-users] Registry Issue

2006-07-05 Thread jdrake
Yeah, I got that. Besides the MSDN is this documented anywhere in WiX? I am going to guess NO since the Search feature found nothing. You should consider this something like the SQL Query Analyzer, and at least provide a link to the documentation for Windows Installer, the way it does to TSQL.

Re: [WiX-users] Registry Issue

2006-07-05 Thread Rob Mensching
@lists.sourceforge.net Subject: Re: [WiX-users] Registry Issue Okay so I read up a little bit and it appears that the registry key I am looking to remove does not exist. MSI (s) (60:08) [10:17:37:281]: Executing op: RegOpenKey(,Key=Interface\{3311A504-2A50-42D8-8E06-A2F6B9D0B614},,BinaryType =0) MSI

Re: [WiX-users] Registry Issue

2006-07-05 Thread jdrake
Okay so I read up a little bit and it appears that the registry key I am looking to remove does not exist. MSI (s) (60:08) [10:17:37:281]: Executing op: RegOpenKey(,Key=Interface\{3311A504-2A50-42D8-8E06-A2F6B9D0B614},,BinaryType=0) MSI (s) (60:08) [10:17:37:281]: Executing op: RegRemoveKey() MSI

Re: [WiX-users] Registry Issue

2006-07-03 Thread Bob Arnson
jdrake wrote: > So I try it myself and just when I think it all works I discover that: > Key="Interface\{3311A504-2A50-42D8-8E06-A2F6B9D0B614}" > Action="removeKeyOnUninstall" /> > > does NOT remove the key on uninstall, so I have to say HUH? Am I just too > stupid to understand the wonder of WiX

[WiX-users] Registry Issue

2006-07-03 Thread jdrake
I just want to install some COM+ Packages, but I cannot find ANY examples that WORK. So I try it myself and just when I think it all works I discover that: does NOT remove the key on uninstall, so I have to say HUH? Am I just too stupid to understand the wonder of WiX? -- View this message in