Urgent Integration of Windows Service setup with my project
-
:)Hi I have made window service installer setup In this program i am using the follwing code inside OnStart Process.Start(@"c:\sanjeev\farm.exe"); here i have include the whole hard coded path but i do not want to give there the path . Path should be taken from another set up file which is given below I have made another installer for my Project ( product) which includes help file ,its self product. THe second setup of my product works file . but when i install the first one setup windows service installer i need to know the path of second one exe file i.e the path of farm.exe can anybody tell me how can i retrive the path of my product 's exe bec windows installer should automatically know the path of farm.exe file can anybody tell me is there any method to integrate my windows service installer and my product installer Everything is possible