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

2014-05-07 Thread Aleksey Tikhonov
Hello, Phil! It is cool. Now all custom auctions are finished successfully. impersonate="no": Thank you. 2014-05-07 19:40 GMT+04:00, Phil Wilson : > You may need to clarify exactly what your custom action does - your > first post says you want to copy fi

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

2014-05-07 Thread Phil Wilson
You may need to clarify exactly what your custom action does - your first post says you want to copy files to the target directory (which is why I mentioned CopyFile) but the recent post says you want to modify a config file. Your custom actions seem to be deferred, which means that in a per-machi

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

2014-05-07 Thread Aleksey Tikhonov
Wix Disigner does such project.wsx But I need to modify config file with parametr which is setted in the settings dialog. It does not work also. All my custom auction start without admin rights, but directory in program files is created with admin rights and UAC showing 2014-05-06 20:36 GMT+

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

2014-05-06 Thread Phil Wilson
It looks like that's a direct migration from a Visual Studio setup project to WiX. The VS setups don't offer all the features that WiX does, and in this case you probably don't need your own code to copy files. Use the element in WiX. Also, you don't need -install types of command lines to install

[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