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
- :
- Services "Start on Install" doesn't work
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 24, 2013
05:01 AM
Services "Start on Install" doesn't work
Hi
We have a setup project installing a Windows .NET 4 service and have the option of "Start on Install" set to Yes but it does not start the service upon installation.
We cannot find any other details on getting this to work, or find any errors in the msi log.
Iain
We have a setup project installing a Windows .NET 4 service and have the option of "Start on Install" set to Yes but it does not start the service upon installation.
We cannot find any other details on getting this to work, or find any errors in the msi log.
Iain
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 24, 2013
07:43 AM
Is this service startable?, Is all the files associated with the Service installed?, Is the ServiceControl Table properly set up?, Can you manually start the service after the install?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 25, 2013
03:57 AM
Cygnusx1 wrote:
Is this service startable?, Is all the files associated with the Service installed?, Is the ServiceControl Table properly set up?, Can you manually start the service after the install?
The service is startable and can be started manually after installation. All the files are copied across during install. In the Services section under "(3) Configure the Target System" Start on Install is set to Yes.
I am not sure about the ServiceControl Table, where would I find this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 25, 2013
06:07 AM
ITFoundations wrote:
Hi
We have a setup project installing a Windows .NET 4 service and have the option of "Start on Install" set to Yes but it does not start the service upon installation.
We cannot find any other details on getting this to work, or find any errors in the msi log.
Iain
Are you installing .NET 4 as part of this install? If so, have you suppressed a reboot that is required for .NET 4?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 25, 2013
06:18 AM
rguggisberg wrote:
Are you installing .NET 4 as part of this install? If so, have you suppressed a reboot that is required for .NET 4?
Hi.
No we are not installing .NET 4 as part of this as the target machines already have .NET 4.