This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Intalled Service is not startable
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 03, 2012
05:42 AM
Intalled Service is not startable
Hello,
I have an exe file which is a service.
When I take my exe and enter
connector.exe /service
net start Connector
net stop Connector
connector.exe /unregserver
everything works fine.
Now I need to do this with InstallShield...I added my exe as key file to the component and added a service. The Connector service is installed and uninstalled correctly, but it's not startable.
As soon as I hit start I get
"Error 1053: The service did not respond to the start or control request in a timely fashion"
what does InstallShield do differently than me on command line??
It's a c++ COM service.
Kind regards,
Michael
I have an exe file which is a service.
When I take my exe and enter
connector.exe /service
net start Connector
net stop Connector
connector.exe /unregserver
everything works fine.
Now I need to do this with InstallShield...I added my exe as key file to the component and added a service. The Connector service is installed and uninstalled correctly, but it's not startable.
As soon as I hit start I get
"Error 1053: The service did not respond to the start or control request in a timely fashion"
what does InstallShield do differently than me on command line??
It's a c++ COM service.
Kind regards,
Michael
(1) Reply
May 03, 2012
04:18 PM
Under the component go to Advanced Settings -> COM Registration.
Right click COM Registration and select Extract COM Data from Key File.
This will add registry data to your install and should be all you need.
If this does not work, you'll have to figure out what other registry data you need by installing manually and looking at what registry data gets added, then you'll manually have to add the registry data to your install.
Right click COM Registration and select Extract COM Data from Key File.
This will add registry data to your install and should be all you need.
If this does not work, you'll have to figure out what other registry data you need by installing manually and looking at what registry data gets added, then you'll manually have to add the registry data to your install.