Re: [WiX-users] Setting up a MySQL database as part of installation

2010-02-06 Thread Dale Stewart
MySQL++ is a nice wrapper library, not sure how well the GNU LGPL licensing fits in with WiX though. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Saturday, February 06, 2010 2:33 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-

Re: [WiX-users] difference between lit and light

2008-12-10 Thread Dale Stewart
See the diagram in the WiX help file (About WiX->Tools and Concepts). Lit creates a library that can be consumed by light. You don't have to use "lit", but if you want to package multiple "wxs" files into a reusable library, that is what you would use, as I understand it. -Original Message--