Office 2010 Toolkit and EZ-Activator.

Discussion in 'MDL Projects and Applications' started by CODYQX4, Apr 27, 2010.

Thread Status:
Not open for further replies.
  1. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    #1881 Josh Cell, Jan 25, 2011
    Last edited: Jan 25, 2011
    In Office Retail x86, I selected the option "Ez Activator", the program converted license to "retail" to "VL", but not installed the key, I had to select "License Files ", and install a VL to work perfectly, it was not meant to be done in the "Ez Activator" ?

    Out this detail, works 100% with AutoKMS Okay!

    Thanks.

    EDIT: Testing on other machines, there are several points where it says "access denied" in regkey.reg, and when you will turn, but this is easily solved with the Net Stop command osppsvc, in my view, the program is terminating the service before perform the operation, could see this case?

    a good idea would be to unify the command net stop osppsvc when your application starts, and net start osppsvc when finished, would be a good one, I will be available for testing.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    I actually do stop and start it when needed. It's possible it's restarting itself in rare cases but things like backup/restore require it to be stopped to work which it does.

    It seems there may be a few timing issues causing any of these problems but this is very hard to pin down and right now we are stuck at a certain point in development.
     
  3. Jaymie1989

    Jaymie1989 MDL Novice

    Jan 25, 2011
    12
    0
    0
    Hi,

    Is this what I would use for Office 2010 so I don't get the annoying Office is not genuine messages?
     
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    This is what you use to activate. What version of 2010 do you have? If retail it will convert office to volume copy and then activate
     
  5. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    I noticed that sometimes they restarted the program, some functions work properly, others need to restart again, I notice that the problem is just related to osppsvc ...

    I think commands as SYSTEM("net stop osppsvc") at the beginning, and SYSTEM("net start osppsvc") at the end, would solve the problem, and would optimize the code, plus the case is with you

    Thanks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Jaymie1989

    Jaymie1989 MDL Novice

    Jan 25, 2011
    12
    0
    0
    I reverted back to 2007 as the message was annoying me and I could not find one that worked as it should.

    I'll download the retail version.
     
  7. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    It's as I said that I do that (very similar to what you say but SYSTEM() is c++ not c#), but doing certain things or office itself may start it. I plan to add more checks as I've edited code alot but I want to finalize V2.1 features first which changes some things like I want RAM KMS execution so AV interference does not happen but we are stuck on it (Bosh has a topic out on it which I am subscribed to but no luck yet).
     
  8. dns_momo

    dns_momo MDL Novice

    Oct 21, 2009
    15
    0
    0
    can you check the first post with the download link, I got an error message when try to get it. thank you
     
  9. Valderath

    Valderath MDL Novice

    Jan 24, 2011
    5
    0
    0
    #1892 Valderath, Jan 26, 2011
    Last edited: Jan 26, 2011
    I did, same problem remains. I will try to be as precise as possible what happened:

    Step 1: Delete you license using the "Delete" from the license tab:
    Starts the operation, but in the end I get the message:
    "License info was not deleted! Here is a more detailed desciption about the error: *EMPTY LINES*"

    Step 2
    - Add a pro plus volume license (in the same license tab)
    Starts the operation, but in the end I get the message:
    "Microsoft office license install failed !Here is a more detailed desciption about the error: *EMPTY LINES*"

    Step 3
    - Open any office app to let it repair:
    What exactly do you mean with repair? I know a windows repair tool, but somehow I got the feeling you mean something diferent

    Step 4
    - Use EZ-Activator.

    This menu tab gives the following information which seems correct to me:

    Office 2010 information Office installer
    Installed on system: yes Microsoft Office 2010
    Architecture: x86

    Then i start the EZ-Activator:
    The operation starts:
    getting office cong inf.
    backing up license info in case of failure
    Changing any unactivated MAK keys to KMS
    If you have start subscription it will now use permantently activated key
    Converting unactivated, trial, or subscription retail versions of office into VL
    Removing any unactivated retail kets left installed after conversion to VL
    Attempting to activate Office 2010 KMS Products
    Attempting to activate profession plus
    Failed to activate 10 times.

    -------------------------------
    Attempting to rearm
    Microsoft office rearm failed!

    --------------------------------

    The previous process repeats.


    EDIT:
    I dont know if this means something but in the activation tab, if i manually try to rearm I get the following message:
    "Microsoft office rearm failed!
    Here is a more detailed description about the error:
    Error: 0xc004fe00
    On a computer running Microsoft Windos non-core edition, run 'slui.exe 0x2a 0xc004f00' to display the error text."

    Maybe this information is useful...

    Furthermore, in the same activatio tab there is a functionality of manually activating Office 2010.
    If i do so it gives something like the following:
    "Processing --
    Installed product key detected - attempting to activate the following product:
    SKU ID: <id>
    License: <name>
    License description: <license description>
    Last 5 charactecs of installed product key: H3GVB

    <Product Activation failed> ---

    Same process, exactly the same output, including the same installed product key 'H3GVB', isnt that wierd?
    Furthermore, it says it detects an installed product key, but if i go to the product key tab, or license files tab, i cannot delete any keys, because they are not present!
     
  10. Valderath

    Valderath MDL Novice

    Jan 24, 2011
    5
    0
    0
    Note I would like to add the previous version of the KMS tool worked perfect on both my laptop and desktop :p So I am really confused now with my netbook issues.
     
  11. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    #1894 CODYQX4, Jan 27, 2011
    Last edited: Jan 27, 2011
    (OP)
    Silent Switching in V2.1 is done. Note that we are not yet ready to release V2.1 and don't know when but the highly requested switching addition has been completed and tested.

    PS: I know most likely people want to make preactivated ISO's with this but note you must have the ini already made if in a read only place and the .MSP files created using OCT only work on VL (and these would require one for each SKU anyway which WZOR select has many)

    For a way to do this universally a batch file that runs setup, then afterwards the toolkit works.

    Just keep in mind the read only thing as we need the ini and write to the folder with the exe if it doesn't exist, which will fail if you've burned it to CD/ISO.

    PS2: Now that I think of it it seems the best way to handle that INI is if we can't write ini just load defaults. I've never actually run from read only source but I assume it will crash due to an exception which I can handle then load defaults.
     
  12. Bosh

    Bosh MDL Developer

    May 30, 2010
    613
    297
    30
    I really don't know exactly what's happening with your Office installation, but based on the error code it has to do with the Keys (so something happened before using the toolkit). I would recomend to completely remove Office 2010 and delete all licenses to have a clean installation and then use the EZ-Activator.

    PS: With "let it repair" I mean to open any Office App (Word, Excel, etc) and it will auto-repair the license files (sometimes this makes the EZ-Activator work).
     
  13. noname09

    noname09 MDL Novice

    Nov 7, 2010
    6
    0
    0
    Hi,

    Can anybody tell me why I couldn't download the toolkit from the link? I already logged in in the forum.

    Thanks.
     
  14. nuhkka

    nuhkka MDL Member

    Aug 7, 2009
    230
    34
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...