Hello everybody,
following situation: I have MS Office 2010 SP1 natively installed on master image which is provisioned as linked clones. Additionally I add MS Access 2010 as ThinApp (packaged with ThinApp v.4.7).
When I try to select ODBC connections via "External Data" -> "ODBC Database" the standard connections like "dBASE Files", "Excel Files", "MS Access Database" do not show up.
While building the application on a clean machine .NET Framework is already installed as suggested by VMware for ThinApp'ing MS Office 2010.
These lines are added to Package.ini before build process is started to make communication between native install and ThinApp possible:
VirtualizeExternalOutOfProcessCOM=0
ChildProcessEnvironmentExceptions=WINWORD.EXE;EXCEL.EXE;POWERPNT.EXE; OUTLOOK.EXE;MOC:EXE;NOTES.EXE
ChildProcessEnvironmentDefault=Virtual
Any help would be appreciated