KMS-QADhooker for Localhost Self-Activation

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,698
    13,699
    340
    #1 xinso, Apr 17, 2014
    Last edited: Jul 31, 2015
  2. bee4u

    bee4u MDL Novice

    Aug 10, 2010
    36
    6
    0
    THANK YOU xinso:worthy::worthy::hug2::):) for explaining in detail ...:worthy: THX once more.....:):worthy:
    can this method be used with windows 8.1 too...?
     
  3. bee4u

    bee4u MDL Novice

    Aug 10, 2010
    36
    6
    0
    Ok...THX i got it ..:hug2::worthy::)
     
  4. denzel

    denzel MDL Member

    Aug 24, 2009
    170
    20
    10
  5. grumpee

    grumpee MDL Member

    Jul 26, 2009
    226
    29
    10
    #5 grumpee, Apr 18, 2014
    Last edited by a moderator: Apr 20, 2017
    wow

    all this effort/steps to get crappy wmc geeeshhh
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    :eek: ... where do you see that ...?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #7 CODYQX4, Apr 18, 2014
    Last edited: Apr 12, 2019
    .
     
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Would highly guess that grumpee confused things here ... he was understanding Windows Media Center instead of WMIC :cool2:. No need to worry :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. fireman39

    fireman39 MDL Novice

    Mar 30, 2012
    46
    13
    0
    Hi,

    What is the way to do the Splistream with Office Pro Plus 2013 VL with SP1 ?
    The only folder with *.ww is proplus.ww

    Thanks for your Helps.
     
  10. yantzila

    yantzila MDL Novice

    Feb 27, 2010
    22
    1
    0
    put that office folder in windows 8 sources???
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,698
    13,699
    340
    #11 xinso, Apr 18, 2014
    Last edited: Apr 18, 2014
    (OP)
    Thank a ton, mate. You are so kind.

    Windows 8/8.1/Server 2012/2012 R2 ISO\support
     
  12. fireman39

    fireman39 MDL Novice

    Mar 30, 2012
    46
    13
    0
    #12 fireman39, Apr 19, 2014
    Last edited by a moderator: Apr 20, 2017
    Thanks you very much, i will test that and report to you.

    Anorher question it´s the same way to include Visio Pro to Office folder ?
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,698
    13,699
    340
    #13 xinso, Apr 19, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Yes. The script will detect what's in Office folder and install them one by one. But don't mix x64 and x86, please.

    Code:
    :O15Slipstream
    for /f "tokens=3 delims=\:" %%k in ('reg query HKLM\SYSTEM\MountedDevices^') do (if exist %%k:\support\Office set CDROM=%%k:)
    if not defined CDROM (call:Windows&goto:Finished)
    :-----------------------------------------
    for /f "delims=" %%i in (' dir /b/a:d "%CDROM%\support\Office" ') do (call:O15Setup %%i)
    call:Windows&goto:Office2013
    :-----------------------------------------
    :O15Setup
    if not exist %CDROM%\support\Office\%~1\%~1.ww (goto:eof) else (%CDROM%\support\Office\%~1\setup.exe /config %~1.ww\config.xml&goto:eof)
    [Editions]

    01. Office ProPlus/Std
    02. Project Pro/Std
    03. Visio Pro/Std
    04. access
    05. excel
    06. infopath
    07. lync
    08. onenote
    09. outlook
    10. powerpoint
    11. publisher
    12. word

    [Channels - if available]

    :VL_KMS_Client
    :VL_MAK
    :R_Grace
    :R_Retail
    :R_OEM_Perp
    :MSDNR_Retail

    Take the name of the *.ww as the name of extracted Office folder.

    Volume:

    proplus.ww -> proplus

    prjpro.ww -> prjpro

    vispro.ww -> vispro

    Retail:

    proplusr.ww -> proplusr

    prjpror.ww -> prjpror

    vispror.ww -> vispror

    And so on...

    Snap8.jpg

    I personnally:

    On Windows 8/8.1 System, uninstall all Office products, then (No need for VMware...)

    1. put support (including office) into any drive root

    2. put "Scripts" from $oem$ into Windows\Setup

    3. run (as Administrator) Windows\Setup\Scripts\setupcomplete.cmd (to check if it works alright)

    4. if no problem, create the ISO.
     
  14. paul44

    paul44 MDL Member

    Feb 11, 2010
    176
    80
    10
    A lot to catch up with in this thread. Thanks all! :)
     
  15. fireman39

    fireman39 MDL Novice

    Mar 30, 2012
    46
    13
    0
    Thanks again Xinso for your step by step guide. :worthy:I will test all things in few hours after i will back to home.
     
  16. bee4u

    bee4u MDL Novice

    Aug 10, 2010
    36
    6
    0
    THX to xinso for his contribution and great help to MDL community:biggrin::biggrin::worthy::worthy:he helped us lot in finding solutions for our queries and feedbacks...:hug2::hug2::cool:
     
  17. fireman39

    fireman39 MDL Novice

    Mar 30, 2012
    46
    13
    0
    Xinso,

    What is the way to install only some product of Office Pro Plus.
    Usually i install only Word, Excel and Publisher.

    with Slipstream all stuff will be installed ?
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,698
    13,699
    340
    I see. It should be in config.xml. I need to study....

    Don't you have individual editions? Do you want them?
     
  19. fireman39

    fireman39 MDL Novice

    Mar 30, 2012
    46
    13
    0
    I do not have individual edition.
    If you could get French x32 With SP1 i will take them. :worthy:
     
  20. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    Hi Xinso, can you please elaborate what that difference in WMI syntax is (between W8 and W8.1)?
    Thanks for all your hard work.

    Cheers.