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
    #361 CODYQX4, Dec 11, 2010
    Last edited: Dec 11, 2010
    @timesurfer

    I managed to brick office and reinstall clean but it wasn't easy.

    The way I did it way to install Office 2010 using Total Uninstall and I didn't stop at it setup complete, what I did was when it installed (still watching the PC) I bricked it and repaired it (without toolkit so I didn't have .NET 3.5 on the PC). When it repaired it was in the locked notifications.

    I then let Total Uninstall make a log of everything and it is a lot of stuff. Since some of these files are in important locations and I don't know if other apps like VS 2010 will use them and its so much, and can vary with office edition a little, I really can't make a script of it.


    However, Office can't possibly look at every single thing at that list. If we can narrow down to deleting only what is needed it could be efficient

    Should I post my Total Uninstall log and people start narrowing down things left behind?

    EDIT: I'm gonna try my first idea as there is some file I found interesting.
     
  2. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Whatever you need I will help
     
  3. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    I need to target the most obvious first.

    My idea is this:Office 2010 creates some file in a Crypto folder and it looks suspicious to me. If it has connections to license data and is unique per OS, it may have to do with backups as well. This is speculation and my mind hoping a lot but it's targeting this kind of stuff that produces results.

    I'm going to go through my list and see what remains after an unaided uninstall and see the most suspicious things.

    I really don't think having things like .docx file assigned to MS Word on install of Office are the trigger. I should test if reinstall of Office without bricking goes clean without aiding the process.
     
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I cleared my msg's for you cody ;)
     
  5. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Yeah I said that since I'm getting tired, I'll finish destroying the obvious targets that may be at fault for reinstall errors tomorrow.

    The log I have tells me everything whether its harmless or not. I need to narrow it down and the sheer size of the reg stuff makes the reg stuff too much for individual testing.

    I may downsize things to make testing easier by installing a single app, not Pro Plus suite as there would be less reg stuff.
     
  6. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    :sleep2:...lol
     
  7. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #367 timesurfer, Dec 11, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I have an question in IR4 we were able to put some cmds in task creation so we woudn't have to call some file with cmd in it

    Like here is IR4 task

    Code:
    schtasks /create /tn "Rearm" /tr "'C:\Windows\system32\cmd.exe' /c cscript.exe /b C:\Windows\System32\slmgr.vbs /rearm && net stop sppsvc && net start sppsvc" /sc daily /mo 30 /ru "" /f
    Can all these things all go into tasks for IORRT or is that too extreme...lol

    Code:
    @echo off
    net stop osppsvc
    xcopy /cheriky "%SystemDrive%\IORRT\Backup\Files\Tokens" "%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform"
    REG DELETE HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f
    REG ADD HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f
    reg restore "HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform" %SystemDrive%\IORRT\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"
    ) >>%file%
    schtasks /delete /tn "IORRT" /f
    schtasks /create /tn "IORRT" /tr "%SystemDrive%\IORRT\IORRT.bat" /sc daily /mo 1 /ru ""
    To eliminate my IORRT.bat file...lol

    So tasks would have those cmds in them both Hybrid and IORRT

    :eek:
     
  8. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    #368 CODYQX4, Dec 11, 2010
    Last edited by a moderator: Apr 20, 2017
    I think it would be a bit too much an that rearm line in IR4 is one thing with no if's or loops. It may be possible but I get a headache just thinking on how to cram all that on one line.
     
  9. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    I know ensuring everything there is gone means Office 2010 100% cleanly uninstalled.
    I don't know and don't plan to go through it anymore. I just wanted to see if it was possible to cleanup enough to reinstall Office fresh. Since EZ-Activator can unbrick people should just use that on reinstall as its way simpler.
     
  10. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I meant how close are you to solving the uninstall problem

    Check your pm
     
  11. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    As I said if you nuke everything on that list assuming things don't change by OS/Office Product then it solves the problem.

    But it's too time consuming and complicated to go through all that list so I just recommend using EZ-Activator upon reinstall. I posted that in case it would be of use or someone could go thorough it.
     
  12. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    The kind of person to go through all that is a very special person
     
  13. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Yeah I'm too tired, frustated, busy and overwhelmed to even think about all that registry stuff.

    As I said though a successful repair + activate by EZ-Activator solves the problem so this is more effort than its worth. I'd rather use EZ-Activator than reinstall office just to unbrick it.
     
  14. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Ok no problem but we'll have some people who can't successfully repair/activate/use our rearm concepts?

    so we'll just have to accept they ruined their office or they should do complete OS install since that's the only way to ensure to install with grace and 5 rearms right?
     
  15. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Well barring KMS Keygen failure, the EZ-Activator always fixes it if it does the repair while bricked. If the user has manually burned their rearms, they can run license reapir then EZ-Activator.

    So EZ-Activator can fix anything without reinstalling anything, but it has to successfully KMS Activate to do so and so many people get the AV issue.
     
  16. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    The outburst guy said he couldn't get it to work last night

    Maybe go to his thread and help him. He said your toolkit worked for 10 outta 11 installs just fine

    1. Licence delete
    2. EZ-activate

    But when should they actually do a reapair?