I am looking to find out what, exactly, the requirements are for a typical setup where after install the user will not be prompted for Admin credentials when installing updates.
Currently the application is being installed with Wix, to "Program Files (x86)\AppFolder".
AppFolder, and all sub-folders, has full access assigned to "Everyone" by the Wix installer when installed.
What am I missing? wyUpdate is still asking for Admin creds when attempting to install the update.
I have been doing simple tests of just adding a single small file to the AppFolder directory, and the write by that user there can be done without elevation. What else is happening in the update process that is triggering this Admin requirement?