Hi everybody,
I have created a Sage 50 Accounts 2012 ThinApp and it is working almost just fine. All the primary functions seem to be operational and it is running in a production environment. Now I've been asked to enable its "Third Party Activation" part which seemed easy enough but I seem to be stuck with a COM activation issue.
I'm testing the factory by running a virtualised powershell with command "New-Object -ComObject SDOEngine.18". The build machine runs the command and returns me the COM factory. However, running the same command on same ThinApp on a clean test machine fails with following error:
To me that feels like there is something that thinapp is not picking up from build machine and hence the activation failure but as far as I can tell, all the registry keys / files are in the right places in the virtual environment (and operational as the application runs fine on its own).
I am using the following virtualisation settings in package.ini
VirtualizeExternalOutOfProcessCOM=0
ChildProcessEnvironmentExceptions=WINWORD.EXE;EXCEL.EXE;POWERPNT.EXE;OUTLOOK.EXE;MOC.EXE
if there is any other information you need, please feel free to ask. I'm a software developer, so technical stuff is not a problem.
Many thanks in advance!