Thread: BUG #6191: One click installer fails
The following bug has been logged online: Bug reference: 6191 Logged by: Mark Lamberton Email address: mark@penguinsystems.com.au PostgreSQL version: 9.0.4-1 Operating system: Windows 7 Description: One click installer fails Details: Problem signature: Problem Event Name: BEX Application Name: install.exe_Microsoft® Visual Studio® 2008 Application Version: 9.0.30729.4148 Application Timestamp: 4a597677 Fault Module Name: install.exe Fault Module Version: 9.0.30729.4148 Fault Module Timestamp: 4a597677 Exception Offset: 0003f04b Exception Code: c0000417 Exception Data: 00000000 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 3081 Additional Information 1: 7e02 Additional Information 2: 7e02000cc9a98b1fce2b3132e623d86d Additional Information 3: 7a95 Additional Information 4: 7a95b5323f1cf363784ef70b5804c9c1
On Thu, Sep 1, 2011 at 2:47 AM, Mark Lamberton <mark@penguinsystems.com.au> wrote: > > The following bug has been logged online: > > Bug reference: =A0 =A0 =A06191 > Logged by: =A0 =A0 =A0 =A0 =A0Mark Lamberton > Email address: =A0 =A0 =A0mark@penguinsystems.com.au > PostgreSQL version: 9.0.4-1 > Operating system: =A0 Windows 7 > Description: =A0 =A0 =A0 =A0One click installer fails > Details: > > Problem signature: > =A0Problem Event Name: =A0 BEX > =A0Application Name: =A0 =A0 install.exe_Microsoft=AE Visual Studio=AE 20= 08 > =A0Application Version: =A09.0.30729.4148 Unfortunately that's the Microsoft VC++ 2008 runtime installer thats failing, not ours (we just embed theirs). If you already have them installed (which is quite often the case), or install them manually using the installer Microsoft offer on their download site - which is a different one from the one we're allowed to embed - you could then try running our installer from the command line using the option: "--install_runtimes 0" --=20 Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Thanks - worked a treat. Might be useful to have the installer check for the existence of the VC++ runtime - just a suggestion... Mark Lamberton > On Thu, Sep 1, 2011 at 2:47 AM, Mark Lamberton > <mark@penguinsystems.com.au> wrote: >> The following bug has been logged online: >> >> Bug reference: 6191 >> Logged by: Mark Lamberton >> Email address: mark@penguinsystems.com.au >> PostgreSQL version: 9.0.4-1 >> Operating system: Windows 7 >> Description: One click installer fails >> Details: >> >> Problem signature: >> Problem Event Name: BEX >> Application Name: install.exe_Microsoft® Visual Studio® 2008 >> Application Version: 9.0.30729.4148 > Unfortunately that's the Microsoft VC++ 2008 runtime installer thats > failing, not ours (we just embed theirs). If you already have them > installed (which is quite often the case), or install them manually > using the installer Microsoft offer on their download site - which is > a different one from the one we're allowed to embed - you could then > try running our installer from the command line using the option: > "--install_runtimes 0" > >