--- dao/DaoMqPump2/MQFilter/FilterServiceInstallerProcess.cs 2014/05/16 16:05:47 2161 +++ dao/DaoMqPump2/MQFilter/FilterServiceInstallerProcess.cs 2014/05/16 17:57:08 2162 @@ -36,7 +36,7 @@ { Console.WriteLine(undo ? "uninstalling" : "installing"); - using (AssemblyInstaller inst = new AssemblyInstaller(typeof(DaoMqPump2.MainProgram).Assembly, args)) + using (AssemblyInstaller inst = new AssemblyInstaller(typeof(FilterMainProgram).Assembly, args)) { IDictionary state = new Hashtable(); inst.UseNewContext = true;