Andreas Mertens wrote:
> I choose to install for the current user (PerUser), and when the install is
> executed, it prompts me for the admin credentials of User A (admin). ???  If
> I provide these credentials, the install completes, with the file installed
> correctly for the current user.
>   

Before MSI 5.0 on Windows 7, there's no way to do both per-user and 
per-machine installs from the same package without prompting for 
elevation: The bit that tells MSI the package is per-user is set on the 
package and can't be modified during installation. It's also entirely 
possible that WixUI_Advanced doesn't handle per-user installs correctly; 
I wrote it originally for the WiX installer, which is per-machine, and 
never had opportunity to test a real per-user package.

> 2) Is there a way to turn this off?  We don't want users to be presented
> with the prompt to verify admin credentials when doing a PerUser install.
>   

On Vista, that requires two packages, one per-machine and one per-user.

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



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to