Thanks, I got it working, in the log, it told me the 'docs' module could not be found, so I removed it. But now, further, in the installation, it tells me, invalid username specified, Logon failure - unknown username or password. Now my question, this installer will need to be installed on numerous machines. So what do I put for the username and password values in the command prompt? -----Original Message----- From: pgsql-general-owner@xxxxxxxxxxxxxx [mailto:pgsql-general-owner@xxxxxxxxxxxxxx] On Behalf Of Magnus Hagander Sent: 05 June 2006 03:30 PM To: Greg; pgsql-general@xxxxxxxxxxxxxx Subject: Re: [GENERAL] Installing PostGreSQL automatically > tried calling the '-int' MSI but I get an error telling me "The > installer has encountered an unexpected error installing this package. > This may indicate a problem with the package. > The error code is 2711." > > This is my command line > > msiexec /i postgresql-8.1.msi /qr INTERNALLAUNCH=1 > ADDLOCAL=server,psql,docs SERVICEDOMAIN="%COMPUTERNAME%" > SERVICEPASSWORD="SecretWindowsPassword123" > SUPERPASSWORD="VerySecret" BASEDIR="c:\postgres" You definitly should be using -int. You'll need to figure out what the 2711 indicates, that's an actual problem. Try enabling logging and see if that helps you (with the -int), by appending something like /log install.log And it should tell you waht is wrong. //MAgnus ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly