Re: [WiX-users] Dependency on Sql Server

2010-06-24 Thread Michael Osmond
[mailto:os...@live.com] Sent: Friday, 25 June 2010 6:11 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Dependency on Sql Server Just looking at it from a naïve point-of-view, and seeing what is on my own computer (I have two instances of SQLServer in

Re: [WiX-users] Dependency on Sql Server

2010-06-24 Thread Blair
rom: dB. [mailto:dbl...@dblock.org] Sent: Thursday, June 24, 2010 9:34 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Dependency on Sql Server We have the same problem, would love a solution. Did you try creating two components with services, one with a dependency

Re: [WiX-users] Dependency on Sql Server

2010-06-24 Thread dB .
We have the same problem, would love a solution. Did you try creating two components with services, one with a dependency and another without? Then condition them based on, say, SQLSERVER_IS_LOCAL. Try setting and not setting the property and see if that works. Once it does, you can start tryin