Re: [BUGS] problem with silent installation

2008-03-27 Thread acordner
I am installing 8.1.4 on a Windows XP SP2 virtual machine (VMWare). It seems that if I specify BASEDIR= in my command line, and is NOT the default install path, I get the error "internal account lookup failure" immediately after the postgres user account is created. If I leave the BASEDIR stateme

Re: [BUGS] problem with silent installation

2008-03-14 Thread acordner
Remove the "docs" feature from ADDLOCAL. This will prevent error 2711 (installation package could not be opened). I also had problems using the SERVICEDOMAIN="%COMPUTERNAME% argument - it seems to cause MSI to report errors 1708 and 1709 and aborts the installation. divya shree wrote: > > hi

[BUGS] problem with silent installation

2008-03-04 Thread divya shree
hi, when i try silent installation of postgres using the example in your website msiexec /i postgresql-8.0.0-rc1-int.msi /qr INTERNALLAUNCH=1 ADDLOCAL=server,psql,docs SERVICEDOMAIN="%COMPUTERNAME%" SERVICEPASSWORD="SecretWindowsPassword123" SUPERPASSWORD="VerySecret"