为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。您正在开发.NET框架2.0Windows服务应用程序有三个不同的Windows服务。您创建了一个名为自定义安装类从安装程序类派生的BillAppInstaller。在类中,您决定通过使用ServiceInstaller对象的自定义安装的每个Windows服务,并将它们添加到下面的安装程序集合:Installers.Add(serviceInstaller1)Installers.Add(serviceInstaller2)Installers.Add(serviceInstaller3)以后,您编译的类,并存储在名为BillAppInstaller.dll的文件中。您需要以编程方式访问和安装Windows服务在BillAppInstaller.dll文件中。你应该做什么?()