개정판 c56a7e1c
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> |
내보내기 Unified diff