How to prevent windows from caching COM class info?
Windows 7 question
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Apr 15, 2011, 2:07 AM
VulpesPosted Apr 14, 2011, 2:41 PM
If so, then you can prevent anything being written to the registry using a technique known as registry-free COM. The information is then either stored as a resource or as a separate file which is installed with the component.
This technique has been available since XP days and so isn't something new in Windows 7.