Re: Windows Vista support (Buildfarm Vaquita)

From: Dave Page <dpage(at)postgresql(dot)org>
To: Dave Page <dpage(at)postgresql(dot)org>, meskes(at)postgresql(dot)org, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows Vista support (Buildfarm Vaquita)
Date: 2007-05-10 10:05:39
Message-ID: 4642EE73.6040805@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Meskes wrote:
> On Wed, May 09, 2007 at 12:46:52PM +0100, Dave Page wrote:
>> Oh, hang on... Vista's new 'security' features include popups that ask
>> permission from the user before running any installers. One of the more
>> basic checks they use is the filename - *anything* called setup.exe will
>> cause user confirmation to be required before it will run. I believe for
>> non-interactive sessions it'll just refuse to run. I just tried running
>> update.exe myself, and yes, you guessed it, a user confirmation dialog
>> popped up :-(
>
> Seems to be a little bit braindead to me.

Yeah - according to Microsoft we should include a manifest with the
executable these days that can prevent the check by specifying that
administrative privileges won't be needed by the executable - but that
involves us adding version resources to the exe, and generating the
manifest during build which seems somewhat over the top for a quick
regression test.

> But anyway, I renamed it and
> just committed the changes. Let's see if this works.

Thanks.

> P.S.: More on the other problem later.

OK.

Regards, Dave.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas ADI SD 2007-05-10 10:14:11 Re: Seq scans roadmap
Previous Message Michael Meskes 2007-05-10 09:54:36 Re: Windows Vista support (Buildfarm Vaquita)