How To Create An Installer In Visual Studio 2015 ›
<Bundle> <Chain> <!-- Install .NET 4.6 if missing --> <PackageGroupRef Id="NetFx46Web" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> how to create an installer in visual studio 2015
<!-- Sub-feature example --> <Feature Id="DocumentationFeature" Title="User Manual" Level="1"> <ComponentRef Id="DocumentationComponent" /> </Feature> </Feature> <Bundle> <Chain> <