Changeset 1206


Ignore:
Timestamp:
Mar 17, 2026, 4:28:52 PM (2 hours ago)
Author:
alloc
Message:

AEI 2.32: Link to AE wiki page for .NET download

Location:
java/installer2/src/net/oni2/aeinstaller
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/AEInstaller.properties

    r1202 r1206  
    11appname=AE Installer 2
    2 appversion=.31
     2appversion=.32
  • java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java

    r1081 r1206  
    227227                if (!DotNet.isInstalled()) {
    228228                        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";
    246230                        hll.setText(globalBundle
    247231                                        .getString("dotNetMissing.text")
Note: See TracChangeset for help on using the changeset viewer.