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: CustomAction Id=VSDCA_FolderForm_AllUsers Property=FolderForm_AllUsers Value=ALL / CustomAction Id=_3D169966_7F4D_439B_8537_BD70D91919BA Execute=deferred Impersonate=no

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

2014-05-06 Thread Aleksey Tikhonov
Hello! I have wxs project file: Product Id=$(var.ProductCode) Name=$(var.ProductName) Language=1049 Codepage=1251 Version=$(var.ProductVersion) Manufacturer=$(var.Manufacturer) UpgradeCode=$(var.UpgradeCode) Package InstallerVersion=200 Compressed=yes AdminImage=yes InstallScope=perMachine

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 CopyFile element in WiX. Also, you don't need -install types of command lines