You need to look a bit earlier in the logfile to
determine where the error is - the log you have here is only from the MSI
rollback.
How far into the installation do you get befoer it
fails?
//Magnus
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juu
Sent: Sunday, February 20, 2005 7:16 AM
To: pgsql-bugs@postgresql.org
Subject: [BUGS] problem installing postgresql-8.0.1 on Windows 2KIt gives a non-descriptive error message "Installation ended prematurely because of an error". It is repeatable. The end of the log file is the following: Property(C): OriginalDatabase = C:\tmp\postgresql-8.0.1\postgresql-8.0-int.msi Property(C): SOURCEDIR = C:\tmp\postgresql-8.0.1\ Property(C): VersionHandler = 2.00 Property(C): UILevel = 5 Property(C): ACTION = "" Property(C): EXECUTEACTION = INSTALL Property(C): ROOTDRIVE = C:\ Property(C): CostingComplete = 1 Property(C): OutOfDiskSpace = 0 Property(C): OutOfNoRbDiskSpace = 0 Property(C): PrimaryVolumeSpaceAvailable = 0 Property(C): PrimaryVolumeSpaceRequired = 0 Property(C): PrimaryVolumeSpaceRemaining = 0 Property(C): INSTALLLEVEL = 1 === Logging stopped: 2/20/2005 07:57:46 === MSI (c) (64:E0): Note: 1: 1708 MSI (c) (64:E0): Note: 1: 2205 2: 3: Error MSI (c) (64:E0): Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1708 MSI (c) (64:E0): Note: 1: 2205 2: 3: Error MSI (c) (64:E0): Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 MSI (c) (64:E0): Product: PostgreSQL 8.0 -- Installation failed. MSI (c) (64:E0): Grabbed execution mutex. MSI (c) (64:E0): Cleaning up uninstalled install packages, if any exist MSI (c) (64:E0): MainEngineThread is returning 1603 === Verbose logging stopped: 2/20/2005 07:57:46 === Any ideas?