Re: [WiX-users] SQL Scripts Question

2011-06-28 Thread CoolBreeze
That sounds like a good idea. Thanks I'll look at updating my installer. On Tue, Jun 28, 2011 at 9:58 PM, Michael Osmond wrote: > Hi > > What I have done, is to have two components for the Database, one is > conditioned to be installed if it is a clean install (not a major upgrade) > and the othe

Re: [WiX-users] SQL Scripts Question

2011-06-28 Thread Michael Osmond
Hi What I have done, is to have two components for the Database, one is conditioned to be installed if it is a clean install (not a major upgrade) and the other is installed on the major upgrade, not on clean install. The initial table creation script is against the first component, but not th