Hi,

I am using WIX 3.0 to create the MSI for windows service application. My MSI is 
working fine with install and but during uninstall all the related 
binaries/folders/files are getting removed perfectly except the service is not 
getting removed from the services console.

After looking into the log file, I could see the following message

MSI (s) (28:7C) [16:16:19:255]: Calling SRSetRestorePoint API. dwRestorePtType: 
1, dwEventType: 102, llSequenceNumber: 0, szDescription: "Removed 
TestServiceSetUp".
MSI (s) (28:7C) [16:16:19:255]: The call to SRSetRestorePoint API failed. 
Returned status: 0. GetLastError() returned: 127
MSI (s) (28:7C) [16:16:19:255]: Server not locked: locking for product 
{54E958BB-A0C8-4A6E-BD41-98D664065A14}

At the end of the log file, I could also  see the "Removal completed 
successfully" message.

Also I am not able to manually delete the service from the registry as it is 
locked. Any alternative ways to delete the existing service through registry. I 
have also tried to use InstallUtil.exe to uninstall and its not helping.

I would really appreciate if someone could help me on this.

Thanks & Regards,
Bala..


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to