win32 installer problem

From: "zz74" <contriver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: win32 installer problem
Date: 2004-12-24 19:39:55
Message-ID: 1103917195.419977.239130@z14g2000cwz.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Probably not even worth a bug report, but an entry in the install FAQ..
or a fix in the installer.. whatever. should be pretty uncommon.

rc2 would not install (had not attempted to use any prior rc/beta
either).

last 2 lines of initdb.log showed:
command ""C:/Program Files/PostgreSQL/8.0.0-rc2/bin/postgres.exe" -boot
-x1 -F template1": Invalid argument

initdb: removing contents of data directory "C:/Program
Files/PostgreSQL/8.0.0-rc2/data"

pure lucky guessing solved the issue, but RC2 will not install if your
environment has a non-default ComSpec (say if you're using cygwin or
4nt or console or modified it just for kicks.) deleting the env var,
installing, and then setting it back seems to work fine.
or perhaps the install can locally or temporarily set it to
%SystemRoot%\system32\cmd.exe and everything should work fine.

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2004-12-24 20:15:00 Re: default index for primary key of a table
Previous Message A. Mous 2004-12-24 18:52:22 Re: 8.0 Beta3 worked, RC1 didn't!