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. gramire7

    gramire7 MDL Novice

    Mar 23, 2011
    17
    8
    0
    Ok, many thanks Timesurfer. Rearm Wizard noted. I am currently dling Office 2013 Professional Plus, just hope it is the correct version that works with Rearm Wizard. If you have a link that will work best please forward to me.

    Thanks again for all your help.:worthy:
     
  2. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    To obtain the correct 2013 simply install bit torrent then choose the option for the office in the ISO/URL links

    Most go with the x86/32bit version
     
  3. gramire7

    gramire7 MDL Novice

    Mar 23, 2011
    17
    8
    0
    Got it!! DLing now. Thanks for your help.
     
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #944 timesurfer, Oct 20, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  5. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #945 timesurfer, Oct 20, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  6. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #946 timesurfer, Oct 21, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Was also thinking about doing the 180 day install with an move cmd like this but it's buggy :(

    Code:
    echo :UninstallIR7>>%SystemDrive%\Trial\IR7\IR72.bat
    echo CLS >>%SystemDrive%\Trial\IR7\IR72.bat
    echo echo Uninstalling IR7...>>%SystemDrive%\Trial\IR7\IR72.bat
    echo REG  ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Activation" /v NotificationDisabled /t REG_DWORD /d 0 /f ^>NUL >>%SystemDrive%\Trial\IR7\IR72.bat
    echo schtasks /delete /tn "IR7" /f ^>NUL 2>&1 >>%SystemDrive%\Trial\IR7\IR72.bat
    echo schtasks /delete /tn "Hybrid2" /f ^>NUL 2>&1 >>%SystemDrive%\Trial\IR7\IR72.bat
    echo schtasks /query ^| FINDSTR /I "IORRT" ^>NUL >>%SystemDrive%\Trial\IR7\IR72.bat
    echo IF ERRORLEVEL 1 ( >>%SystemDrive%\Trial\IR7\IR72.bat
    echo GOTO TrialFolderDelete >>%SystemDrive%\Trial\IR7\IR72.bat
    echo ) ELSE ( >>%SystemDrive%\Trial\IR7\IR72.bat
    echo GOTO IR7FolderDelete >>%SystemDrive%\Trial\IR7\IR72.bat
    echo ) >>%SystemDrive%\Trial\IR7\IR72.bat
    
    echo :TrialFolderDelete>>%SystemDrive%\Trial\IR7\IR72.bat
    echo echo rd /s /q %SystemDrive%\Trial ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat
    echo echo rd /s /q %SystemDrive%\Trial ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat
    echo echo del /F /Q %SystemDrive%\removeIR7.bat ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat
    echo move /y %SystemDrive%\Trial\IR7\removeIR7.bat "%SystemDrive%\removeIR7.bat" >>%SystemDrive%\Trial\IR7\IR72.bat
    echo start %SystemDrive%\removeIR7.bat>>%SystemDrive%\Trial\IR7\IR72.bat
    echo GOTO :Exit >>%SystemDrive%\Trial\IR7\IR72.bat
    
    echo :IR7FolderDelete>>%SystemDrive%\Trial\IR7\IR72.bat
    echo echo rd /s /q %SystemDrive%\Trial\IR7 ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat
    echo echo rd /s /q %SystemDrive%\Trial\IR7 ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat
    echo echo del /F /Q %SystemDrive%\removeIR7.bat ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat
    echo move /y %SystemDrive%\Trial\IR7\removeIR7.bat "%SystemDrive%\removeIR7.bat" >>%SystemDrive%\Trial\IR7\IR72.bat
    echo start %SystemDrive%\removeIR7.bat>>%SystemDrive%\Trial\IR7\IR72.bat
    echo GOTO :Exit >>%SystemDrive%\Trial\IR7\IR72.bat
     
  7. gramire7

    gramire7 MDL Novice

    Mar 23, 2011
    17
    8
    0
    I have a question regarding Rearm Wizard, it says it is for 30 days. Does this mean that every 30 days I will have to run the install or rearm wizard so it will give me another 30 days? Just want to make sure I know what to do if it gives me a warning or something.
     
  8. Tr3bg0D

    Tr3bg0D MDL Junior Member

    May 8, 2011
    94
    3
    0
    Not sure what is going wrong, but I ran Rearm Wizard on 2 different W7 Enterprise systems and the scripts just loops CMD windows. Only way to stop the script is by CTRL/C.
     
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    IR7 will automatically rearm and give you 30 days 5 more times so install IR7 only every 6 months

    It takes about 3 minutes to install IR7 and with the new 180 day msg box (coming soon) you can reinstall without opening IR7

    That is a little vague for me to assist?

    Please be more specific as to when this is happening

    1. During install
    2. After restart into windows
    3. Etc...

    Thanks
     
  10. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #951 timesurfer, Oct 21, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  11. gramire7

    gramire7 MDL Novice

    Mar 23, 2011
    17
    8
    0
    IR7 will automatically rearm and give you 30 days 5 more times so install IR7 only every 6 months

    It takes about 3 minutes to install IR7 and with the new 180 day msg box (coming soon) you can reinstall without opening IR7


    OK, understood. Is this the same for both IR7 and IORRT?
     
  12. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    IORRT is forever

    Just make sure if you install other office programs to first uninstall IORRT then after other office programs have been installed reinstall IORRT

    Most will never add other office programs but if you didn't uninstall IORRT first then office would get borked
     
  13. Tr3bg0D

    Tr3bg0D MDL Junior Member

    May 8, 2011
    94
    3
    0
    #954 Tr3bg0D, Oct 21, 2013
    Last edited by a moderator: Apr 20, 2017
    The problem happens on 2 different W7 Enterprise systems. I will try it also later today on a W7 Ultimate system.

    If I take the ADMIN code and create a BAT file with it, the script loops.
     
  14. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I remember and saw the two systems but maybe you have the same system file problems on both which is why I recommended the scan...

    It was my idea for the admin bypass but Humphrey did the coding so maybe if he isn't too busy cleaning his monitor screen he can assist...lol

    Otherwise just delete that code for now and install IR7

    Leave the rest!
     
  15. Tr3bg0D

    Tr3bg0D MDL Junior Member

    May 8, 2011
    94
    3
    0
    #956 Tr3bg0D, Oct 21, 2013
    Last edited by a moderator: Apr 20, 2017
  16. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #957 timesurfer, Oct 21, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  17. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #958 timesurfer, Oct 22, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  18. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #959 timesurfer, Oct 22, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
  19. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #960 timesurfer, Oct 22, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)