Re: win32 binaries - Mailing list pgsql-hackers-win32

From Magnus Hagander
Subject Re: win32 binaries
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B829@algol.sollentuna.se
Whole thread Raw
In response to win32 binaries  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers-win32
> > Yes, it uses Windows Installer (MSI). I persoanlly think this
> > is a big point. As a Windows admin, I prefer a MSI based
> > installation (if it's done the way it's supposed to be done,
> > and not just a MSI wrapper around a DLL with an old-style
> > installer) over nullsoft or similar packages. It provides a
> > standard way for unattended installations, uninstallation etc.
>
> Excellent - that's exactly why I use MSI for psqlODBC and
> pgAdmin. What tools are you using?

I started off with a proprietary tool (just to get running), but just
when I was trying to decide which tool to use, WiX came along. So now
I'm using WiX.
It's fairly simple (just create/edit a couple of XML files), and it can
do a lot. THe downside is that there is no GUI to build things in, but
it's not difficult to do. And you have total control over what goes in
the MSI, unlike some of the proprietary MSI generating tools around. A
very good point about it is that it can be automated from the
commandline, so it can be built using a makefile.


It's also free (CPL). And it's the tool the MS themselves use...


http://wix.sourceforge.net/



//Magnus

pgsql-hackers-win32 by date:

Previous
From: "Dave Page"
Date:
Subject: Re: win32 binaries
Next
From: Andrew Dunstan
Date:
Subject: Re: Build error