Re: [WiX-users] Multiple Installs without Un-Install?

2008-07-26 Thread Daniel Zak
MSI; either an external UI > handler [a bit of work] or simply a batch script [or simply a utility] to > perform the installation, then when completed, perform a silent > un-installation. > > > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto: >

Re: [WiX-users] Multiple Installs without Un-Install?

2008-07-23 Thread Daniel Zak
TED] [mailto: > [EMAIL PROTECTED] On Behalf Of Daniel Zak > Sent: Wednesday, July 23, 2008 12:05 PM > To: [EMAIL PROTECTED]; General discussion for Windows > Installer XML toolset. > Subject: Re: [WiX-users] Multiple Installs without Un-Install? > > The user wants to have the abil

Re: [WiX-users] Multiple Installs without Un-Install?

2008-07-23 Thread Daniel Zak
27;m wondering if it wouldn't be simpler to just write a small > application utility and put it in the start menu to allow a user to perform > database management functions like creating additional named database > instances. > > How do you feel about that? > > --- On Wed,

Re: [WiX-users] Multiple Installs without Un-Install?

2008-07-22 Thread Daniel Zak
r product or only multiple > instances of your database? > > Christopher Painter, Author of Deployment Engineering Blog > Have a hot tip, know a secret or read a really good thread that deserves > attention? E-Mail Me > > > --- On Mon, 7/21/08, Daniel Zak <[EMAIL PROTECTED]>

[WiX-users] Multiple Installs without Un-Install?

2008-07-21 Thread Daniel Zak
Hello, I created a script to install an SQL Server database. A user needs to be able to run the script multiple times to install multiple databases. However, the script requires the user to first un-install the product (which does not delete the database) before being able to install a new databas