Yes Rajesh, i am able to install a service thru setup project (if i select windows service project template) , THE PROBELM IS: i have solution :testing project1: windowsservice1 (Windowsservice project) project2: AppServer (Win32 application project)---> this is my main application AppServer.exe project3: ServerSetup (SetupProject) If i do run my MSI file from ServerSetup, its installing AppServer.exe to C:\program files\AppServer\AppServer.exe and in Services i have only Servicename: AppServer , Path :C:\program files\AppServer\WindowsService1.exe (instead of AppServer.exe) i hope nw i expained correctly :) Regds jain