Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5283


Ignore:
Timestamp:
01/11/11 18:16:42 (13 years ago)
Author:
ascheibe
Message:

#1233

  • added an installer project for the hive slave
Location:
branches/HeuristicLab.Hive-3.4/sources
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.csproj

    r5280 r5283  
    5151  <PropertyGroup>
    5252    <StartupObject>HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.Program</StartupObject>
     53  </PropertyGroup>
     54  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     55    <PlatformTarget>AnyCPU</PlatformTarget>
     56    <OutputPath>bin\Debug\</OutputPath>
     57  </PropertyGroup>
     58  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
     59    <PlatformTarget>AnyCPU</PlatformTarget>
     60    <OutputPath>bin\Release\</OutputPath>
    5361  </PropertyGroup>
    5462  <ItemGroup>
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.Designer.cs

    r5280 r5283  
    3030      //
    3131      this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem;
     32      this.serviceProcessInstaller1.Installers.AddRange(new System.Configuration.Install.Installer[] {
     33            this.serviceInstaller1});
    3234      this.serviceProcessInstaller1.Password = null;
    3335      this.serviceProcessInstaller1.Username = null;
     
    3537      // serviceInstaller1
    3638      //
    37       this.serviceInstaller1.DisplayName = "HLHiveSlave";
    38       this.serviceInstaller1.ServiceName = "HLHiveSlave";
     39      this.serviceInstaller1.ServiceName = "HeuristicLab.Clients.Hive.Slave.SlaveWindowsService";
    3940      this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic;
    4041      //
     
    4243      //
    4344      this.Installers.AddRange(new System.Configuration.Install.Installer[] {
    44             this.serviceProcessInstaller1,
    45             this.serviceInstaller1});
     45            this.serviceProcessInstaller1});
    4646
    4747    }
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.cs

    r5280 r5283  
    1 #region License Information
    2 /* HeuristicLab
    3  * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    4  *
    5  * This file is part of HeuristicLab.
    6  *
    7  * HeuristicLab is free software: you can redistribute it and/or modify
    8  * it under the terms of the GNU General Public License as published by
    9  * the Free Software Foundation, either version 3 of the License, or
    10  * (at your option) any later version.
    11  *
    12  * HeuristicLab is distributed in the hope that it will be useful,
    13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15  * GNU General Public License for more details.
    16  *
    17  * You should have received a copy of the GNU General Public License
    18  * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
    19  */
    20 #endregion
    21 
     1using System;
     2using System.Collections;
     3using System.Collections.Generic;
    224using System.ComponentModel;
     5using System.Configuration.Install;
     6using System.Linq;
    237
    248
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.resx

    r5280 r5283  
    119119  </resheader>
    120120  <metadata name="serviceProcessInstaller1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    121     <value>17, 56</value>
     121    <value>17, 17</value>
    122122  </metadata>
    123123  <metadata name="serviceInstaller1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/SlaveWindowsService.Designer.cs

    r5280 r5283  
    2929      // SlaveWindowsService
    3030      //
    31       this.ServiceName = "HeuristicLab Hive Slave";
     31      this.ServiceName = "HeuristicLab.Clients.Hive.Slave.SlaveWindowsService";
    3232      ((System.ComponentModel.ISupportInitialize)(this.eventLog)).EndInit();
    3333
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive 3.4.sln

    r5280 r5283  
    6060Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Slave.SlaveWindowsService", "HeuristicLab.Clients.Hive.Slave.SlaveWindowsService\HeuristicLab.Clients.Hive.Slave.SlaveWindowsService.csproj", "{BA8001DE-E83C-4B1F-8B2E-2695C4222491}"
    6161EndProject
    62 Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ServiceSetup", "ServiceSetup\ServiceSetup.vdproj", "{1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}"
     62Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "HeuristicLab.Clients.Hive.Slave.SlaveWindowsServiceSetup", "HeuristicLab.Clients.Hive.Slave.SlaveWindowsServiceSetup\HeuristicLab.Clients.Hive.Slave.SlaveWindowsServiceSetup.vdproj", "{28711372-0255-4883-9BED-81E150D73880}"
    6363EndProject
    6464Global
     
    197197    {464D70B8-2D91-485C-B622-22E4A4891C68}.Release|x86.ActiveCfg = Release|x86
    198198    {464D70B8-2D91-485C-B622-22E4A4891C68}.Release|x86.Build.0 = Release|x86
    199     {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Any CPU.ActiveCfg = Debug|x86
     199    {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     200    {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Any CPU.Build.0 = Debug|Any CPU
    200201    {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
    201202    {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Debug|Mixed Platforms.Build.0 = Debug|x86
     
    207208    {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Release|x86.ActiveCfg = Release|x86
    208209    {BA8001DE-E83C-4B1F-8B2E-2695C4222491}.Release|x86.Build.0 = Release|x86
    209     {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Debug|Any CPU.ActiveCfg = Debug
    210     {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Debug|Mixed Platforms.ActiveCfg = Debug
    211     {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Debug|x86.ActiveCfg = Debug
    212     {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Release|Any CPU.ActiveCfg = Release
    213     {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Release|Mixed Platforms.ActiveCfg = Release
    214     {1F03CD3E-BE1B-4AF7-A378-8FECF5B7D9DA}.Release|x86.ActiveCfg = Release
     210    {28711372-0255-4883-9BED-81E150D73880}.Debug|Any CPU.ActiveCfg = Debug
     211    {28711372-0255-4883-9BED-81E150D73880}.Debug|Any CPU.Build.0 = Debug
     212    {28711372-0255-4883-9BED-81E150D73880}.Debug|Mixed Platforms.ActiveCfg = Debug
     213    {28711372-0255-4883-9BED-81E150D73880}.Debug|x86.ActiveCfg = Debug
     214    {28711372-0255-4883-9BED-81E150D73880}.Release|Any CPU.ActiveCfg = Release
     215    {28711372-0255-4883-9BED-81E150D73880}.Release|Mixed Platforms.ActiveCfg = Release
     216    {28711372-0255-4883-9BED-81E150D73880}.Release|x86.ActiveCfg = Release
    215217  EndGlobalSection
    216218  GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.