Nope.
--
Richard G. Harper [MVP Shell/User]
* NEW! Catch my blog ...
http://msmvps.com/blogs/rgharper/
* PLEASE post all messages and replies in the newsgroups
* The Website -
http://rgharper.mvps.org/
* HELP us help YOU ...
http://www.dts-l.org/goodpost.htm
"ScottV" <> wrote in message
news:F2960C4F-4BAC-4BE4-BF46-...
> My product uses a silent download & install process to update content
> files &
> registry entries. A custom COM component is used to download an installer
> executable. The executable is created with the NSIS installer.
>
> The problem is Vista automatically assumes the NSIS installer requires
> Admin
> Rights, and prompts the user for Admin Rights. This prompt conflicts with
> the
> whole silent update experience desired. Is there anything that can be done
> to
> keep Vista from assuming my silent installer needs Admin Rights?
>
> Thanks