Re: [WiX-users] The problem with admin rights of custom auctions.

2014-05-07 Thread Aleksey Tikhonov
t; should have enough privilege to modify or copy files in Program Files. > So the issue might be that your custom actions need marking with > impersonate="no" so that they run with the system account. > --- > Phil Wilson > > > On Tue, May 6, 2014

Re: [WiX-users] The problem with admin rights of custom auctions.

2014-05-07 Thread Aleksey Tikhonov
, you don't need > -install types of command lines to install services if it's just > another Windows service. VS did not provide the ServiceInstall and > ServiceControl elements that WiX does. > --- > Phil Wilson > > > On Tue, May 6, 2014 at 5:17 AM, Ale

[WiX-users] The problem with admin rights of custom auctions.

2014-05-06 Thread Aleksey Tikhonov
Hello! I have wxs project file: ... My Custom actions: And InstallExecuteSequence: My custom auction do CopyFile in Program Files directory. I have UAC with maximum level. I run my