I am trying to make a thinapp out of "Duplicate File Finder" found at:
http://www.softpedia.com/get/System/File-Management/Duplicate-File-Finder.shtml
When it exits, it tries to write to it's .ini file and it fails with the following error:
Unable to write to c:\program files\duplicate file finder\default.ini
The file default.ini is present in the sandbox when it is initially created. After the program tries to save state, the file dissappears from the sandbox and cannot be created.
In the sandbox directory, only registry.* files are created, no %ProgramFilesDir%,
Any Ideas on how to make it work?