Re: BUG #1357: Installation via Terminal Service

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Winfried Maus" <wmaus(at)wmaus(dot)net>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1357: Installation via Terminal Service
Date: 2004-12-30 09:28:40
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE476494@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> The following bug has been logged online:
>
> Bug reference: 1357
> Logged by: Winfried Maus
> Email address: wmaus(at)wmaus(dot)net
> PostgreSQL version: 8.0
> Operating system: Windows Server 2003
> Description: Installation via Terminal Service
> Details:
>
> When trying to install PostgreSQL 8.0.0 RC2 within a CONSOLE
> Terminal Session, the installer prompts a dialog box, that
> PostgreSQL cannot be installed using a terminal session but
> must be run from the console.
>
> Since RDP Client 5.2 supports the /console switch to force a
> terminal session into console mode which works fine with
> every other software I tried to install, I consider this
> behaviour a bug in the PostgreSQL installer.
>
> Merry x-mas and greetings from Germany. :-)

I have seen this happen a couple of times, and it's because the
detection code in the installer is not working as it's supposed to. It's
based on an environment variable :-)
Log in using /console, start a cmd.exe prompt, run "set
SESSIONNAME=Console", and then start the installer. That should help.

I've added a tracker for this to the foundry page - this needs a fix.

//Magnus

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Meskes 2004-12-30 09:39:50 Re: ECPG CONNECT TO DEFAULT segfault
Previous Message Magnus Hagander 2004-12-30 09:18:58 Re: German Win32 Setup (V8 RC2)