Hi Guys
I'm having trouble getting a thinapped application to access a locally installed database service (Firebird).
The app has its own db files which it uses the service to open/access - The Firebird doenst have the database files.
If I include the firebird in the capture process it works but i'd like to leave the db on the image and keep the app seperate as it has regular updates....
I've tried all of the following in package.ini:
VirtualizeExternalOutOfProcessCOM=0
ChildProcessEnvironmentExceptions=fbguard.exe;fbserver.exe
ChildProcessEnvironmentDefault=Virtual
AllowExternalKernelModeServices=1
AllowExternalProcessModifications=1
I've also changed the isolation mode of %systemsystem% to merged (Where the .dll files are that the app is complaining it can't find) with no joy.
I've used log monitor but cannot see anything obvious.
Anything I might have missed or could try on top of what I already have? Any suggestions will be appreciated!
TIA
Don