| 20 |
|
import javax.swing.UIManager; |
| 21 |
|
import javax.swing.UIManager.LookAndFeelInfo; |
| 22 |
|
|
| 23 |
+ |
import net.oni2.aeinstaller.backend.DotNet; |
| 24 |
|
import net.oni2.aeinstaller.backend.Paths; |
| 25 |
|
import net.oni2.aeinstaller.backend.Settings; |
| 26 |
|
import net.oni2.aeinstaller.backend.Settings.Platform; |
| 171 |
|
System.out.println("ValidPath: " + Installer.verifyRunningDirectory()); |
| 172 |
|
System.out.println("Platform: " + Settings.getPlatform()); |
| 173 |
|
System.out.println("Architect: " + Settings.getArchitecture()); |
| 174 |
< |
System.out.println(".NET: " + OniSplit.isDotNETInstalled()); |
| 174 |
> |
System.out.println(".NET: " + DotNet.isInstalled()); |
| 175 |
|
System.out.println("OniSplit: " + OniSplit.isOniSplitInstalled()); |
| 176 |
|
System.out.println("Globalized:" + Installer.isEditionInitialized()); |
| 177 |
|
|
| 185 |
|
.getUsableSpace(), 3)); |
| 186 |
|
System.out.println(); |
| 187 |
|
|
| 188 |
< |
if (!OniSplit.isDotNETInstalled()) { |
| 188 |
> |
if (!DotNet.isInstalled()) { |
| 189 |
|
HTMLLinkLabel hll = new HTMLLinkLabel(); |
| 190 |
|
String dlUrl = ""; |
| 191 |
|
switch (Settings.getPlatform()) { |