Re: [WiX-users] Installing a service wich is also a COM server

2009-01-22 Thread Rob Mensching
lso a COM server Would you like this in a bug/feature request? Neil -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: 22 January 2009 16:02 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing a service wich is also

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-22 Thread Neil Sleightholm
Would you like this in a bug/feature request? Neil -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: 22 January 2009 16:02 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing a service wich is also a COM server 1

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-22 Thread Rob Mensching
al Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Wednesday, January 21, 2009 09:30 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing a service wich is also a COM server 1. Looking at the fairly standard set of .Net and VB COM files I would

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-21 Thread Neil Sleightholm
3. Does anybody actually use that other stuff? -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Tuesday, January 20, 2009 22:28 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing a service wich is also a COM server &

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread Rob Mensching
t: Tuesday, January 20, 2009 22:28 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing a service wich is also a COM server >> Like which ones? Implemented Categories: HKCR\CLSID\{guid1}\Implemented Categories\{guid2} Any entries for assemblie

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread Neil Sleightholm
rward HKCR\CLSID\{guid}\MiscStatus HKCR\CLSID\{guid}\ToolBoxBitmap32 Neil -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: 20 January 2009 17:36 To: General discussion for Windows Installer XML toolse

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread Rob Mensching
Like which ones? -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Tuesday, January 20, 2009 09:04 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing a service wich is also a COM server Yes that is probably what I

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread Neil Sleightholm
nuary 20, 2009 06:31 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing a service wich is also a COM server I would install the service using the elements and then do the COM bit by writing the relevant registry entries using . The hard bit is generatin

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread John McLean, Jr.
I received your email. I have forwarded this to John Jr. He's on a job site but will respond asap. Thanks John Tel: 713-780-7262 Fax: 713-780-3010 http://www.jmatech.com This message and its attachments are for the sole use of the intended recipients. They may contain confidential, privil

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread Michael Baker
>I would install the service using the elements and then do the >COM bit by writing the relevant registry entries using . >The hard bit is generating the registry values as I don't think heat can >harvest COM servers, if the code is written in C++ you should be able to >get the values from the sou

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread Rob Mensching
ndows Installer XML toolset. Subject: Re: [WiX-users] Installing a service wich is also a COM server I would install the service using the elements and then do the COM bit by writing the relevant registry entries using . The hard bit is generating the registry values as I don't think heat can h

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread Neil Sleightholm
I would install the service using the elements and then do the COM bit by writing the relevant registry entries using . The hard bit is generating the registry values as I don't think heat can harvest COM servers, if the code is written in C++ you should be able to get the values from the source r