Hello, I have ran into an odd problem. I have created a virtual application package that appears to be working correctly until I attempt to launch an executable file from within the virtual environment. It is quite peculiar because in order to get to the executable file, I must first launch the virtual cmd.exe file and then bring up the virtual explorer, navigate to the Program Files(x86) directory, and launch the executable. However, I get the error from the system stating it can't find the path to the file. I am not sure if this is an isolation mode problem or something completely different. I am using a "Merged" isolation mode in the Program Files(x86) directory where the executable is located. I have also explicitly defined the ChildProcessEnvironmentDefault=Virtual in my package.ini file.
Any Information on how to debug or investigate this issue from a ThinApp prospective would be greatly appreciated.