Copyright Accelerated Ideas 2007 Legacy Blog Posts | Blog Home | .NET Components

What is the best way to deploy a component with a client app


1/3/2007

The best way to add an assembly during deployment is to use the standard Microsoft Windows Installer. The installer uses specific reference counting with assemblies meaning that when a user chooses to remove an application the assembly will only be removed if it is no longer used.


< Blog Home