Hi all,
My Google skills are failing me, so I'm hoping someone with more ThinApp knowledge than I can point me in the right direction.
I've packaged an application with ThinApp, which launches fine but throws an error about a missing file at one point. I discovered the package is looking at the file system of the device for the file rather than within the ThinApp. I played around with isolation mode settings and could not fix this. I found that the reference to the path it is looking for is hardcoded within a config file for the application. Is there a way to modify the paths in the config file so that they reference the sandbox rather than the local file system? I do see the files exist within the %ProgramFilesDir% capture.
Any suggestions would be much appreciated.
Thanks