Re: windows - silent uninstall question

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: windows - silent uninstall question
Дата
Msg-id 20061220145247.GA28321@svr2.hagander.net
обсуждение исходный текст
Ответ на windows - silent uninstall question  ("Amit Mody" <amody@sco.com>)
Список pgsql-general
On Tue, Dec 19, 2006 at 05:42:05PM -0500, Amit Mody wrote:
> Hi,
>
> I am packaging the postgres database in my application and for this I
> need to do a silent install and uninstall, the msiexec for install works
> great. Is there a similar utility for uninstall. If not, are there any
> other options to achieve this??

you can use the standard msiexec parameters for this. Either:
msiexec /x postgresql-8.2-int.msi

Or
msiexec /x {guid}

(sorry, can't remember the guid offhand, but it's in the installer
source or in the registry on a machine where it's installed)

//Magnus

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plperl trigger problem
Следующее
От:
Дата:
Сообщение: citing postgresql?