개정판 a0c37100
issue #000 wxs modify
Change-Id: I09ae0f5f299985152e08189e3225a4b5e0909730
FinalService.wxs | ||
---|---|---|
144 | 144 |
</Component> |
145 | 145 |
<Component Id="monitorservice" Directory="INSTALLFOLDER" Guid="44c71fdb-afa5-490e-b111-40a23039f665" Win64='yes'> |
146 | 146 |
<File Id="monitorservice" KeyPath="yes" Source=".\Setup\FinalService\FinalService_Watcher.exe" /> |
147 |
<ServiceInstall Id="ServiceInstaller" |
|
147 |
<ServiceInstall Id="MonitorServiceInstaller"
|
|
148 | 148 |
Type="ownProcess" |
149 | 149 |
Name="FinalService_Watcher" |
150 | 150 |
DisplayName="MARKUS FinalService Watcher" |
... | ... | |
152 | 152 |
Start="auto" |
153 | 153 |
ErrorControl="normal" /> |
154 | 154 |
<!-- Tell WiX to start the Service --> |
155 |
<ServiceControl Id="StartmonitorService" Start="install" Stop="both" Remove="uninstall" Name="FinalService_Watcher" Wait="yes" />
|
|
155 |
<ServiceControl Id="MonitorServiceController" Start="install" Stop="both" Remove="uninstall" Name="FinalService_Watcher" Wait="yes" />
|
|
156 | 156 |
</Component> |
157 | 157 |
</ComponentGroup> |
158 | 158 |
</Fragment> |
내보내기 Unified diff