Re: Publisher name in UAC prompt with COM object
David R wrote:
What controls the company name displayed in the UAC prompt if the prompt is
displayed as a result of a CoCreateAsAdmin call? Right now our prompt is
showing "Microsoft Corporation", which doesn't look good coming from our
application.
IIRC, you get this behaviour if the DLL in question is loaded from the
Windows/System directory - Our Friends in Redmond assume that anything
in there is theirs by right.
Install the Dll elsewhere on the machine (it's a COM Component so its
physical location is largely irrelevant) and you'll get a /different/
dialog. So long as your code is digitally signed, you'll still get
something sensible and not the "An unknown program ... !!" one.
HTH,
Phill W.
.
Relevant Pages
- Re: Including modified SNTP component in the Release
... from a command line window <sysgen -p servers timesvc>. ... anything went wrong and if the DLL doesn't get output to your ... Microsoft Corporation ... This posting is provided "AS IS" with no warranties, and confers no rights. ... (microsoft.public.windowsce.embedded) - Re: can I startup a service which is a dll that is not part of the OS image?
... Software Design Engineer, Windows CE ... Microsoft Corporation ... > article "Implementing a Network Service on Windows CE" implies that it is. ... > If I run it as a service, where should I store the dll? ... (microsoft.public.windowsce.app.development) - Calling Functions From DLLs in 4NT8
... This batch language shields one from the rigors of developing ... DLL, but does not know how to do this. ... 4NT8 has a command called DELAY, which allows a batch program to pause ... the prompt will not be available for 5 seconds. ... (comp.os.msdos.4dos) - Re: Word 2000, stuck on requesting virus scan
... It may not be a DLL. ... > MSSPELL3.DLL Microsoft Speller Microsoft Corporation ... > OBALLOON.DLL Microsoft Office 2000 component Microsoft Corporation ... > WINWORD.EXE Microsoft Word for Windows Microsoft Corporation ... (microsoft.public.word.application.errors) - Security Question
... have an application that consists of a .exe file and a dll that the ... I then created a sample application that just uses the dll. ... for security for the sample application, ... is there any way that I can prompt ... (microsoft.public.pocketpc.developer) |
|