I did find one way to make it work. We created a batch file as an entry point that copies down the app.config file to the c:\program files directory within the sandbox, the batch file then runs the regular ThinApp package. This effectively tricks the program into believing the config file is in the same directory as the .exe even though the .exe doesn't exist locally on the PC. We set the isolation mode to WriteCopy for this to work.
↧