I want to package a windows service as an appx bundle. I used below link to create MSI for installing service.
MSI working fine, service installed successfully. Now when I had used this MSI for creating APPX by using DAC converter, i found appx was created but when launch it, I am getting dialog box indicating "cannot start service from the command line or debugger,A windows service must first be installed...". But in MSI is working fine.
Thus I am eager to know that whether DAC converter supports installation of service if MSI can installs service perfectly and if not then how to overcome this?