IORRT - The Official Office 2010 VL Rearm Solution

Discussion in 'MDL Projects and Applications' started by timesurfer, Dec 1, 2010.

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

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    When for any reason they cannot rearm at all (as in toolkit will report 0 rearms).

    His didn't work because KMS failed for some reason. I wonder if he was using latest version though as I did not see it backup license in case of failure.
     
  2. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I'm not certain but about the repair question

    I just need steo by step to help people with your toolkit and IORRT/Autorearm etc..
     
  3. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Here are the step simplest
    1. Use Default Toolkit Settings of latest toolkit version
    2. Run "Repair" in License Files Tab
    3. Be sure beyond 100% all AV/Firewall (including Windows Defender AND Windows Firewall) are disabled
    4. Run EZ-Activator and hope it KMS activates. Maybe try more than once if it doesn't.

    A thing about my 2.0.1, if AV deletes KMS Emulator it will fail at the beggining. But maybe Firewall/AV intereference can screw with it without actually deleting it (like scanning its behavior slowwing it down, or blocking it's netwrok access).
     
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    It just says add or delete
     
  5. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Delete=Repair

    I renamed it and it will say Repair in V2.1.
     
  6. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    So it does a mini repair when you use delete
     
  7. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Effectively it deletes all the license stuff then calls office's msi files to make Office rebuild this info. This can help PC's that get infinite KMS failure. Sometimes it may take more than one repair but 99.999% of the time EZ-Activator succeeds on one repair. The button says delete because it used to not do the repair, just delete and make the user open office to repair (which had a drastically lower KMS success rate after for some reason).
     
  8. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    @timesurfer Phazor says he may have found out how to fix the constant 8000700D error with KMS. If it works it means EZ-Activator wouldn't have to do the repair to fix KMS activation.

    Eliminate that issue with KMS and the only real one left is AV flagging.
     
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I'm glad you guys are on it for KMS/Keygen ;)

    I am however just wishing to have rearm concept users both yours and mine have ability to fix/repair office so our rearm concepts will work with less troubleshooting

    Thank you Cody and Phazor :)
     
  10. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #390 timesurfer, Dec 12, 2010
    Last edited: Dec 12, 2010
    (OP)
    Office rearm concept is blowing up Cody and only prob with it is if office is previously bricked with no rearm which is not office rearm concept fault

    So your toolkit will be more popular to heal office for IORRT and Autorearm ;)
     
  11. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #392 DARKOR04, Dec 12, 2010
    Last edited: Dec 12, 2010
    @All Forum Members and Guest

    I just finished a vast test for IORRT Concept.
    Results:
    WORKS LIKE CHARM, I RECOMMEND IT TO EVERYONE, WORTH A TRY...;)

    NOW WOAT & IORRT HAVE BEEN MERGED, Thank ts for awesome tool and all that help creating it...;)
     
  12. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #393 timesurfer, Dec 12, 2010
    Last edited: Dec 12, 2010
    (OP)
    Ok guys I had talked with Cody and I had idea to eliminate any troubleshooting with IORRT.

    I want to do check if rearms are available like cody toolkit does

    So if I can figure it out we will just attempt rearm if fail then give msg that IORRT cannot work without rearms availble

    (This will encompass an backup prior then after rearm check backup will be deleted then action is to proceed with IORRT install if rearm was available)

    This will still not deal with if in noti's but it will initiate Cody toolkit usage as to repair 2010 so rearm concepts can be used

    This code will be added to only the install function of IORRT and give prompt to return user to menu if no rearms are present

    Basically it's a check for rearms existence if not then return to menu

    Any help with scripting will be appreciated
     
  13. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #394 timesurfer, Dec 12, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
    How does cmd line deal with specific errors

    Stuff in green is new install function code

    Stuff in blue is rearm code

    Stuff in red is hard part

    Stuff in orange is deletion of temp backups for checking if rearms are available

    Here is install script

    Code:
    :Install
    CLS
    mode con: cols=64 lines=21
    title IORRT 1.9
    net stop osppsvc
    xcopy /cheriky "%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform" "%SystemDrive%\Backup\Files\Tokens"
    mkdir "%SystemDrive%\Backup\Registry"
    reg save "HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform" %SystemDrive%\Backup\Registry\OfficeSPPInfo.hiv
    net start osppsvc
    IF Exist "%CommonProgramFiles%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" ( 
    "%CommonProgramFiles%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" 
    ) ELSE ( "%commonprogramfiles(x86)%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" 
    )
    REM If rearm error is present then
    REM DEL "%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform\Backup.hiv"
    REM SET file=%SystemDrive%\Backup
    REM IF EXIST %file% attrib -h %file%
    REM RD /S /Q  %file%
    REM GOTO MAINMENU 
    REM ELSE
    schtasks /query | FINDSTR /I "IORRT" >NUL 
    IF ERRORLEVEL 1 (
    echo Installing IORRT
    ) ELSE (
    echo IORRT has already been installed!
    echo.
    echo Press any key to return to the main menu
    PAUSE 1>nul
    GOTO MAINMENU
    )
    mkdir "%SystemDrive%\IORRT"
    net stop osppsvc
    xcopy /cheriky "%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform" "%SystemDrive%\IORRT\Backup\Files\Tokens"
    mkdir "%SystemDrive%\IORRT\Backup\Registry"
    reg save "HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform" %SystemDrive%\IORRT\Backup\Registry\OfficeSPPInfo.hiv
    net start osppsvc
    SET file=%SystemDrive%\IORRT\IORRT.bat
    IF EXIST %file% attrib -h %file% 
    echo @echo off >%file%
    echo net stop osppsvc >>%file%
    echo xcopy /cheriky "%SystemDrive%\IORRT\Backup\Files\Tokens" "%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform" >>%file%
    echo REG DELETE HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f >>%file%
    echo REG ADD HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f >>%file%
    echo reg restore "HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform" %SystemDrive%\IORRT\Backup\Registry\OfficeSPPInfo.hiv >>%file%
    echo net start osppsvc >>%file%
    echo IF Exist "%COMMONPROGRAMFILES%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" ( >>%file%
    echo "%COMMONPROGRAMFILES%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" >>%file%
    echo ) ELSE ( "%COMMONPROGRAMFILES(X86)%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" >>%file%
    echo ) >>%file%
    echo schtasks /delete /tn "IORRT" /f >>%file%
    echo schtasks /create /tn "IORRT" /tr "%SystemDrive%\IORRT\IORRT.bat" /sc daily /mo 1 /ru "" >>%file%
    IF Exist "%CommonProgramFiles%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" ( 
    "%CommonProgramFiles%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" 
    ) ELSE ( "%commonprogramfiles(x86)%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" 
    )
    schtasks /create /tn "Hybrid" /tr "%SystemDrive%\IORRT\IORRT.bat" /sc onstart /ru ""
    schtasks /create /tn "IORRT" /tr "%SystemDrive%\IORRT\IORRT.bat" /sc daily /mo 1 /ru ""
    echo.
    cd /d "%InstallRoot%"
    cscript OSPP.VBS /dstatus
    schtasks /query | FINDSTR /I "IORRT"
    echo.Press any key to return to the main menu
    pause > nul
    GOTO MAINMENU
    )
    
    
     
  14. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #395 DARKOR04, Dec 12, 2010
    Last edited by a moderator: Apr 20, 2017
    Going to work in a few minutes I'll check it out in work break hehe and feedback.... ;) see ya guys till later
     
  15. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Cody I just tested autokms via EZ activator (worked perfect) then uninstalled it and it says "out of tolerance" grace period...lol

    IORRT was previously installed meaning I didn't uninstall it to use your EZ

    I then used C option and it says just regular grace

    "out of tolerance" grace period :eek:...lol I give up :suicide:
     
  16. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Never seen that before but OOT Grace is usually when your PC (like HW) changes enough for activation to get revoked.
     
  17. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I will see if I can reproduce it :p...lol
     
  18. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Nope couldn't reproduce it but it's exists...lol
     
  19. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #400 timesurfer, Dec 13, 2010
    Last edited: Dec 13, 2010
    (OP)
    Cody I just had thought. I reset task at time restore/rearm happens daily but it also resets task when you boot

    What do you think?