From 39b94880fdbc68c272cf91433ae585a40245ec30 Mon Sep 17 00:00:00 2001 From: Efrain Date: Sat, 26 Jun 2021 12:52:11 -0500 Subject: [PATCH] [Setups] Include the server in the setups --- CastIt.Cli.Setup/CastIt.Cli.Setup.wixproj | 14 +++++++------- CastIt.Setup/CastIt.Setup.wixproj | 18 ++++++++++++++---- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/CastIt.Cli.Setup/CastIt.Cli.Setup.wixproj b/CastIt.Cli.Setup/CastIt.Cli.Setup.wixproj index fef30ee0..da8a2780 100644 --- a/CastIt.Cli.Setup/CastIt.Cli.Setup.wixproj +++ b/CastIt.Cli.Setup/CastIt.Cli.Setup.wixproj @@ -58,14 +58,14 @@ Other similar extension points exist, see Wix.targets. --> - $(DefineConstants);CliBasePath=Source + $(DefineConstants);CliBasePath=Publish $(DefineConstants);InstallerVersion=$(InstallerVersion) - + @@ -73,17 +73,17 @@ - + - + - + - + - + diff --git a/CastIt.Setup/CastIt.Setup.wixproj b/CastIt.Setup/CastIt.Setup.wixproj index d6b41481..4e4988f6 100644 --- a/CastIt.Setup/CastIt.Setup.wixproj +++ b/CastIt.Setup/CastIt.Setup.wixproj @@ -73,12 +73,22 @@ --> + + + + - + + + + + + + - + @@ -89,13 +99,13 @@ DesktopVersion=%(DesktopAssembly.Version) - $(DefineConstants);DesktopBasePath=..\CastIt\bin\$(Configuration)\net5.0-windows\win-$(Platform)\publish + $(DefineConstants);DesktopBasePath=Publish $(DefineConstants);InstallerVersion=%(DesktopAssembly.Version) - +