KMS-QADhooker for Localhost Self-Activation

Discussion in 'Windows 10' started by xinso, Apr 17, 2014.

  1. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    xinso How to install windows with WimBoot? Is there any instruction. Thank you. :(
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    Please search help from the WIMBoot Masters. Thanks.
     
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,280
    931
    60
    The "setup.exe" of Office 2013 ProPlus, install Project and Visio too ?
    I did not know it, the setup install all the products put in the same file.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. qad

    qad MDL Member

    Dec 17, 2012
    218
    829
    10
  5. erbia

    erbia MDL Novice

    Dec 5, 2009
    29
    11
    0
    if you put in $ oem $ folder ... "Install_and_Forget.cmd" office installed without activation?
    Because I backup activation + win office and after installation restore give
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #286 xinso, May 22, 2014
    Last edited: May 22, 2014
    (OP)
    erbia,

    I'd really like to work with you. But I really can not understand what you want me to do for you.

    Could you please explain to me in more detailed? Thanks.

    EDIT:
    Were you saying that you used to activate Windows and Office with backuped tokens? And now you'd like to know how to use KMS-QADhooker's $OEM$ or install_and_Forget.cmd to restore activation with your tokens?
     
  7. erbia

    erbia MDL Novice

    Dec 5, 2009
    29
    11
    0
    #287 erbia, May 22, 2014
    Last edited: May 22, 2014
    ok, thanks for patience ... so .. I want to integrate Office 2013 in windows 8.1 because I backup windows Win + office (MAK activation key by phone) .. I need to explain how you integrate (support - office / 64 /?) and a script to install it .. after installing Windows .. silent ......
    yes,,use to restore backup Microsoft Toolkit 2.5
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #288 xinso, May 22, 2014
    Last edited: May 22, 2014
    (OP)
    If I understood correctly:

    You want to make a Pre-Activated Windows 8.1 ISO with Office 2013 slipstreamed, and which ISO uses exactly your backuped activated tokens.

    Am I right, erbia?

    EDIT:

    erbia,

    My English is no good, I need your patience to make myself helpful to you.

    So talk to me as much as you can please.
     
  9. erbia

    erbia MDL Novice

    Dec 5, 2009
    29
    11
    0
    #289 erbia, May 22, 2014
    Last edited: May 22, 2014
    I did and I built into Windows and I just installed vmware. was installed but how do you not automatically activate after installation?

    yes exactly
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #290 xinso, May 22, 2014
    Last edited: May 22, 2014
    (OP)
    I see.

    I know that there are specific threads on this infrastructure, do you want me to find it for you?

    Or you'd want me to work with you? You and me right here?

    But I must let you know that I am only a noobie.
     
  11. erbia

    erbia MDL Novice

    Dec 5, 2009
    29
    11
    0
    what to do with the script above "after" code?
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #292 xinso, May 22, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    "Before" means last release; "After" means this new release.

    Please answer this question first:

    Code:
    I know that there are specific threads on this infrastructure, do you want me to find it for you? 
    
    Or you'd want me to work with you? You and me right here? 
    
    But I must let you know that I am only a noobie.
     
  13. erbia

    erbia MDL Novice

    Dec 5, 2009
    29
    11
    0
    #293 erbia, May 22, 2014
    Last edited: May 22, 2014
    as you can see I'm a beginner I do not know much about this .. if you find any script only installs office .. give me know .. I was looking for and I. ..
    thanks for help

    I'll try to winreducer
    has an OOBE in customization script
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #294 xinso, May 22, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Oh, what you want is to integrate Office 2013 without activation? That's easy.

    SetupComplete.cmd
    Code:
    @echo off
    pushd "%~dp0"
    
    :O15Slipstream
    for /f "tokens=2 delims==- " %%A in ('wmic OS get OSArchitecture /format:list') do (set IF32=if&set OSARCH=%%A)
    for /f "tokens=3 delims=\:" %%k in ('reg query HKLM\SYSTEM\MountedDevices^') do (if exist %%k:\support\Office set DRIVE=%%k:)
    if not defined DRIVE (exit) else (goto:%OSARCH%)
    :64
    if exist %DRIVE%\support\Office\64 (set IF32=:if&call:O15Setup "64")
    :32
    %IF32% exist %DRIVE%\support\Office\32 (call:O15Setup "32")
    cd\
    rd /s /q %WinDir%\Setup\Scripts >nul 2>&1
    exit
    :O15Setup
    for /f %%i in ('dir /b/a:d "%DRIVE%\support\office\%~1\*.ww" 2^>nul') do if exist %DRIVE%\support\Office\%~1\%%i\config.xml (%DRIVE%\support\Office\%~1\setup.exe /config %%i\config.xml)
    goto:eof
    Now please tell me which Office 2013 edition you'd want to integrate, so I can show you step by step.
     
  15. erbia

    erbia MDL Novice

    Dec 5, 2009
    29
    11
    0
    Microsoft Office ProPlus 2013 SP1 VL x64 en-US
     
  16. erbia

    erbia MDL Novice

    Dec 5, 2009
    29
    11
    0
    SetupComplete.cmd put in $oem$, yes?
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #297 xinso, May 22, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Step 1:
    Extract Retail edition

    en_office_professional_plus_2013_with_sp1_x64_dvd.iso

    to

    en_office_professional_plus_2013_with_sp1_x64_dvd

    Step 2: Rename en_office_professional_plus_2013_with_sp1_x64_dvd as 64

    Step 3: Edit 64\proplusr.ww\config.xml as follows

    Code:
    <Configuration Product="ProPlusr">
    
    <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
    
    <Setting Id="SETUP_REBOOT" Value="Never" />
    
    <Setting Id="REBOOT" Value="ReallySuppress"/>
    
    </Configuration>
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #298 xinso, May 22, 2014
    Last edited: May 22, 2014
    (OP)
    Beg your pardon? I need something stated behind "not".


    Should I stop? Or you want "Pre-activated" with your tokens?
     
  19. erbia

    erbia MDL Novice

    Dec 5, 2009
    29
    11
    0
    yes,,would be great to tell me how to do dvd tokens inserted and pre-activated ....

    I do not bother too much
     
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #300 xinso, May 22, 2014
    Last edited: May 22, 2014
    (OP)
    erbia,

    There are threads on this matter. Would you mind having a look at them and searching help of the Masters there first? Since this is off-topic against my post.

    And if failed unfortunately, come back to me then. Is this alright?