Re: [WiX-users] Bootstrapping in WIX

2009-10-20 Thread Slide
This is what I used as a reference. http://wix.mindcapers.com/wiki/Bootstrapper Thanks, slide On Tue, Oct 20, 2009 at 5:38 AM, Afaque Khan wrote: > Hi, > > I am building a Simple setup which installs an application and two windows > services. > I want to know if there is any way by which you c

[WiX-users] Bootstrapping in WIX

2009-10-20 Thread Afaque Khan
Hi, I am building a Simple setup which installs an application and two windows services. I want to know if there is any way by which you can check if MS SQL Express is installed in the system or not, and if it is not then launch the setup (.msi file) of the SQL express. The user should also hav