Re: [WiX-users] UAC and VSIX problem

2015-02-16 Thread Phil Wilson
Do you mean administrator rights? The details depend on whether the CA you're using is deferred or not, whether the install itself is per user or per machine, and whether you're impersonating or not. Rather than list all the combinations, maybe you can tell us the details of the install and the cu

[WiX-users] UAC and VSIX problem

2015-02-16 Thread Majcica, Mario
Hi all, I am installing a VSIX package via VSExtensions. On machine where UAC is enabled it fails to install. It seems that the rights are not propagated once the VSIXInstaller.exe is invoked by the custom action. Any clue on how to make it propagate the rights? Any suggestion is welcome. Tha