• Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Robin
    Posts: 741 from 2003/2/24
    10 steps is a little much I make it two ;)

    1) Load the installer script after extracting and remove the lines:

    (if (not (= 0 (BITAND #gui-options 3))) (
    (if (not (exists "MUI:Libs/muimaster.library" (noreq)))
    (abort "You need to install MUI 3.8 before you can install GUI "
    "modules for MiamiDx.")
    )
    (if (< (/ (getversion "MUI:Libs/muimaster.library") 65536) 18)
    (abort "Your installed MUI version is too old for MiamiDx. "
    "Please upgrade to MUI 3.8 or higher before installing MiamiDx."
    )
    )
    ))

    2. Then you can simply use the installer.

    ;-)

    [ Edited by Robin on 2004/9/4 16:17 ]
  • »09.04.04 - 18:38
    Profile Visit Website