Re: [WiX-users] shared services question...

2012-09-27 Thread Steven Ogilvie
g/ServiceControl elements. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: September-27-12 10:43 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] shared services question... First off, I avoid merge modules and wix libs like th

Re: [WiX-users] shared services question...

2012-09-27 Thread Hoover, Jacob
ilto:jacob.hoo...@greenheck.com] Sent: September-26-12 1:40 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] shared services question... Can you show the component containing the Service executable, along with the ServiceInstall element (and their relation)? A

Re: [WiX-users] shared services question...

2012-09-26 Thread Steven Ogilvie
ember-26-12 1:40 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] shared services question... Can you show the component containing the Service executable, along with the ServiceInstall element (and their relation)? Are they in the same component? When you said

Re: [WiX-users] shared services question...

2012-09-26 Thread Hoover, Jacob
existing Wix elements? -Original Message- From: StevenOgilvie [mailto:sogil...@msn.com] Sent: Wednesday, September 26, 2012 12:32 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] shared services question... The 4 services are each a separate merge module, with "common

Re: [WiX-users] shared services question...

2012-09-26 Thread StevenOgilvie
The 4 services are each a separate merge module, with "common files" between them in two wixlibs The services creation/removal of services is code within the merge modules... (a side issue, a majority of the files do not get uninstalled either :( Steve -- View this message in context: http:

Re: [WiX-users] shared services question...

2012-09-26 Thread Hoover, Jacob
ssage- From: StevenOgilvie [mailto:sogil...@msn.com] Sent: Wednesday, September 26, 2012 11:51 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] shared services question... I have two installers that share 4 services... each service creates its service and "uninstalls&qu

[WiX-users] shared services question...

2012-09-26 Thread StevenOgilvie
I have two installers that share 4 services... each service creates its service and "uninstalls" its service: NOT Installed NOT Installed Installed Installed for the fileset I have added: SharedDllRefCount="yes" which will ensure that the files will not be unins