Re: [WiX-users] SQL 2005 Express Pre-Requisite

2008-11-06 Thread Bob Arnson
Hesham Desouky wrote: > Is there any method to make the bootstrapper stub by pass SQL 2005 Express > if users don't want to install (client installation not server installation > for example)? > That would have to be a feature of whichever bootstrapper you're using. -- sig://boB http://joyofs

[WiX-users] SQL 2005 Express Pre-Requisite

2008-11-06 Thread Hesham Desouky
Hello All I would like to have SQL 2005 Express as a pre-requisite to my wix installation in bootstrapper The problem is, users can choose not to install the SQL 2005 in some scenarios. Is there any method to make the bootstrapper stub by pass SQL 2005 Express if users don't want to install (cli