util:RemoveFolderEx fails when folder Path/FileName is too long. #7599
-
Error 2318: File does not exist: My folder depth is 14 folders deep. when i move the offending folder/files to a folder closer to the root(thus creating a shorter path) then RemoveFolderEx works as expected. also: RemoveFolderEx does not work when running from maintenance "REMOVE" uninstall, but does work when run from a full "UNINSTALL"(when not hitting error 2318) Using Wix 3 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
What's the actual log entry? |
Beta Was this translation helpful? Give feedback.
-
Yeah, MSI probably can't handle >MAXPATH paths in general. |
Beta Was this translation helpful? Give feedback.
-
Right, one of the reason i moved from NSIS to MSI. |
Beta Was this translation helpful? Give feedback.
Yeah, MSI probably can't handle >MAXPATH paths in general.