Project template for creating wix 3.6 Windows Service setup projects for Microsoft Visual Studio 11. Note that this Project Template was not created by the WiX team. After the vsix has been installed you will get a new project template in addition to the official Wix project templates. Note that even though the icon looks like the official template icons, the template wasnot created by the WiX team. The template will create projects that have a Product.wxs file that are ready to build a Windows Service (you may still have to add any additional assemblies if your service has dependencies on other assemblies). Just uncomment the assembly element and copy it if needed and then build and you should have an installer built for your Windows Service in no time. For more information go to: http://oncoding.blogspot.com
Changes between version 1.0 and 1.1 - The template now has a wizard that will ask you for the information needed to create the Product.wxs file |