Hello I created a setup project for an application. The output goes to the program files folder. I create a shorcut on desktop too.
The thing is that the application works with some text files embeded.
When I run the application and click new there is an error saying that the program files directory is denied.
I mean I think I understand the problem, windows is not letting the application access some files I put in my project, but how can I fix this, I try running as administrator and did not work.
I want the end-user not having to do anything besaides running the installer.
What should I do?
THanks