Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hi all,
How can i add dependencies of a windows service by installshield?
My winservice depend on the three following services, so they must run before the service starts:

1. COMSysApp
2. SENS
3. MSDTC

Note: I have used Installshield project to install my service and not windows installer class so i could not use the way that mr. Jerry.Wang suggested in his article.
Posted
Updated 25-Sep-12 23:01pm
v2
Comments
jang083 25-Sep-12 6:07am    
http://stackoverflow.com/questions/12580353/how-to-add-dependencies-to-a-windows-service cross posting...

You can add dependencies via the registry or via the command line. See e.g. http://www.kiwisyslog.com/help/cattools/index.html?appserv_howtoaddservdepends.htm[^]
 
Share this answer
 
Comments
M_Mogharrabi 26-Sep-12 2:52am    
Thanks Bernhard Hiller,but i want to add dependency via installshield.It has a Dependency Scanner tool but it could find just COMSysApp but not SEN Service.
even when i add COMSysApp as a dependency and then install my service i can not see this dependency in list of dependencies of my installed service!?
Bernhard Hiller 26-Sep-12 3:30am    
SEN stands for "System Event Notification", maybe that helps to find the service.
I do not know how to add dependencies with InstallShield.
I have solved it myself by adding the dependencies in ServiceComponent Wizard.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900