Automatic installs
Jonathan Barnhart <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Could the PG installer be fixed so the following command would work perfectly instead of almost perfectly? start /wait msiexec /i postgresql-8.0-int.msi SUPERPASSWORD="postgres" SUPERPASSWORDV="postgres" INTERNALLAUNCH=1 SERVICEPASSWORD="postgres" SERVICEPASSWORDV="postgres" SERVICEOK=1 INITDBOK=1 /qr The problem is that the user account is not created. If the user account has been created in the past, it works PERFECTLY with building the database etc. But the account creation gives no error and does not go. ===== "We'll do the undoable, work the unworkable, scrute the inscrutable and have a long, hard look at the ineffable to see whether it might not be effed after all" ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend