Re: [WiX-users] CustomAction and Impersonate

2013-04-22 Thread Theo Landman
Hello Rob, My guess is that running the MSI from an elevated bootstrapper (not burn) causes the issue. I now use to force the folders to be writeable for "Users". Probably a better approach than relying on the installing user. Theo Op 23-4-2013 1:24, Rob Mensching schreef: > Did you ever get th

Re: [WiX-users] CustomAction and Impersonate

2013-04-22 Thread Rob Mensching
Did you ever get this sorted out? On Tue, Apr 9, 2013 at 5:57 AM, Theo Landman wrote: > Hello, > I'm confused about how Impersonate works. I want to run a console > migration executable using the WiX CAQuitExec. The migration executable > copies files from a previous version of the product to a

[WiX-users] CustomAction and Impersonate

2013-04-09 Thread Theo Landman
Hello, I'm confused about how Impersonate works. I want to run a console migration executable using the WiX CAQuitExec. The migration executable copies files from a previous version of the product to a new version of the product. I want to run it as the installing user so I assumed that I should