diff --git a/Source/Installer/Installer.wixproj b/Source/Installer/Installer.wixproj new file mode 100644 index 0000000..f950851 --- /dev/null +++ b/Source/Installer/Installer.wixproj @@ -0,0 +1,50 @@ + + + + Debug + x86 + 3.10 + 053f50a8-e2c9-4f92-ba1b-b8f71603585f + 2.0 + Wifinian.Installer + Package + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + ICE69 + + + bin\$(Configuration)\ + obj\$(Configuration)\ + False + ICE69 + + + + + + + Wifinian + {056ef371-bf6b-42c3-82b7-a113cafa5718} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + + + + + + + \ No newline at end of file diff --git a/Source/Installer/Product.wxs b/Source/Installer/Product.wxs new file mode 100644 index 0000000..8241c8d --- /dev/null +++ b/Source/Installer/Product.wxs @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL") + + + diff --git a/Source/Wifinian.sln b/Source/Wifinian.sln index ab25291..ef51c0a 100644 --- a/Source/Wifinian.sln +++ b/Source/Wifinian.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.27130.2003 +VisualStudioVersion = 15.0.27130.2010 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wifinian", "Wifinian\Wifinian.csproj", "{056EF371-BF6B-42C3-82B7-A113CAFA5718}" EndProject @@ -11,28 +11,54 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactivePropertyTest", "Rea EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IconImage", "IconImage\IconImage.csproj", "{566D20ED-A863-43BA-BC28-D21E46FEC661}" EndProject +Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer\Installer.wixproj", "{053F50A8-E2C9-4F92-BA1B-B8F71603585F}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {056EF371-BF6B-42C3-82B7-A113CAFA5718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {056EF371-BF6B-42C3-82B7-A113CAFA5718}.Debug|Any CPU.Build.0 = Debug|Any CPU + {056EF371-BF6B-42C3-82B7-A113CAFA5718}.Debug|x86.ActiveCfg = Debug|Any CPU + {056EF371-BF6B-42C3-82B7-A113CAFA5718}.Debug|x86.Build.0 = Debug|Any CPU {056EF371-BF6B-42C3-82B7-A113CAFA5718}.Release|Any CPU.ActiveCfg = Release|Any CPU {056EF371-BF6B-42C3-82B7-A113CAFA5718}.Release|Any CPU.Build.0 = Release|Any CPU + {056EF371-BF6B-42C3-82B7-A113CAFA5718}.Release|x86.ActiveCfg = Release|Any CPU + {056EF371-BF6B-42C3-82B7-A113CAFA5718}.Release|x86.Build.0 = Release|Any CPU {BCE9DA19-3C0D-4F17-8927-1320CF13CF2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {BCE9DA19-3C0D-4F17-8927-1320CF13CF2F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BCE9DA19-3C0D-4F17-8927-1320CF13CF2F}.Debug|x86.ActiveCfg = Debug|Any CPU + {BCE9DA19-3C0D-4F17-8927-1320CF13CF2F}.Debug|x86.Build.0 = Debug|Any CPU {BCE9DA19-3C0D-4F17-8927-1320CF13CF2F}.Release|Any CPU.ActiveCfg = Release|Any CPU {BCE9DA19-3C0D-4F17-8927-1320CF13CF2F}.Release|Any CPU.Build.0 = Release|Any CPU + {BCE9DA19-3C0D-4F17-8927-1320CF13CF2F}.Release|x86.ActiveCfg = Release|Any CPU + {BCE9DA19-3C0D-4F17-8927-1320CF13CF2F}.Release|x86.Build.0 = Release|Any CPU {2010B70C-7FEF-4C71-9E96-E09860401833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {2010B70C-7FEF-4C71-9E96-E09860401833}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2010B70C-7FEF-4C71-9E96-E09860401833}.Debug|x86.ActiveCfg = Debug|Any CPU + {2010B70C-7FEF-4C71-9E96-E09860401833}.Debug|x86.Build.0 = Debug|Any CPU {2010B70C-7FEF-4C71-9E96-E09860401833}.Release|Any CPU.ActiveCfg = Release|Any CPU {2010B70C-7FEF-4C71-9E96-E09860401833}.Release|Any CPU.Build.0 = Release|Any CPU + {2010B70C-7FEF-4C71-9E96-E09860401833}.Release|x86.ActiveCfg = Release|Any CPU + {2010B70C-7FEF-4C71-9E96-E09860401833}.Release|x86.Build.0 = Release|Any CPU {566D20ED-A863-43BA-BC28-D21E46FEC661}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {566D20ED-A863-43BA-BC28-D21E46FEC661}.Debug|Any CPU.Build.0 = Debug|Any CPU + {566D20ED-A863-43BA-BC28-D21E46FEC661}.Debug|x86.ActiveCfg = Debug|Any CPU + {566D20ED-A863-43BA-BC28-D21E46FEC661}.Debug|x86.Build.0 = Debug|Any CPU {566D20ED-A863-43BA-BC28-D21E46FEC661}.Release|Any CPU.ActiveCfg = Release|Any CPU {566D20ED-A863-43BA-BC28-D21E46FEC661}.Release|Any CPU.Build.0 = Release|Any CPU + {566D20ED-A863-43BA-BC28-D21E46FEC661}.Release|x86.ActiveCfg = Release|Any CPU + {566D20ED-A863-43BA-BC28-D21E46FEC661}.Release|x86.Build.0 = Release|Any CPU + {053F50A8-E2C9-4F92-BA1B-B8F71603585F}.Debug|Any CPU.ActiveCfg = Debug|x86 + {053F50A8-E2C9-4F92-BA1B-B8F71603585F}.Debug|x86.ActiveCfg = Debug|x86 + {053F50A8-E2C9-4F92-BA1B-B8F71603585F}.Debug|x86.Build.0 = Debug|x86 + {053F50A8-E2C9-4F92-BA1B-B8F71603585F}.Release|Any CPU.ActiveCfg = Release|x86 + {053F50A8-E2C9-4F92-BA1B-B8F71603585F}.Release|x86.ActiveCfg = Release|x86 + {053F50A8-E2C9-4F92-BA1B-B8F71603585F}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE