Re: [WiX-users] Installing VB6 COM+ components

2009-06-27 Thread Neil Sleightholm
ErrorCode='-2146368476' (0x80110424) means the file does not exist. You mentioned using registry keys to register it, that isn't required for COM+. Can you post your WiX code that is failing? I would expect to see something like this:

[WiX-users] service failed to start. Verify that you have sufficient priviledge to start system services.

2009-06-27 Thread Lian Jiang
Hi, I run this msi locally in an admin command line window, but the msi cannot start the service it just installed. The error is "service failed to start. Verify that you have sufficient priviledge to start system services.". Below is my code and you can see I am using LocalSystem account. I ca