Hello Norick,
I found you two statements from other forum-pages relating to the error message you receive
1.It sounds like this could be an overwrite issue. From the file path you specified, I can tell you that the error is occurring in creating the installer for your executable. Are you specifying an installer directory where you have already created an installer of the same name? If so, is that directory read only? Make sure that write privileges are enabled for you installer directory, and if that doesn't fix anything, try specifying a different installer directory.
2.It has to do with the way you have your build file constructed. The source and destination can't be the same because the application builder attempts to copy the dll into the build directory-which causes the error.
To fix the problem, create a directory containing the dlls you will be using in the build. Specify the dlls in this directory as the source file. Next, after adding all the dlls to the project, click on the "Custom Destinations..." button and for each of the dlls you've added, specify the "Windows System Directory" as the destination WITH NO RELATIVE PATH.
The build should now work...
I hope, this information includes a solution for the error zou receive.
Best Regards,
Rocka