I have a thinapp where I'm setting the permissions during the capture correctly, however they are not carrying over in the package itself. There is this process that writes to a secondary partition but is getting "Access Denied" error messages when executing. When I use cmd as an entry point I can verify through cacls that rights are not being applied correctly. When I try to change those rights via cacls I also get an Access Denied message. Even when I try to run the cmd entry point as an administrator.
Has anyone else had encountered an issues similar to this?