Self healing to run when a dll is called ?
Hi all,
I'm working on an application that ties into outlook. It has HKCU registry keys that are required for the addin to work correctly. The addin is simply a few dll's.
Does anyone know of a way that I can get the application to self heal (the HKCU keys are in it's own feature) when the dll's are called?
Cheers, Mike
I'm working on an application that ties into outlook. It has HKCU registry keys that are required for the addin to work correctly. The addin is simply a few dll's.
Does anyone know of a way that I can get the application to self heal (the HKCU keys are in it's own feature) when the dll's are called?
Cheers, Mike
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
nheim
16 years ago
Posted by:
jmcfadyen
16 years ago
make sure that you have the dll registered via the advertising tables instead of the registry table.
for example instead of
HKCR registry keys in the registyr table put them into the Class table.
the following tables will trigger self healing for dll stuff.
class
typelib
perhaps appid not sure cant remember but worth a look in the SDK.
for example instead of
HKCR registry keys in the registyr table put them into the Class table.
the following tables will trigger self healing for dll stuff.
class
typelib
perhaps appid not sure cant remember but worth a look in the SDK.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.