Re: Windows "msi" and "-int.msi"

From: "Lane Van Ingen" <lvaningen(at)esncc(dot)com>
To: "T(dot) Lackey" <lackey(at)ltu(dot)edu>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Windows "msi" and "-int.msi"
Date: 2005-10-25 14:04:04
Message-ID: EKEMKEFLOMKDDLIALABIAEDOCEAA.lvaningen@esncc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

When installing under Windows in a batch file (non-interactive), use the
'int' version with parameters such as you see in sample below. The other
version is a wrapper program which basically allows you to enter the same
parameters interactively.

Here is 'int' sample , used for 8.0 install:
msiexec /i postgresql-8.0-int.msi /qb ADDLOCAL=server,psql INTERNALLAUNCH=1
SERVICEACCOUNT=<logon ID> SERVICEPASSWORD=<pswd> SUPERUSER=<logon ID>
SUPERPASSWORD=<pswd> BASEDIR=%PGRESQLDB% /l*v install.log

Get more info at
http://pginstaller.projects.postgresql.org/silent.html
-----Original Message-----
From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org]On Behalf Of T. Lackey
Sent: Tuesday, October 25, 2005 9:45 AM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] Windows "msi" and "-int.msi"

After downloading the windows beta version postgresql-8.1-beta versions
and applying WinZip the following two files show up.

postgresql-8.1-betaX-int.msi
and
postgresql-8.1-betaX.msi

What is the significance of the "-int"? What does it mean or stand for?

Thanks, Tom

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Elphick 2005-10-25 15:17:32 Re: First Install
Previous Message Tom Lane 2005-10-25 14:01:54 Re: pg_dump ordering problem