Rearm Wizard - The Premier Rearm Solution for Windows 7 and Office 2013

Discussion in 'MDL Projects and Applications' started by timesurfer, Mar 27, 2013.

  1. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #21 timesurfer, Mar 28, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  2. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #22 timesurfer, Mar 28, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Shout out to x64 users please test

    It won't bork anything just testing the rearm code

    Office 2013 VL x64 Help Instructions:

    1. Use Cody's tool to check rearm count hence 3 rearms available...
    2. Open cmd line as admin then enter the following cmd

    Code:
    "%programfiles(x86)%\Microsoft Office\Office15\OSPPREARM.exe"
    3. Use Cody's tool to check rearms available should be 2 left...
    4. In the IORRT hidden folder is a created batch file called IORRT.bat and it ends up with this code for x64 rearm path

    Code:
    @echo off 
    net stop osppsvc 
    xcopy /cheriky "C:\IORRT\Backup\Files\Tokens" "C:\ProgramData\Microsoft\OfficeSoftwareProtectionPlatform" 
    REG DELETE HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f 
    REG ADD HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f 
    reg restore "HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform" C:\IORRT\Backup\Registry\OfficeSPPInfo.hiv 
    net start osppsvc 
    IF Exist "C:\Program Files\Microsoft Office\Office15\OSPPREARM.exe" ( 
    "C:\Program Files\Microsoft Office\Office15\OSPPREARM.exe" 
    ) ELSE ( "\Microsoft Office\Office15\OSPPREARM.exe" 
    ) 
    schtasks /delete /tn "IORRT" /f 
    schtasks /create /tn "IORRT" /tr "C:\IORRT\IORRT.bat" /sc daily /mo 1 /ru "" 
    
    So I guess run this code in your x64 office 2013

    Code:
    "\Microsoft Office\Office15\OSPPREARM.exe"
    5. Then use Cody's toolkit to check rearms and should be 1 left, then just reactivate with Cody tool.

    6. Skip all that and just install IORRT and it should give error of some kind if x64 rearm path is invalid and provide snapshot of error please

    If uninstall borks then just look in task scheduler for IORRT and Hybrid task and delete them and delete IORRT folder in %systemdrive%

    Thanks
     
  3. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #23 timesurfer, Mar 29, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  4. rahul82ny

    rahul82ny MDL Novice

    Mar 2, 2013
    5
    2
    0
    Does Duality 420 work with Office 2010 Professional Plus or should one use the older Trilogy for that?
     
  5. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Duality 420 - The Official Rearm Solution for Windows 7 and Office 2013 :eek:

    Trilogy 4.2 - The Official Rearm Solution for Windows 7 and Office 2010 :eek:

    I suggest only using Duality 420 with Office 2013 VL though since I'm not supporting Office 2010 VL anymore...

    :shisha:
     
  6. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #27 timesurfer, Mar 30, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  7. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    Hi ts, nice to see you back here. I've been busy with other things and have not been here for some time.

    Anyways, with regards to removing your XP task/language code, you should be able to remove everything except the lines:

    set onstart=onstart
    set daily=daily


    from the first part, and the line:

    set daily=daily

    from the second part.

    After ensuring that it works, you can then go back and do some search and replace to find the references and change them, so that you can remove those lines too.

    Unfortunately, I do not have the proper OS or Office 2013 for testing at this time. Good luck with your new project!
     
  8. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    :worthy: tomah really nice to see you :eek:

    Got it to work for Office 2013 VL :headbang:

    Will go test now :shisha:

    The Duality project is done after I remove that code :)

    Really nice to see you after so long :weep:
     
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #30 timesurfer, Mar 30, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  10. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    Glad to hear it worked. If you're done now, sorry for making you look for another project to start. :shisha:
     
  11. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    Here are the steps to follow to remove the "set stuff":

    1) Delete all lines that are "set daily=daily" and "set onstart=onstart"

    2) Do a search and replace to replace all instances of "%daily%" to "daily" and "%onstart%" to "onstart"

    Don't include the quotes.

    Everything should then work.
     
  12. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #34 timesurfer, Mar 30, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  13. carpboy

    carpboy MDL Junior Member

    Aug 5, 2010
    85
    8
    0
    great work timesurfer does it matter what version I use 64 or 32 bit?
     
  14. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Tito said use x86, both work though :shisha:
     
  15. carpboy

    carpboy MDL Junior Member

    Aug 5, 2010
    85
    8
    0
    will it ever work on windows 8?
     
  16. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Only the combination of W7/2013 can use rearm concept

    Probably a good thing too as W7 is really all we need and works fine

    I mean W8 does what?

    Takes you from desktop to a far away land to see programs, to search, to lock, restart, shutdown?

    Windows Labyrinth :eek:

    Gives you a pdf and ISO mount program?

    Quick access to brightness setting?

    Airplane wireless off program...lol

    Demands a key to install :p

    Has all that cool ribbon stuff :)

    W8 is just a bunch of fluff!

    2013 is real nice though so W7/2013 are the ideal combination :headbang:
     
  17. carpboy

    carpboy MDL Junior Member

    Aug 5, 2010
    85
    8
    0
    hi uninstall office 2010 and IORRT install office 2013 vl tried to install Duality 420 Final Version but have no rearms how can I get round this?
     
  18. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270

    IORRT always needs 1 rearm to work hence when you uninstalled IORRT there should have been 1 rearm left because upon uninstallation there should have been restored the 1 rearm needed to use IORRT. Office 2010/2013 always install in same status as previously installed hence there should be 1 rearm but you say that IORRT is not installing and giving no rearms detected correct?

    And because I haven't found the secret file that keeps Office 2010/2013 installing in same status as previously installed you have two choices to get rearms back to use IORRT

    1. Uninstall 2013 then do repair install of W7 then when you install 2013 again it will have 3 rearms
    2. Use Cody's tool to activate and it will have 1 rearm

    :shisha: