Hello. I am creating a program that will download updates automatically from the web. I have developed a Windows Application version so that the user can see an interface while it is working. I've also created a Windows Service version that will automatically download the updates when the computer starts (no GUI of course).
My question is this: is there any way I can combine a Windows App and Windows Service into one project? I really do not want to maintain two different projects (which are 99% identical) if I don't have to.
Thanks,
(txmed)
My question is this: is there any way I can combine a Windows App and Windows Service into one project? I really do not want to maintain two different projects (which are 99% identical) if I don't have to.
Thanks,
(txmed)