I'm evaluating wyBuild and I have run into a problem with the automatic updater (I'm using the AutomaticUpdaterBackend because I want to control the user interface). My application is installed under Program Files (x86), and when I start my application the automatic updater correctly finds a new update to install. However, there is an immediate error message from wyUpdate stating that it needs Administrative privileges to install the update. Below the error message, two options for correcting the error are given: Enter administrator username/password, or start wyUpdate with "Run as Administrator."
I've tried to work around the issue, but I run into two problems:1) I'm never asked for administrator user/password by wyUpdate. Could this be because I'm running with a user with Administrator privileges? When I make changes in Windows (and this is Windows 7), I am sometimes asked to confirm administrator privileges, but it just gives me a message box with Continue and Skip options.
2) Following the advise in this thread I gave Full permission to the Users account. Now if I start wyupdate manually, I don't get the error with missing Administrator privileges. However, I still get the same error when I start my application and wyUpdate is started from the automatic updater. Do you have any idea why this happens? I did verify in Task Manager that the wyUpdate process runs under the same user account as when I start it manually.