You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(MessageBox.Show($"{Application.ProductName} requires the following:\n\n{builder.ToString()}"+
69
+
"\nWhen you click OK, we will guide you to download the required software.\n"+
70
+
(missingDependencies.Count>1?"If there are multiple items missing, you need to repeat this process until all dependencies are resolved.\n":string.Empty)+
MessageBox.Show($"{Application.ProductName} is missing the following:\n\n{string.Join("\n",missingORFiles.ToArray())}\n\nPlease re-install the software.",Application.ProductName);
Text="Please go to\n https://support.microsoft.com/en-us/help/4054530/microsoft-net-framework-4-7-2-offline-installer-for-windows \nto download the installation package "+
109
+
"for Microsoft .NET Framework 4.7.2 and install the software.",
if(File.Exists(Path.Combine(Environment.SystemDirectory,"D3Dcompiler_43.dll")))//there is a dependency in Monogame requiring the specific version of D3D compiler
117
+
return;
118
+
119
+
missingDependencies.Add(newDependencyHint()
120
+
{
121
+
Name="DirectX 9 Runtime",
122
+
Text="Please go to\n https://www.microsoft.com/en-us/download/details.aspx?id=35&nowin10 \nto download the web installer for "+
123
+
"DirectX Runtime and install the software. While downloading and installing, you may uncheck the installation of MSN and Bing software.",
0 commit comments