Trilogy 4.2

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

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

    jcroot MDL Novice

    Mar 6, 2011
    35
    12
    0
    #381 jcroot, Mar 8, 2011
    Last edited: Mar 8, 2011
  2. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #382 timesurfer, Mar 8, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
  3. jcroot

    jcroot MDL Novice

    Mar 6, 2011
    35
    12
    0
    Thanks timesurfer, hopefully this problem should be corrected soon since it was working fine, and sorry about the confusion regarding the chnix bat file, I guess chnix was trying was trying to help.
     
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    No problem we are just having fun here although sometimes it's frustrating :shisha:

    Also give pm me the IORRT that worked for you
     
  5. jcroot

    jcroot MDL Novice

    Mar 6, 2011
    35
    12
    0
    I deleted the IORRT that worked for me, but I believe it is the one you upload before this one March 7, 2011... Do you have copies or backups?
     
  6. DigitalDNA

    DigitalDNA MDL Novice

    Mar 7, 2008
    9
    2
    0
    BUG Fix

    The 3/7/11 version has a bug. If you are on x64 architecture and install Office x86, then it fails to detect the installed Office VL. To repair the script change '%%B ' to '%%B'. The trailing space is a bug.

    Thanks for your efforts. Hope this helps.
     
  7. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #390 timesurfer, Mar 8, 2011
    Last edited: Mar 8, 2011
    (OP)
    Can you post where your talking about please with changes. I don't see any Apostrophes
     
  8. dosmond

    dosmond MDL Novice

    Mar 8, 2011
    3
    0
    0
    won't install, I keep getting 490 element not found?
     
  9. jcroot

    jcroot MDL Novice

    Mar 6, 2011
    35
    12
    0
  10. jcroot

    jcroot MDL Novice

    Mar 6, 2011
    35
    12
    0
    I believe this makes sense, this what is happening to me... but could you explain this further? what you mentioned above are the same, no difference at all (i mean the code).
     
  11. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    #396 tomah, Mar 8, 2011
    Last edited by a moderator: Apr 20, 2017
    I haven't tried it myself but I believe DigitalDNA is referring to the following line (in RED). There are no apostrophes. He was just using them to indicate the issue. If you check, you will see there is a space at the end of the line.

    Code:
    REM Get Office Installed Path
    if %OfficeArchType%==WOW (
    FOR /F "tokens=2* delims= " %%A IN ('"REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\14.0\Common\InstallRoot" /v Path 2>NUL"') DO SET InstallRoot=%%B 
    if not defined InstallRoot ( cls & echo Office 2010 VL is not installed... & ping -n 5 127.0.0.1 >nul & goto mainmenu )
    Goto:FoundPath
    )
    
     
  12. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Ok so the IORRT is settled but we have no volume/retail checks anymore so we'll have to those more carefully this time.

    Also I put original IR4 code back to how MasterDisaster did which is very little change but is original which worked for everyone with non-borked OS
     
  13. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10