
Untitled
By: a guest on
May 5th, 2012 | syntax:
None | size: 1.62 KB | hits: 15 | expires: Never
wix service start manual vs through msi
Log Name: System
Source: Service Control Manager
EventID: 7045
Level: Information
User: SYSTEM
OpCode : Info
A service was installed in the system.
Service Name: MyService
Service File Name: "C:Program FilesMyProductMyService.exe"
Service Type: user mode service
Service Start Type: auto start
Service Account: LocalSystem
Log Name: System
Source: Service Control Manager
EventID: 7045
Level: Information
User: MYDOMAINadministrator
OpCode : Info
A service was installed in the system.
Service Name: MyService
Service File Name: "C:Program FilesMyProductMyService.exe"
Service Type: user mode service
Service Start Type: demand start
Service Account: LocalSystem
<Component Id="Service" Guid="*">
<File Id="MyService.exe"
Name="MyService.exe"
Source="MyService.exe"/>
<ServiceInstall Id="ServiceInstaller"
Type="ownProcess"
Vital="yes"
Name="MyService"
DisplayName="Name="MyService.exe"
Description="Name="MyService.exe"
Start="auto"
Account="LocalSystem"
ErrorControl="normal"
Interactive="no">
<ServiceDependency Id="CcmExec"/>
</ServiceInstall>
<ServiceControl Id="ServiceController"
Start="install"
Stop="both"
Remove="uninstall"
Name="MyService"
Wait="no"/>
</Component>