/[projects]/dao/DaoMqPump2/MQFilter/FilterServiceInstallerProcess.cs
ViewVC logotype

Diff of /dao/DaoMqPump2/MQFilter/FilterServiceInstallerProcess.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2161 by torben, Fri May 16 15:44:17 2014 UTC revision 2162 by torben, Fri May 16 17:57:08 2014 UTC
# Line 36  namespace MQFilter Line 36  namespace MQFilter
36              {              {
37                  Console.WriteLine(undo ? "uninstalling" : "installing");                  Console.WriteLine(undo ? "uninstalling" : "installing");
38    
39                  using (AssemblyInstaller inst = new AssemblyInstaller(typeof(DaoMqPump2.MainProgram).Assembly, args))                  using (AssemblyInstaller inst = new AssemblyInstaller(typeof(FilterMainProgram).Assembly, args))
40                  {                  {
41                      IDictionary state = new Hashtable();                      IDictionary state = new Hashtable();
42                      inst.UseNewContext = true;                      inst.UseNewContext = true;

Legend:
Removed from v.2161  
changed lines
  Added in v.2162

  ViewVC Help
Powered by ViewVC 1.1.20