X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-owen.git;a=blobdiff_plain;f=src%2Fwinsetup.nsi;h=86da9420043da80a72d81b75d28f235d59cceedd;hp=333e0425befda8a574613782500adf6e85477558;hb=87c38e513f0ebe211957e901005524f4b63acdb9;hpb=6e8fce9543e0a146925031a41306bdbc25f74c08;ds=sidebyside diff --git a/src/winsetup.nsi b/src/winsetup.nsi index 333e042..86da942 100644 --- a/src/winsetup.nsi +++ b/src/winsetup.nsi @@ -51,7 +51,7 @@ IfFileExists $YPPDIR\java 0 NoYPPJ15 Abort "YPP currently using internal Java 1.5. You will need to uninstall Puzzle Pirates and then reinstall it before rerunning this installer." NoYPPJ15: IfFileExists $YPPDIR\java_vm 0 NOYPPJ16 -Abort "YPP currently using internal Java 1.5. You will need to uninstall Puzzle Pirates and then reinstall it before rerunning this installer." +Abort "YPP currently using internal Java 1.6. You will need to uninstall Puzzle Pirates and then reinstall it before rerunning this installer." NoYPPJ16: DetailPrint "Found YPP in $YPPDIR" FunctionEnd