I have been attempting to package some of our applications that use config files for settings. We would like to have the config file external to the ThinApp package but tell the package to use the config file in a folder we specify on our network. My attempts at trying this have repeatedly failed for numerous packages I have tried to create. In the package.ini I have the isolation mode set to Merged and WorkingDirectory parameter set to point at our network share but the package always fails. If I do package the application with config file in the same directory as the .exe the package works fine. Am I missing something?
↧