Re: [WiX-users] How to configure SQL Express bootstrap

2007-10-03 Thread Eric Latendresse
configure SQL Express bootstrap Find the Package.xml file for SQL Express, edit it and look for the mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Tuesday, October 02, 2007 5:41 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to configure SQL Express bootstrap

Re: [WiX-users] How to configure SQL Express bootstrap

2007-10-02 Thread Eric Latendresse
Excellent, Thanks! Eric From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 4:57 PM To: Eric Latendresse; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to configure SQL Express bootstrap Find the Package.xml file for SQL Express, edit it and

Re: [WiX-users] How to configure SQL Express bootstrap

2007-10-02 Thread John Vottero
Find the Package.xml file for SQL Express, edit it and look for the mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Tuesday, October 02, 2007 5:41 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to configure SQL Express bootstrap I created a bootstrapper with

[WiX-users] How to configure SQL Express bootstrap

2007-10-02 Thread Eric Latendresse
I created a bootstrapper with MSbuild to install SQL Express, but I'd like to change the configuration... Since it is in a bootstrap it doesn't show the install wizard. Surely configuring the database engine is possible. Does someone have an example or can please point me in the right direction?