diff --git a/src/Templates/v3/Projects/CustomActionCPP/CustomActionCPP.vstemplate b/src/Templates/v3/Projects/CustomActionCPP/CustomActionCPP.vstemplate index 3421685..5e30f4c 100644 --- a/src/Templates/v3/Projects/CustomActionCPP/CustomActionCPP.vstemplate +++ b/src/Templates/v3/Projects/CustomActionCPP/CustomActionCPP.vstemplate @@ -1,8 +1,8 @@  - C++ Custom Action Project - A project for creating an MSI custom action + C++ Custom Action Project for WiX v3 + A project for creating an MSI custom action using WiX Toolset v3 CustomActionCPP.ico WiX Microsoft.Deployment.WindowsInstaller.CustomActionCPP diff --git a/src/Templates/v3/Projects/CustomActionCS/CustomActionCS.vstemplate b/src/Templates/v3/Projects/CustomActionCS/CustomActionCS.vstemplate index 6404ad3..b568c16 100644 --- a/src/Templates/v3/Projects/CustomActionCS/CustomActionCS.vstemplate +++ b/src/Templates/v3/Projects/CustomActionCS/CustomActionCS.vstemplate @@ -1,8 +1,8 @@  - C# Custom Action Project - A project for creating an MSI custom action + C# Custom Action Project for WiX v3 + A project for creating an MSI custom action using WiX Toolset v3 WiX Microsoft.Deployment.WindowsInstaller.CustomActionCS diff --git a/src/Templates/v3/Projects/CustomActionVB/CustomActionVB.vstemplate b/src/Templates/v3/Projects/CustomActionVB/CustomActionVB.vstemplate index 7ae3ea2..e95031e 100644 --- a/src/Templates/v3/Projects/CustomActionVB/CustomActionVB.vstemplate +++ b/src/Templates/v3/Projects/CustomActionVB/CustomActionVB.vstemplate @@ -1,8 +1,8 @@ - VB Custom Action Project - A project for creating an MSI custom action + VB Custom Action Project for WiX v3 + A project for creating an MSI custom action using WiX Toolset v3 WiX Microsoft.Deployment.WindowsInstaller.CustomActionVB diff --git a/src/Templates/v3/Projects/WixBundleProject/WixBundle.vstemplate b/src/Templates/v3/Projects/WixBundleProject/WixBundle.vstemplate index bfea97c..0cde869 100644 --- a/src/Templates/v3/Projects/WixBundleProject/WixBundle.vstemplate +++ b/src/Templates/v3/Projects/WixBundleProject/WixBundle.vstemplate @@ -1,7 +1,7 @@ - Bootstrapper Project - A project for creating a Windows Installer XML based EXE setup layout + Bootstrapper Project for WiX v3 + A project for creating a WiX based EXE setup layout using WiX Toolset v3 WixBundle.ico WiX 50 diff --git a/src/Templates/v3/Projects/WixLibrary/WixLibrary.vstemplate b/src/Templates/v3/Projects/WixLibrary/WixLibrary.vstemplate index ed257d6..82e38be 100644 --- a/src/Templates/v3/Projects/WixLibrary/WixLibrary.vstemplate +++ b/src/Templates/v3/Projects/WixLibrary/WixLibrary.vstemplate @@ -1,7 +1,7 @@ - Setup Library Project - A project for creating a wixlib library + Setup Library Project for WiX v3 + A project for creating a wixlib library using WiX Toolset v3 WixLibrary.ico WiX 40 diff --git a/src/Templates/v3/Projects/WixMergeModule/WixMergeModule.vstemplate b/src/Templates/v3/Projects/WixMergeModule/WixMergeModule.vstemplate index da57eb6..05ef3f6 100644 --- a/src/Templates/v3/Projects/WixMergeModule/WixMergeModule.vstemplate +++ b/src/Templates/v3/Projects/WixMergeModule/WixMergeModule.vstemplate @@ -1,7 +1,7 @@ - Merge Module Project - A project for creating a Windows Installer XML based MSM file + Merge Module Project for WiX v3 + A project for creating a WiX based MSM file using WiX Toolset v3 WixMergeModule.ico WiX 30 diff --git a/src/Templates/v3/Projects/WixProject/WixProject.vstemplate b/src/Templates/v3/Projects/WixProject/WixProject.vstemplate index 0b4a4c5..054f1d1 100644 --- a/src/Templates/v3/Projects/WixProject/WixProject.vstemplate +++ b/src/Templates/v3/Projects/WixProject/WixProject.vstemplate @@ -1,7 +1,7 @@ - Setup Project - A project for creating an MSI file + Setup Project for WiX v3 + A project for creating an MSI file using WiX Toolset v3 WixProject.ico WiX 20 diff --git a/src/Templates/v4/Projects/CustomActionCS/CustomActionCS.vstemplate b/src/Templates/v4/Projects/CustomActionCS/CustomActionCS.vstemplate index 2228bf3..9e7bd6a 100644 --- a/src/Templates/v4/Projects/CustomActionCS/CustomActionCS.vstemplate +++ b/src/Templates/v4/Projects/CustomActionCS/CustomActionCS.vstemplate @@ -1,8 +1,8 @@  - C# Custom Action Project - A project for creating an MSI custom action + C# Custom Action Project for WiX v4 + A project for creating an MSI custom action using WiX Toolset v4 WiX WixToolset.Dtf.WindowsInstaller.CustomActionCS diff --git a/src/Templates/v4/Projects/CustomActionVB/CustomActionVB.vstemplate b/src/Templates/v4/Projects/CustomActionVB/CustomActionVB.vstemplate index edc0529..eacc3b5 100644 --- a/src/Templates/v4/Projects/CustomActionVB/CustomActionVB.vstemplate +++ b/src/Templates/v4/Projects/CustomActionVB/CustomActionVB.vstemplate @@ -1,8 +1,8 @@ - VB Custom Action Project - A project for creating an MSI custom action + VB Custom Action Project for WiX v4 + A project for creating an MSI custom action using WiX Toolset v4 WiX WixToolset.Dtf.WindowsInstaller.CustomActionVB diff --git a/src/Templates/v4/Projects/WixBundleProject/WixBundle.vstemplate b/src/Templates/v4/Projects/WixBundleProject/WixBundle.vstemplate index 53fb1a4..7fcb263 100644 --- a/src/Templates/v4/Projects/WixBundleProject/WixBundle.vstemplate +++ b/src/Templates/v4/Projects/WixBundleProject/WixBundle.vstemplate @@ -1,7 +1,7 @@ - Bootstrapper Project - A project for creating a WiX based EXE setup layout + Bootstrapper Project for WiX v4 + A project for creating a WiX based EXE setup layout using WiX Toolset v4 WixBundle.ico WiX 50 diff --git a/src/Templates/v4/Projects/WixLibrary/WixLibrary.vstemplate b/src/Templates/v4/Projects/WixLibrary/WixLibrary.vstemplate index 56ee38a..c3e3dfc 100644 --- a/src/Templates/v4/Projects/WixLibrary/WixLibrary.vstemplate +++ b/src/Templates/v4/Projects/WixLibrary/WixLibrary.vstemplate @@ -1,7 +1,7 @@ - Setup Library Project - A project for creating a wixlib library + Setup Library Project for WiX v4 + A project for creating a wixlib library using WiX Toolset v4 WixLibrary.ico WiX 40 diff --git a/src/Templates/v4/Projects/WixMergeModule/WixMergeModule.vstemplate b/src/Templates/v4/Projects/WixMergeModule/WixMergeModule.vstemplate index 1edeeac..89b0acb 100644 --- a/src/Templates/v4/Projects/WixMergeModule/WixMergeModule.vstemplate +++ b/src/Templates/v4/Projects/WixMergeModule/WixMergeModule.vstemplate @@ -1,7 +1,7 @@ - Merge Module Project - A project for creating a WiX based MSM file + Merge Module Project for WiX v4 + A project for creating a WiX based MSM file using WiX Toolset v4 WixMergeModule.ico WiX 30 diff --git a/src/Templates/v4/Projects/WixProject/WixProject.vstemplate b/src/Templates/v4/Projects/WixProject/WixProject.vstemplate index b14a282..5ce8fd2 100644 --- a/src/Templates/v4/Projects/WixProject/WixProject.vstemplate +++ b/src/Templates/v4/Projects/WixProject/WixProject.vstemplate @@ -1,7 +1,7 @@ - Setup Project - A project for creating a WiX based MSI file + Setup Project for WiX v4 + A project for creating a WiX based MSI file using WiX Toolset v4 WixProject.ico WiX 20