Re: [WiX-users] Install pre-requisites from server manager features

2009-02-27 Thread Don Benson
Search for launch conditions. You'll probably want an immediate custom action (or multiple actions) to run before launch conditions Most "features" can be traced to a service. I have a product that requires Message Queueing, which is the MSMQ service. Here is a VB.NET custom action I wrote usin

Re: [WiX-users] Install pre-requisites from server manager features

2009-02-26 Thread Richard Bennett
I'd be curious to find out about this as well... it's a curiosity I've had... if an application depends on a windows component that is part of the windows installer, how do they get installed? I don't know of any pre-requisite msi file that can be put in as part of a bootstrapper... then again, I