Skip to content

Commit

Permalink
Merge pull request #376 from raisingthefloor/master
Browse files Browse the repository at this point in the history
Morphic for Windows v1.8
  • Loading branch information
christopher-rtf authored Nov 17, 2023
2 parents d8d016f + c14e654 commit 85cb25c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Morphic.Client/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ internal static bool WasInstalledUsingEnterpriseInstaller()
case "morphicmsi":
return false;
case "morphicenterprisemsi":
return false;
return true;
default:
Debug.Assert(false, "Registry value 'setupPackageVariant' contains unrecognized string data");
// default to "not installed with enterprise installer"
Expand Down
2 changes: 1 addition & 1 deletion Morphic.Setup.Enterprise/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
<Package Name="Morphic" Language="1033" Version="!(bind.FileVersion.filFa4krMwL6ueyj_tX_uB0JUHWusc)" Manufacturer="Raising the Floor" UpgradeCode="7d0ee114-79e8-4ff6-b28b-0408551483f5" InstallerVersion="200" Scope="perMachine">
<Package Name="Morphic" Language="1033" Version="!(bind.FileVersion.filFa4krMwL6ueyj_tX_uB0JUHWusc)" Manufacturer="Raising the Floor" UpgradeCode="7d0ee114-79e8-4ff6-b28b-0408551483f5" InstallerVersion="500" Scope="perMachine">

<Icon Id="MorphicIcon" SourceFile="$(var.Morphic.Client.ProjectDir)\Icon.ico" />
<Property Id="ARPPRODUCTICON" Value="MorphicIcon" />
Expand Down
2 changes: 1 addition & 1 deletion Morphic.Setup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
<Package Name="Morphic" Language="1033" Version="!(bind.FileVersion.filFa4krMwL6ueyj_tX_uB0JUHWusc)" Manufacturer="Raising the Floor" UpgradeCode="7d0ee114-79e8-4ff6-b28b-0408551483f5" InstallerVersion="200">
<Package Name="Morphic" Language="1033" Version="!(bind.FileVersion.filFa4krMwL6ueyj_tX_uB0JUHWusc)" Manufacturer="Raising the Floor" UpgradeCode="7d0ee114-79e8-4ff6-b28b-0408551483f5" InstallerVersion="500">

<Icon Id="MorphicIcon" SourceFile="$(var.Morphic.Client.ProjectDir)\Icon.ico" />
<Property Id="ARPPRODUCTICON" Value="MorphicIcon" />
Expand Down

0 comments on commit 85cb25c

Please # to comment.