We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa3d16 commit 9b1bbc1Copy full SHA for 9b1bbc1
Rectify11Installer/Pages/InstallOptnsPage.cs
@@ -51,7 +51,7 @@ private static void UpdateListView(PatchesPatch[] ok, TreeNode basicNode, TreeNo
51
}
52
else
53
{
54
- if (InstallStatus.InstalledVersion == "3.0.0.0")
+ if (InstallStatus.InstalledVersion == "3.0.0.0" && !InstallStatus.IsRectify11Installed)
55
56
if (Properties.Resources.newfiles.Contains(patch.Mui))
57
0 commit comments