I developed a WCF application, and I want to package it in a program which can be installed by normal user without installing Visual Studio or IIS on his machine.
This WCF will be called remotely from another machnine using the machine IP Address.
What do you suggest for this case ?
You can host your WCF Services as a Windows Service, and use the Http Endpoint.
Also, check this link.