Re: [WiX-users] ServiceDependency and InstallUtil

2009-11-24 Thread Neil Sleightholm
in this extension that may help http://codeplex.codeplex.com/. Neil -Original Message- From: Andy2k8 [mailto:appr...@gmail.com] Sent: 23 November 2009 17:10 To: wix-users@lists.sourceforge.net Subject: [WiX-users] ServiceDependency and InstallUtil I have 2 services. An unmanaged VC

Re: [WiX-users] ServiceDependency and InstallUtil

2009-11-24 Thread Blair
[mailto:appr...@gmail.com] Sent: Monday, November 23, 2009 9:10 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] ServiceDependency and InstallUtil I have 2 services. An unmanaged VC++ service and a .NET service. I use and to handle the unmanaged service and InstallUtil CA to install the .NET

[WiX-users] ServiceDependency and InstallUtil

2009-11-23 Thread Andy2k8
I have 2 services. An unmanaged VC++ service and a .NET service. I use and to handle the unmanaged service and InstallUtil CA to install the .NET service. How do i set the .NET service dependency to VC++ service in this scenario?? Can i do it from WiX?? Or should i be handling the dependency