Re: [WiX-users] Wix and PostgreSQL

2009-11-23 Thread dB .
If you didn't get your answer for 2) yet, http://msiext.codeplex.com has a DataSource extension that has ODBC mechanisms that will work against Postgresql. Would be nice if someone contributed Postgresql-specific constructs too. Cheers dB. dB. @ dblock.org Moscow|Geneva|Seattle|New York --

Re: [WiX-users] Wix and PostgreSQL

2009-09-09 Thread Adrian Serafin
First thing you need to download Bootstrapper Manifest Generator and generate a package for postgresql (you will need an installer, for example: postgresql-8.4.0-1-windows). For me it creates directory in MyDocuments folder. You need to copy it to C:\Program Files\Microsoft SDKs\Windows\v6.0A\Boo

Re: [WiX-users] Wix and PostgreSQL

2009-09-09 Thread Slide
Would you be willing to share your bootstrapper setup for postgres? Thanks, slide On Wed, Sep 9, 2009 at 3:12 AM, Adrian Serafin wrote: > > Hi! > > I have to install Postgresql server before installing my own application, > create database and run some scripts against it. Now I'm installing >