Re: [WiX-users] Problems about running a msi against Vista

2007-07-20 Thread Tony Hoyle
Hao Liu wrote: > 2. I signed my custom actions (a setup dll and a remove dll) and the > msi as well. But when I run the msi, I still get the UAC prompt like: > > > > Is there any way to prevent the prompt opened? > No. You can't bypass UAC in any way. That's the point of it. Tony ---

[WiX-users] Problems about running a msi against Vista

2007-07-19 Thread Hao Liu
I run a msi by using msiexec 4.0 on Vista with UAC ON. And the msi have two custom actions (a setup dll and a remover dll). Even if my account is Administrator, it failed to install on Vista though it worked on XP. After I set the two CA with Impersonate="no" as Bob Arnson suggested, they get eleva