BUG #2344: Silent installers fails

From: "Anton" <support(at)firedigit(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2344: Silent installers fails
Date: 2006-03-20 20:01:43
Message-ID: 200603202001.k2KK1hWL065120@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2344
Logged by: Anton
Email address: support(at)firedigit(dot)com
PostgreSQL version: 8.1.2
Operating system: Windows XP
Description: Silent installers fails
Details:

Hi All,

When the installer creates the user account, I get the following error:

Internal Account lookup failure
No mapping between account names and security ID's was done.

Here is the silent installer command:

msiexec /i C:\hsm\source\pgsql\postgresql-8.1-int.msi /qr INTERNALLAUNCH=1
ADDLOCAL=server,psql,pgadmin SERVICEDOMAIN=%COMPUTERNAME%
SERVICEACCOUNT=fd202016fd SERVICEPASSWORD=fd_pgsql SUPERUSER=root
SUPERPASSWORD=fd_hsm PERMITREMOTE=1 ENCODING=UTF8 CREATESERVICEUSER=1
BASEDIR=C:\hsm\postgres

This is run from an NSIS installer (with ExecWait).
The user account "fd202016fd" specified was created.

Any idea what could cause this and what could be a workaround?

Thanks,
Anton

Browse pgsql-bugs by date

  From Date Subject
Next Message Neil Conway 2006-03-20 21:43:01 Re: how to put back?
Previous Message Anton 2006-03-20 20:01:28 BUG #2343: Silent installers fails