프로젝트

일반

사용자정보

개정판 c56a7e1c

IDc56a7e1c7eadcc82ef7b25a5a08f79ac364ffda0
상위 a4e5d148
하위 035679c4, 9c105e04

김동진이(가) 5년 이상 전에 추가함

issue #000 final service watcher installer add

Change-Id: Ib9bc554fcf2c81ca17a500795a7d01b0cf170e90

차이점 보기:

FinalService.wxs
142 142
	  <Component Id="commonlib.dll" Directory="INSTALLFOLDER" Guid="a766f7cf-1bc2-4b28-abe5-b35eedc05e01" Win64='yes'>
143 143
          <File Id="commonlib.dll" KeyPath="yes" Source=".\Setup\FinalService\CommonLib.dll" />
144 144
      </Component>
145
	  <Component Id="monitorservice Directory="INSTALLFOLDER" Guid="44c71fdb-afa5-490e-b111-40a23039f665" Win64='yes'>
146
          <File Id="monitorservice" KeyPath="yes" Source=".\Setup\FinalService\FinalService_Watcher.exe" />
147
          <ServiceInstall Id="ServiceInstaller" 
148
            Type="ownProcess" 
149
            Name="FinalService_Watcher" 
150
            DisplayName="MARKUS FinalService Watcher" 
151
            Description="convert user comments to pdf file monitoring" 
152
            Start="auto" 
153
            ErrorControl="normal" />
154
          <!-- Tell WiX to start the Service -->
155
          <ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="FinalService_Watcher" Wait="yes" />
156
      </Component>
145 157
    </ComponentGroup>
146 158
  </Fragment>
147 159
</Wix>
FinalService/KCOM_FinalService/FinalService_Watcher/FinalService_Watcher.csproj
15 15
    <FileAlignment>512</FileAlignment>
16 16
  </PropertyGroup>
17 17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18
    <PlatformTarget>x86</PlatformTarget>
18
    <PlatformTarget>AnyCPU</PlatformTarget>
19 19
    <DebugSymbols>true</DebugSymbols>
20 20
    <DebugType>full</DebugType>
21 21
    <Optimize>false</Optimize>
22
    <OutputPath>bin\Debug\</OutputPath>
22
    <OutputPath>..\KCOM_FinalService\bin\Debug\</OutputPath>
23 23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
24 24
    <ErrorReport>prompt</ErrorReport>
25 25
    <WarningLevel>4</WarningLevel>
26 26
  </PropertyGroup>
27 27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28
    <PlatformTarget>x86</PlatformTarget>
28
    <PlatformTarget>AnyCPU</PlatformTarget>
29 29
    <DebugType>pdbonly</DebugType>
30 30
    <Optimize>true</Optimize>
31
    <OutputPath>bin\Release\</OutputPath>
31
    <OutputPath>..\KCOM_FinalService\bin\Release\</OutputPath>
32 32
    <DefineConstants>TRACE</DefineConstants>
33 33
    <ErrorReport>prompt</ErrorReport>
34 34
    <WarningLevel>4</WarningLevel>
FinalService/KCOM_FinalService/KCOM_FinalService.sln
105 105
		{9CF3737A-E04D-4A55-924E-C88725DFBEC7}.Release|x86.ActiveCfg = Release|Any CPU
106 106
		{9CF3737A-E04D-4A55-924E-C88725DFBEC7}.Release|x86.Build.0 = Release|Any CPU
107 107
		{78839E61-B116-4AB2-B358-FF4FB19090EF}.Debug|Any CPU.ActiveCfg = Debug|x86
108
		{78839E61-B116-4AB2-B358-FF4FB19090EF}.Debug|Any CPU.Build.0 = Debug|x86
108 109
		{78839E61-B116-4AB2-B358-FF4FB19090EF}.Debug|x64.ActiveCfg = Debug|x86
109 110
		{78839E61-B116-4AB2-B358-FF4FB19090EF}.Debug|x86.ActiveCfg = Debug|x86
110 111
		{78839E61-B116-4AB2-B358-FF4FB19090EF}.Debug|x86.Build.0 = Debug|x86

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)