Trilogy 4.2

Discussion in 'MDL Projects and Applications' started by timesurfer, Feb 11, 2011.

Thread Status:
Not open for further replies.
  1. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    OK, just wanted to verify in case there were more language issues we are overlooking.
     
  2. chnix

    chnix MDL Member

    May 16, 2010
    147
    71
    10
  3. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    Wow, when you said you had the flu, I didn't think it was that serious. :eek:

    I had a few extra "language finds" while you were away (posted a page or two, above) for Turkish and German but we'll see how this goes first. No too urgent unless somebody can test it anyways.

    Glad to hear you're back and hope you're feeling better.
     
  4. AnimeFrostyFreak671

    AnimeFrostyFreak671 MDL Junior Member

    Jun 26, 2010
    82
    2
    0
    Thanks and I was reffering to IR5.
     
  5. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #625 timesurfer, Mar 27, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Thanks get well soon :shisha:
     
  6. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #626 timesurfer, Mar 27, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
  7. AnimeFrostyFreak671

    AnimeFrostyFreak671 MDL Junior Member

    Jun 26, 2010
    82
    2
    0
    Hey timesurfer I have just 1 question,
    What is Microsoft Office 2010 VL?
     
  8. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Look in the office repository section 2.2.2 and you find magnet links used with utorrent with VL (Volume) editions of office 2010

    IORRT works only with VL
     
  9. lennys

    lennys MDL Novice

    Mar 26, 2011
    2
    0
    0
    #629 lennys, Mar 27, 2011
    Last edited: Mar 27, 2011
    From my original post:



    Thanks for the reply.

    F8 does not work; i.e. it still brings me straight to recovery console.

    Can't start disk manager since the only place I'm deposited after boot is win7 recovery console.

    Doing system Repair (first option) returns no errors.

    Shouldn't launch.bat, key.vbs, and installkey.bat be in the same directory as ir5.bat? I copied those files wherever IR5.bat is located with no luck.

    It seems to be a problem with locating a registry key. At least that's what it looks like from the IR5 file.

    Where was the change made to start recovery console at boot?

    If I can modify that file all should go back to normal.

    Do I need to rebuild my master boot record file?

    I tried bootrec /fixmbr and bootrec /fixboot with no luck.

    I hate to hijack this thread, if there is a better place to post about my problem please let me know.

    Awaiting patiently anyone's help. :)
     
  10. chnix

    chnix MDL Member

    May 16, 2010
    147
    71
    10
    #630 chnix, Mar 27, 2011
    Last edited by a moderator: Apr 20, 2017
  11. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #631 timesurfer, Mar 27, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
  12. chnix

    chnix MDL Member

    May 16, 2010
    147
    71
    10
    #632 chnix, Mar 27, 2011
    Last edited by a moderator: Apr 20, 2017
  13. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #633 timesurfer, Mar 27, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
  14. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    #634 tomah, Mar 27, 2011
    Last edited by a moderator: Apr 20, 2017
  15. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I'm putting it in case someone gets into notifications instead of having to go into task scheduler or run IORRT.bat file in C:\
     
  16. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    I wasn't questioning it, I was just saying that there must have been some changes to the code during the time it was removed.
     
  17. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Can you install an language on XP and test IORRT
     
  18. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    I don't have time for any testing today but I can probably try later this week. I have never tried any XP besides English. Any ideas if I need an add-on to the English version or an entirely new install in another language?
     
  19. chnix

    chnix MDL Member

    May 16, 2010
    147
    71
    10
    #639 chnix, Mar 28, 2011
    Last edited by a moderator: Apr 20, 2017
    That is exactly what makes the check. Thanks for the explanation.

    I added the Hybrid task language check in case the user is using a version of XP that has problems with the onstart paramenter, preventing the IORRT be installed without the Hybrid task (onstart paramenter has problem on Polish XP, for example).

    For the rearm, added the IORRT task language check for the same reason:
    Code:
    schtasks /delete /tn "IORRT" /f >NUL
    schtasks /create /tn "IORRT" /tr "%SystemDrive%\IORRT\IORRT.bat" /sc daily /mo 1 /ru "" >NUL
    
    The daily paramenter is not compatible with my XP (PT-BR, Polish and possible with others that we don't know).

    In this situation, the IORRT task will be removed but will not be added and that will cause various problems such as,
    for example, you can not uninstall IORRT from user's system.

    Now we just need to implement support for other languages if we are notified.

    I think we done.:cool:

    I don't know if is possible...I will search that. Did you tried the new IORRT on your system?
     
  20. chnix

    chnix MDL Member

    May 16, 2010
    147
    71
    10
    I believe you will have no problems with that. Anything report.