Re: BUG #2343: Silent installers fails

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Support FireDigit" <support(at)firedigit(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #2343: Silent installers fails
Date: 2006-03-24 18:15:43
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0F8A1@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> it works when run manually, it looks like the combination
> NSIS installer and the MSI installer doesn't work very well.
> I did what you suggested, I created a user before launching
> the installer and the installer failed this time with the
> following error.
>
> User "some binary signs"4/"some binary signs" could not be found.
> replace "some binary signs" with some binary signs.
>
> The user was correctly created with the right permissions and
> the silent installer command was:
>
> 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=0
> BASEDIR=C:\hsm\postgres Anton

My first guess is that NSIS somehow mixes up the commandline. Can you
try sticking the full command in a .bat-file, and have NSIS call the
.bat?

//Magnus

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2006-03-24 21:35:39 Re: Error in ecpg
Previous Message Philip Crotwell 2006-03-24 17:00:44 BUG #2357: docs for mod() are wrong