I want to create windows service for call COM dll object.
But i have not it.
I have normally add dll from "add referance" and select COM tab menu and select mydll object.
There are no problem, but i am running windows service then service is not call mydll object.
Note: i have not enough english please dont see my english writing error :)
Please help me,
Thanks

Zaur MammadliPosted Oct 11, 2012, 5:52 AM
Just this code :)
serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.User;