I am trying to include the installation of a WCF service which is hosted in a simple Windows Service in my Advanced Installer project. I am following the example as shown in this thread:
http://www.advancedinstaller.com/forums ... =2&t=11379
The strange thing is that my project builds fine and I can run the installation. Everything else is installed without any problems. I get no errors. But when I am finished there is no service installed on the machine. Am I doing something wrong?
Corey