Hey wyBuilders,
I was testing out an update with our application and I ran into a odd corner case that caused the update to fail. First of all I would like to say that our application is normally installed at the root of a drive. The way our application looks from a files standpoint is as follows:
"E:\OurAppFolder\""E:\RunOurApp.bat"
Now the user may have other files and folders located at their root but I assumed that wyBuild doesn't care about those files/folders and is only looking for E:\OurAppFolder\ and E:\RunOurApp.bat .
The issue we found is that with NTFS format there is a "System Volume Information" directory that is only accessible by the SYSTEM group. When a user updates an Error gets thrown along the lines of "Update Failed: Unable to access E:\System Volume Information"
My first question is why is wyUpdate trying to access this file? Shouldn't it only be looking for the two files listed above? Also is there a current work around for this?
Regards,Magnets