- Timestamp:
- Mar 17, 2026, 4:28:52 PM (3 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java
r1081 r1206 227 227 if (!DotNet.isInstalled()) { 228 228 HTMLLinkLabel hll = new HTMLLinkLabel(); 229 String dlUrl = ""; 230 switch (PlatformInformation.getPlatform()) { 231 case WIN: 232 switch (PlatformInformation.getArchitecture()) { 233 case X86: 234 dlUrl = "http://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x86.exe"; 235 break; 236 case AMD64: 237 dlUrl = "http://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x64.exe"; 238 break; 239 default: 240 System.err.println("Running Windows but neither on a X86 nor AMD64 system!"); 241 } 242 break; 243 default: 244 dlUrl = "http://www.go-mono.com/mono-downloads/download.html"; 245 } 229 String dlUrl = "https://wiki.oni2.net/Anniversary_Edition#Requirements"; 246 230 hll.setText(globalBundle 247 231 .getString("dotNetMissing.text")
Note:
See TracChangeset
for help on using the changeset viewer.
