This post originated from an RSS feed registered with .NET Buzz
by Sascha Corti.
Original Post: Interesting Article: Registration-Free COM
Feed Title: Console.WriteLine("Hello World");
Feed URL: http://www.corti.com/WebLogSascha/blogxbrowsing.asmx/GetRss?
Feed Description: A technology blog with a focus on the .NET framework, the Visual Studio .NET tools and the Windows server platform with of course the normal weblog-noise on what's happening in the industry and reviews of the latest geeky gadgets.
If you want to use advanced deployment technologies like ClickOnce or XCopy deployment as enabled by the .NET Framework, but you still need to deploy classic COM components written for example in Visual Basic 6.0 or using the Active Template Library (ATL), you can employ registration-free COM, that substitutes the system registry entries needed by classic COM components with a .manifest XML file stored in the same directory as the COM component. That's all.