How do I deploy an upgraded .NET desktop application?
To deploy an upgraded .NET desktop application, you must do the following: • Install the application executable and library files on the client computer. • Use the .NET Framework Assembly Registration Utility (regasm) to register the.NET Framework library assemblies that are shared by different applications. • If the application contains ActiveX components, register these components on each client computer. • Distribute all the corresponding ActiveX wrapper assemblies.