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
- :
- Adding a Startup Dependency in ISLE
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Aug 28, 2014
09:24 AM
Adding a Startup Dependency in ISLE
Windows Service Application is set to auto-start and/but needs to wait for Service(xyz) to start.
VSI->ISLE projects with it already specified appear to be OK, but this latest one never had it in the VSI package.
Can someone explain exactly how to add such a dependency in ISLE2013?
VSI->ISLE projects with it already specified appear to be OK, but this latest one never had it in the VSI package.
Can someone explain exactly how to add such a dependency in ISLE2013?
(1) Reply
Aug 28, 2014
09:57 AM
a. In SolutionExplorer, expand the project, left-click to select ProjectInstaller.vb, then right-click and pick ViewDesigner.
b. Pick ServiceInstaller1 and View – PropertiesWindow.
c. Add “TheServiceYouNeedToWaitForAtStartup” to the ServicesDependedOn string array.
b. Pick ServiceInstaller1 and View – PropertiesWindow.
c. Add “TheServiceYouNeedToWaitForAtStartup” to the ServicesDependedOn string array.