cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
thomas_roach
Level 3

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?
0 Kudos
(1) Reply
thomas_roach
Level 3

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.
0 Kudos