Upgrade from WiX 3.x to WiX 6.0 gives System.UnauthorizedAccessException: Access to the path "\\path" is denied. #8
-
Hello FireGiant Community, I need help upgrading the WiX version on my project. I was wondering if someone else ran across this error before that could give a hint of what is going on. Let me know if a code sample is needed, I'm assuming I need to ask for permission to share code since this is a private project and not actually up in GitHub. Here is the generated log file of my attempt: Any kind of help is appreciated! Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The log file shows the full path to the file:
The file does need to be writable in order to be converted. Make sure the file is not marked read-only and that there is no other process locking the file. |
Beta Was this translation helpful? Give feedback.
The log file shows the full path to the file:
The file does need to be writable in order to be converted. Make sure the file is not marked read-only and that there is no other process locking the file.