Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.cs @ 5283

Last change on this file since 5283 was 5283, checked in by ascheibe, 14 years ago

#1233

  • added an installer project for the hive slave
File size: 422 bytes
Line 
1using System;
2using System.Collections;
3using System.Collections.Generic;
4using System.ComponentModel;
5using System.Configuration.Install;
6using System.Linq;
7
8
9namespace HeuristicLab.Clients.Hive.Slave.SlaveWindowsService {
10  [RunInstaller(true)]
11  public partial class ProjectInstaller : System.Configuration.Install.Installer {
12    public ProjectInstaller() {
13      InitializeComponent();
14    }
15  }
16}
Note: See TracBrowser for help on using the repository browser.