Hi Guys
I'm experiencing an odd behaviour when using ServiceInstall and
ServiceControl.
<Component Id="C_SERVICEEXE"
Guid="90362226-CBC6-8A2A-9D2C-6D3B922B0F15" Location="local">
<File Id="SERVICEEXE" Name="SERVCLNT.EXE"
LongName="SDService.exe" Vital="yes" KeyPath="yes" DiskId="1"
Source="..\SDService.exe" />
<ServiceControl Id="SERVICEEXE" Name="Super Duper Service"
Stop="both" Wait="yes" Remove="both" />
<ServiceInstall Id="SERVICEEXE" Name="Super Duper Service"
Vital="yes" DisplayName="Super Duper Service" Type="ownProcess"
Start="auto" ErrorControl="normal" Description="My Super Duper Service
description" />
<File Id="SERVICECONFIG" Name="SERVCLNT.CFG"
LongName="SDService.exe.config" DiskId="1" CompanionFile="SERVICEEXE"
Source="..\SDService.exe.config" />
</Component>
The installation runs through fine and installs, the oddity comes after
uninstalling.
The MSI runs fine and says it has uninstalled.
But when you check the Services panel, your service is still there.
Checking REGEDIT, you can still see the entries in
HKLM\SYSTEM\CurrentControlSet\Services.
Has anyone experienced this, and found a solution?
Krs
Chris
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users