Buenas tardes espero que me puedan ayudar, estoy tratando de instalar postgres silenciosamente en windows vista pero no me funciona... el comando que uso en un command prompt es el siguiente:
msiexec /i postgresql-8.3-int.msi /qb! INTERNALLAUNCH=1 ADDLOCAL=server,psql,psqlodbc DOSERVICE=1 DOINITDB=1 SERVICEDOMAIN=%COMPUTERNAME% SERVICEPASSWORD=mypass1 SUPERUSER=postgres SUPERPASSWORD=lustrabotas LISTENPORT=5432 PERMITEREMOTE=1 SERVICEOK=1 CREATESERVICEUSER=1 LOCALE=ES NOSHORTCUTS=1 Me sale una pantalla con este mensaje: The installer has encountered an unexcepted error installing this package. This may indicate a problem with this package. The error code is 2711 Revisando el log la ultimas lineas son las siguientes: Property(S): PrimaryVolumeSpaceRemaining = 0 Property(S): INSTALLLEVEL = 1 MSI (s) (F0:E4) [17:28:33:692]: Windows Installer installed the product. Product Name: PostgreSQL 8.3. Product Version: 8.3. Product Language: 1033. Installation success or error status: 1603. === Logging stopped: 16/09/2008 17:28:33 === Intente el mismo comando con la version 8.2.4 e instala sin problema espero que me puedan dar alguna idea de cual es el error gracias a todos de antemano.