Most of you may be quite familiar on how to create MSI or Setups for your applications. By using a Microsoft Installer, one can make sure all dependencies for running ...
I'd like to create a simple .msi file that will install the service and allow it to be uninstalled when the .msi package is uninstalled. Can it be done from VS.NET? If it can't, can anyone recommend ...