You could have bootstrapper that's manifested to require Administrator.


Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me

--- On Thu, 6/12/08, Bob Arnson <[EMAIL PROTECTED]> wrote:

From: Bob Arnson <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] Installation on Vista
To: "General discussion for Windows Installer XML toolset." 
<wix-users@lists.sourceforge.net>
Date: Thursday, June 12, 2008, 10:17 AM

Volker Enderlein wrote:
> this way). The installer is started without elevation and defaults to an 
> per-user installation. Later the user/admin can change the preselection 
> in the GUI to an per-machine installation. And if he presses the install 
> button Vista UAC prompts for elevation.
> All I do is set the ALLUSERS Property for a per-user installation to 
> "{}" and for a per-machine installation to "1". When
running without GUI 
> it defaults to "2".
>   

Vista always starts packages without elevation. Unless you use 
Package/@InstallPrivileges="limited" or
Package/@InstallScope="perUser" 
MSI will prompt for elevation when the user clicks the final Install 
button that kicks off the installation. That's regardless of the 
ALLUSERS value.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


      
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to