Re: Silent Uninstall of Postgres - Mailing list pgsql-general

From Magnus Hagander
Subject Re: Silent Uninstall of Postgres
Date
Msg-id 46A6548C.4070904@hagander.net
Whole thread Raw
In response to Silent Uninstall of Postgres  (Joe L <superist_joe@yahoo.com>)
List pgsql-general
Joe L wrote:
> Hi,
>
> I saw the page on silent installation of postgres, but I want to be able
> to uninstall postgres when my product is uninstalled, silently.  I
> couldn't find the product ID anywhere, which is the method I'm using for
> uninstalling the JRE.
>
> Any help on how to uninstall silently would be great.

If you have the MSi around, just
msiexec /qn /x postgresql-8.2-int.msi

If not, you can find the GUID in the registyr. IIRC, it's somewhere in
HKLM\Software\PostgreSQL\Installations.

//Magnus

pgsql-general by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Will partial index creation use existing index?
Next
From: Gregory Stark
Date:
Subject: Re: Will partial index creation use existing index?