Link to home
Start Free TrialLog in
Avatar of Moin
Moin

asked on

Registering a com exe server as service??

Hi,
I have written a com server that's an EXE. When I register it on a PC that has Visual Studio installed using

MyServer.exe /RegServer
and MyServer.exe /Service,
it works fine and appears in the services panel in control panel. But when I try to do the same on a PC that has no visual studio installed, it does not work. Even though I have run the setup of my s/w that I developed in install sheild for distribution.
Please help...
Waiting for reply...
Avatar of Norbert
Norbert
Flag of Germany image

did you check the dependencies using depend
if you are using VC6 it is shipped with the package.
probably you are missing an DLL or you have an other version of a DLL on the other PC
Avatar of Moin
Moin

ASKER

yes i have checked using depend and all the dependencies are their as reported by it
are you loggedin on both machines as adminstrator or equivalent ?
ASKER CERTIFIED SOLUTION
Avatar of anoops
anoops

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial