RE: [ODBC] RE: ODBC merge module for Microsoft Insta ller

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Ross J(dot) Reedstrom'" <reedstrm(at)rice(dot)edu>, Postgres Interface List <pgsql-interfaces(at)postgresql(dot)org>, "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org>
Subject: RE: [ODBC] RE: ODBC merge module for Microsoft Insta ller
Date: 2001-08-17 19:51:45
Message-ID: 8568FC767B4AD311AC33006097BCD3D61A2DAA@woody.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-odbc

> -----Original Message-----
> From: Ross J. Reedstrom [mailto:reedstrm(at)rice(dot)edu]
> Sent: 17 August 2001 17:12
> To: Postgres Interface List; 'pgsql-odbc(at)postgresql(dot)org'
> Subject: Re: [ODBC] RE: [INTERFACES] ODBC merge module for
> Microsoft Installer
>
>
> On Fri, Aug 17, 2001 at 08:17:49AM +0100, Dave Page wrote:
> >
> >
> > > -----Original Message-----
> > > From: Ashley Clark [mailto:aclark(at)ghoti(dot)org]
> > > Sent: 16 August 2001 19:09
> > > To: Postgres Interface List
> > > Subject: [INTERFACES] ODBC merge module for Microsoft Installer
> > >
> > >
> > > Could the ODBC developers create a merge module for Microsoft
> > > Installer?
> >
> > I could but this would mean I have yet another package to
> maintain -
> > would anyone else find this useful?
>
> Hmm, depends. I have to support some users of my database on
> Windows, using the ODBC driver. So, What's a merge module?
> Or is it one of those things that if I need to ask, I don't need it?

Probably :-) A merge module is a file or group of files that can be included
in an installation. In the case of the ODBC driver, the merge module would
contain the dll, dependency files (if there were any) and the registry
mods/API calls required to install the driver. Someone writing their own
installer for an application would then just include the merge module in
their installation and not have to worry about it.

In your case Ross, you can automate installations on your users machines
using the existing 'msi' download. From your network logon script, use a
command like:

msiexec /qn \\pdc\netlogon\psqlodbc.msi REBOOT="ReallySuppress"

If you're interested, I have some Kixtart code that we use to auto
install/upgrade the installer and a bunch of standard tools on >100 PC's.

Regards, Dave.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jason Orendorff 2001-08-18 03:55:13 Bad BigDecimal
Previous Message Ashley Clark 2001-08-17 18:54:14 Re: [ODBC] RE: ODBC merge module for Microsoft Installer

Browse pgsql-odbc by date

  From Date Subject
Next Message Killian May 2001-08-18 19:11:13 mdopen error
Previous Message Ashley Clark 2001-08-17 18:54:14 Re: [ODBC] RE: ODBC merge module for Microsoft Installer