On Tue, Jun 10, 2008 at 5:55 PM, Mark Hammond <[EMAIL PROTECTED]> wrote:
> [Getting slightly off-topic for py3k, but relevant to our universe anyway....]
>
> Hi  Michael,
>  Just to be clear, you are saying it is *impossible* to have a single .MSI 
> file that, based on a user preference, either a) prompt for UAC and writes to 
> HKLM or b) not prompt but writes to HKCU instead?  I'd find that somewhat 
> ironic, as bdist_wininst based installers are now capable of doing that ;)

Yes, that is my experience with the matter. I haven't tested it
exhaustively (or recently), but set to not require the UAC prompt, it
never will show it; set to prompt, it never won't. I would have
expected a design based more on ALLUSERS, but Microsoft recommends
choosing ahead of time which way to set it (doing away with the
"install for all users or just for me" options), and this behavior
pretty much seals it.

-- 
Michael Urman
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to