Re: [DUG] UAC control

2010-05-02 Thread Ross Levis
Subject: Re: [DUG] UAC control Why not just include an administrator manifest and have you application run with administrator privileges all the time. On Sun, May 2, 2010 at 12:53 PM, Ross Levis r...@stationplaylist.com wrote: Relaunching is not really an option, as it could be playing a media

Re: [DUG] UAC control

2010-05-02 Thread Conor Boyd
. To: delphi@delphi.org.nz Subject: [DUG] UAC control I'm back to this subject again. I released a new version of my software using the TCP server/client method to communicate with a separate elevated app where I do my HKLM writing etc. But this is turning out to be a nightmare

Re: [DUG] UAC control

2010-05-02 Thread Ross Levis
Subject: Re: [DUG] UAC control Do you still need an example of how to invoke an elevated COM DLL? I can probably rustle an example up if you do. Cheers, C. _ From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Ross Levis Sent: Saturday, 1

Re: [DUG] UAC control

2010-05-01 Thread Paul
A listening socket is normally blocked by firewalls and virus scanners. Use named pipes instead. Paul - Original Message - From: Ross Levis To: delphi@delphi.org.nz Sent: Saturday, May 01, 2010 4:49 AM Subject: [DUG] UAC control I'm back to this subject again. I

Re: [DUG] UAC control

2010-05-01 Thread Ross Levis
. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] UAC control A listening socket is normally blocked by firewalls and virus scanners. Use named pipes instead. Paul - Original Message - From: Ross Levis mailto:r...@stationplaylist.com To: delphi@delphi.org.nz

Re: [DUG] UAC control

2010-05-01 Thread Paul
, 1 May 2010 9:32 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] UAC control A listening socket is normally blocked by firewalls and virus scanners. Use named pipes instead. Paul - Original Message - From: Ross Levis To: delphi

Re: [DUG] UAC control

2010-05-01 Thread Ross Levis
investigate named pipes. Hopefully I can send a fixed record structure this way. Ross. From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Paul Sent: Saturday, 1 May 2010 11:48 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] UAC control

Re: [DUG] UAC control

2010-05-01 Thread Paul Heinz
Hi Ross I'm back to this subject again. I'm not sure if anyone has already indicated this discussion: The trick of launching yourself again as elevated with a command line parameter seems pretty straightforward if you're not comfortable with writing COM servers.

Re: [DUG] UAC control

2010-05-01 Thread Ross Levis
List Subject: Re: [DUG] UAC control Hi Ross I'm back to this subject again. I'm not sure if anyone has already indicated this discussion: The trick of launching yourself again as elevated with a command line parameter seems pretty straightforward if you're not comfortable with writing COM servers

Re: [DUG] UAC control

2010-05-01 Thread Jeremy North
. Ross. -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Paul Heinz Sent: Sunday, 2 May 2010 2:03 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] UAC control Hi Ross I'm back to this subject again. I'm

[DUG] UAC control

2010-04-30 Thread Ross Levis
I'm back to this subject again. I released a new version of my software using the TCP server/client method to communicate with a separate elevated app where I do my HKLM writing etc. But this is turning out to be a nightmare with firewalls. The proper method is to write a DLL which does