"mTIE" <> wrote in message
news:678FAD06-D35B-445F-AA09-...
> Thanks for the good advice, Robert.
> Unfortunately, I'm no closer to a solution to the problem.
>
> I found some context in SETUPAPI.log:
>
> #I123 Doing full install of
> "PCI\VEN_197B&DEV_2360&SUBSYS_03601849&REV_00\4&2F F59A88&0&0018".
> #-035 Processing service Add/Delete section [JM.Services].
> #E279 Add Service: Failed to create service "JGOGO". Error 1078: The name is
> already in use as either a service name or a service display name.
> #E033 Error 1078: The name is already in use as either a service name or a
> service display name.
> #E275 Error while installing services. Error 1078: The name is already in
> use as either a service name or a service display name.
> #E122 Device install failed. Error 1078: The name is already in use as
> either a service name or a service display name.
> #E157 Default installer failed. Error 1078: The name is already in use as
> either a service name or a service display name.
>
> and I found a service named "JGOGOX64" in the system registry with th
> Display Name: JMicron Hot-Plug Driver
>
> So far this makes sense; SATA2 drives are hot-swappable, so the OS treats
> them as removable, and you'd expect a driver update to require shutting down
> any service associated with the device.
>
> But! There's no "JMicron Hot-Plug Driver" in Start, Administrative Tools,
> Services!
>
> So it looks like I'm at a dead end with no solution in sight.
I bet the Display name is the problem. Try removing or renaming it.
E.g. perhaps you could use the sc.exe command (in a cmd window).
FWIW here is a clearer message associated with the same code:
http://www.itefix.no/phpws/index.php..._MAN_ITEMS=191
(Live search for
"error 1078" service
)
<quote>
The name is already in use as either a service name
or a service display name
</quote>
Good luck
Robert
---