From 9398d135de0abe96ec4a4ec5ca177bca19da053d Mon Sep 17 00:00:00 2001 From: Elliot Sime Date: Thu, 4 May 2017 19:58:41 +0100 Subject: [PATCH] update installer, add .net 4.6.1 requirement --- VDesk/Properties/AssemblyInfo.cs | 2 +- VDeskSetup/Product.wxs | 14 +++++++++----- VDeskSetup/VDeskSetup.wixproj | 7 +++++++ 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/VDesk/Properties/AssemblyInfo.cs b/VDesk/Properties/AssemblyInfo.cs index 70aab02..3fed3b0 100644 --- a/VDesk/Properties/AssemblyInfo.cs +++ b/VDesk/Properties/AssemblyInfo.cs @@ -12,4 +12,4 @@ [assembly: Guid("4b9d3f05-3f9d-4627-a463-91c7317aaed5")] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] -[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.0.2.0")] diff --git a/VDeskSetup/Product.wxs b/VDeskSetup/Product.wxs index f2d2b17..5652e9f 100644 --- a/VDeskSetup/Product.wxs +++ b/VDeskSetup/Product.wxs @@ -1,10 +1,14 @@ - - + + + + - - - + + = "#394254")]]> + + + diff --git a/VDeskSetup/VDeskSetup.wixproj b/VDeskSetup/VDeskSetup.wixproj index 66b3757..ec34d8b 100644 --- a/VDeskSetup/VDeskSetup.wixproj +++ b/VDeskSetup/VDeskSetup.wixproj @@ -8,6 +8,7 @@ 2.0 VDeskSetup Package + Always bin\$(Configuration)\ @@ -21,6 +22,12 @@ + + + $(WixExtDir)\WixNetFxExtension.dll + WixNetFxExtension + +