Microsoft Office 2007 | iSO/SVF | MSDN

Discussion in 'Microsoft Office' started by LostED, Apr 15, 2017.

  1. pottzman

    pottzman MDL Member

    Dec 8, 2009
    229
    378
    10
    if you have any other digitalriver downloads could you post them for me. thanks
     
  2. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    3,378
    4,683
    120
  3. submix8c

    submix8c MDL Novice

    Feb 2, 2010
    41
    17
    0
    Still doesn't make sense. The EXE you list are individual Apps (I have most in EN and other). Then you suggest the Suites (I have many/most).

    In either case, the "WW" folders are huge, so putting therm ALL on Cloud for download is out.

    Could you be more specific? I have quite a number of Retail tucked away. I suppose I could "build" an AIO Retail of what I have? (The Individual Apps may be limited to what I managed to get) . It would STILL be HUGE.
     
  4. Indip3nd3nt

    Indip3nd3nt MDL Novice

    Aug 30, 2016
    1
    0
    0
    can you share this keymaker?
     
  5. Hacker?pcs

    Hacker?pcs MDL Senior Member

    May 28, 2009
    275
    156
    10
    #107 Hacker?pcs, Aug 25, 2026
    Last edited: Aug 25, 2026
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    3,378
    4,683
    120
    I was almost certain that was a "home" key until i looked in BRANDING.XML
    Some channels only allows online activation and the phone activation option is therefore greyed out.
    From BRANDING.XML for BINK ID 0x82 / 130
    Code:
    <SKU Group="130" ChannelMin="301" ChannelMax="497" M="RET_TRIAL" B="SUITE_TRIAL"/>
    <SKU Group="130" ChannelMin="518" ChannelMax="557" M="RET_TRIAL" B="SUITE_TRIAL"/>
    <SKU Group="130" ChannelMin="558" ChannelMax="562" M="RET_TRIAL_ENT" B="SUITE_TRIAL"/>
    <SKU Group="130" ChannelMin="573" ChannelMax="582" M="RET_TRIAL" B="SUITE_SUB"/>
    <SKU Group="130" ChannelMin="583" ChannelMax="642" M="RET_TRIAL" B="SUITE_SUB"/>
    <SKU Group="130" ChannelMin="643" ChannelMax="693" M="RET_TRIAL" B="SUITE_SUB"/>
    <SKU Group="130" ChannelMin="694" ChannelMax="703" M="RET_BYPASS" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="704" ChannelMax="704" M="VL" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="706" ChannelMax="706" M="PIPC_PERP" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="707" ChannelMax="726" M="VL" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="777" ChannelMax="811" M="OEM_PERP" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="812" ChannelMax="851" M="PIPC_PERP" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="852" ChannelMax="853" M="RET_PERP" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="854" ChannelMax="857" M="RET_PERP_STUDENT" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="858" ChannelMax="860" M="RET_PERP_MSDN" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="861" ChannelMax="870" M="RET_PERP_MSDN" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="871" ChannelMax="900" M="HOMEUSE" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="901" ChannelMax="955" M="RET_PERP" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="956" ChannelMax="975" M="RET_PERP" B="SUITE_DEFAULT"/>
    <SKU Group="130" ChannelMin="976" ChannelMax="999" M="RET_PERP" B="SUITE_DEFAULT"/>
    Try a key in range 301 - 497
     
  7. Hacker?pcs

    Hacker?pcs MDL Senior Member

    May 28, 2009
    275
    156
    10
    #109 Hacker?pcs, Aug 25, 2026
    Last edited: Aug 25, 2026
    Thanks for the hint. The correct range
    el_office_ultimate_2007_dvd_x12-22243\Office.el-gr\branding.xml
    is
    Code:
    <SKU Group="130" ChannelMin="852" ChannelMax="853" M="RET_PERP" B="SUITE_DEFAULT"/>
    - 130 is Ultimate, in keys.json its hex is 82 for BINK for "Office 2007 Standard / Professional / Ultimate / Enterprise"
    - RET_PERP is Retail Perpetual that allows telephone activation
    - SUITE_DEFAULT is Ultimate Suite and not individual apps
    Correct Channel is 852-853.

    So key from
    Code:
    umskt -b 82 -c 853
    works and
    Code:
    umskt -m OFFICE2K7 -p productID -i InstallationID
    activates, where productID can be found in registry in
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Registration\{foo}\ProductID
    or for x64
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Office\12.0\Registration\{foo}\ProductID
    or on Product Info on options


    xp_pro-2026-08-25-19-23-20.png xp_pro-2026-08-25-19-28-38.png xp_pro-2026-08-25-19-28-43.png xp_pro-2026-08-25-19-28-56.png xp_pro-2026-08-25-19-29-27.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    3,378
    4,683
    120
    @Hacker?pcs
    If you're in the mood of testing and wanna remove license residues
     
  9. Hacker?pcs

    Hacker?pcs MDL Senior Member

    May 28, 2009
    275
    156
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Hacker?pcs

    Hacker?pcs MDL Senior Member

    May 28, 2009
    275
    156
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Hacker?pcs

    Hacker?pcs MDL Senior Member

    May 28, 2009
    275
    156
    10
    #115 Hacker?pcs, Aug 26, 2026
    Last edited: Aug 26, 2026
    en_office_visio_professional_2007_cd_x12-19212.iso (Visio doesn't have Greek translation at all)
    el_office_project_professional_2007_cd_x12-19188.iso
    el_office_sharepoint_designer_2007_cd_x12-19192.iso

    Both have the same keys at same BINK and Channels
    Code:
    <SKU Group="126" ChannelMin="852" ChannelMax="853" M="RET_PERP" B="APP_DEFAULT"/>
    <SKU Group="126" ChannelMin="858" ChannelMax="860" M="RET_PERP_MSDN" B="APP_DEFAULT"/>
    <SKU Group="126" ChannelMin="861" ChannelMax="870" M="RET_PERP_MSDN" B="APP_DEFAULT"/>
    
    <SKU Group="126" ChannelMin="707" ChannelMax="726" M="VL" B="APP_DEFAULT"/>
    
    So it's either VL without activation
    ./umskt.exe -b 7E -c 707

    Or retail with activation
    ./umskt.exe -b 7E -c 852
    ./umskt.exe -m OFFICE2K7 -p ProductID -i InstallationID


    Also note that Enterprise retail
    el_office_enterprise_2007_united_states_x86_dvd_481245.iso
    has the same BINK and Channels as Ultimate that is Retail only so the share the same keys,
    ./umskt.exe -b 82 -c 852
    ./umskt.exe -m OFFICE2K7 -p ProductID -i InstallationID
    BUT this ISO also takes VL keys in contrast to Ultimate ISO that takes only Retail keys, 707 VL ones are invalid on Ultimate
    ./umskt.exe -b 82 -c 707
    like the VL one
    el_office_enterprise_2007_dvd_vl_x12-19579.iso






    Office 2007 SKU Mappings:

    BINK 76/77 (Hex) / SKU 118/119 (Dec): Expression Web 2007 / Sharepoint Server 2007
    BINK 7C/7D (Hex) / SKU 124/125 (Dec): Sharepoint Designer 2007
    BINK 7E/7F (Hex) / SKU 126/127 (Dec): Office 2007 Applications
    BINK 80/81 (Hex) / SKU 128/129 (Dec): Office 2007 Basic / Small Business
    BINK 82/83 (Hex) / SKU 130/131 (Dec): Office 2007 Standard / Professional / Ultimate / Enterprise
    BINK 84/85 (Hex) / SKU 132/133 (Dec): Office 2007 Hybrid
    BINK 86/87 (Hex) / SKU 134/135 (Dec): Office 2007 Hybrid (Alternative)
    BINK 88/89 (Hex) / SKU 136/137 (Dec): Office 2007 Home & Student

    Retail Perpetual (RET_PERP / RET_PERP_HS) Channels for all above SKUs:

    852 to 853
    901 to 955
    956 to 975
    976 to 999

    MSDN Perpetual (RET_PERP_MSDN / RET_PERP_MSDN_HS) Channels for all above SKUs:

    858 to 860
    861 to 870

    Volume License (VL / VL_HS / VL_EW) Channels:

    704 (All standard Office 2007 SKUs: 124, 126, 128, 130, 132, 134, 136)
    707 to 715 (Expression Web / Sharepoint Server - SKU 118)
    707 to 726 (Office 2007 Applications and Standard/Pro/Ult/Ent - SKUs 126 & 130)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...