Automatic installs

From: Jonathan Barnhart <jdbarnhart(at)yahoo(dot)com>
To: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Automatic installs
Date: 2005-01-24 01:05:16
Message-ID: 20050124010516.9950.qmail@web53708.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Could the PG installer be fixed so the following command would work
perfectly instead of almost perfectly?

start /wait msiexec /i postgresql-8.0-int.msi SUPERPASSWORD="postgres"
SUPERPASSWORDV="postgres" INTERNALLAUNCH=1 SERVICEPASSWORD="postgres"
SERVICEPASSWORDV="postgres" SERVICEOK=1 INITDBOK=1 /qr

The problem is that the user account is not created. If the user
account has been created in the past, it works PERFECTLY with building
the database etc. But the account creation gives no error and does not
go.

=====
"We'll do the undoable, work the unworkable, scrute the inscrutable and have a long, hard look at the ineffable to see whether it might not be effed after all"

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Nicolai Tufar 2005-01-24 02:00:29 Re: [HACKERS] %2$, %1$ gettext placeholder replacement is not working under Win32
Previous Message Edin Kadribasic 2005-01-23 17:49:27 Re: Include files for static VC libpq.lib