
Quote: Originally Posted by
RAG
The main program is run by the user (via shortcut on desktop) and the program is located in the user's appData\roaming folder.
How do I track down what is blocking the write?
I'm not an expert on Active Directory or anything like that BUT if you are using that, make sure the user has permission to write to the drive:\Users\USERNAME\AppData\Roaming folder. System processes usually do, as with network services, but if the user doesn't, any program they run won't either. Sometimes even if UAC is ignored when it's run as an admin.
In regards to your second question, I'm really not sure.