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

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    I don't understand what your are talking about.
     
  2. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Lurker response detected...lol

    Phazor doesn't develop here can/are you going to have KMS toolkit?
     
  3. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    I could do that, especially since I could cook up a tool like that and it be 95% code reuse. I forgot he never added x64 support.
     
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Yes it is sad he never even, here, got to 64 and real languages are cool cause you can reuse the functions/methods for most of the code and with the Phazor initiated KMS Emulator modifications it should have great success. WOAT is your closet adversary MDL regarding
     
  5. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Just note that such a tool will be more KMS in general. I will not be adding things like conversion from Retail 2 VL.

    To keep in mind currently that the only feature the office toolkit lacks is ability to install Windows KMS keys. AutoKMS is a fully featured re-activator. One thing I want to change is not attempt windows activation if not KMS (easy to do and I made a similar change elsewhere).

    It would use AutoKMS for the reactivator, and the same WMI calls as toolkit/AutoKMS.
     
  6. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    So... Are you going to do it...lol
     
  7. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    If I can do it quickly then yes. I want to add KMS support for everything, not just windows 7 but I want to add some of the code to toolkit files first to make building such an app quicker.
     
  8. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    The path I seem to be taking in my code changes might lead to a third project. A Windows Toolkit. Don't count on it for sure though, as I may just create the basis needed for it (basically I am segmenting Windows from office stuff in the code, and creating windows specific code).
     
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    So no combo toolkit with both?
     
  10. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    That is kinda more like I'm setting up. I'm making some windows functions, but I think I'd want OEM capabilities as well if I went that route.
     
  11. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    So an AIO :p...lol
     
  12. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Yeah, it doesn't make much sense to release just a KMS tool on its own and Office 2010 Toolkit has slowly messed with Windows as the AutoKMS does both.

    Not sure how I'd do a loader, Daz is the de-facto loader and I'd rather people use his as it's well tested.
     
  13. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #3274 timesurfer, Jun 5, 2011
    Last edited: Jun 5, 2011
    Yea that is true and Daz is kinda loader dude since he developed it more than anyone in the world. So we got three solutions left since modifiers are dead

    1. Loader - Daz
    2. Trial - TS
    3. KMS - You :eek: ?

    Wonder what W8 will be like

    I heard they are doing slightly different OEM something
     
  14. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Basically for now, given W8 is coming next year and I don't want to put too much effort into OEM stuff, I'll be making a limited spin-off, and adding a Windows EZ-Activator.

    Since I do not want to cram windows stuff into the Office 2010 UI, I'd create a chooser that will then popup either OTK or Windows TK. Between the 2 all one could need for KMS will be available.

    @Bosh what do you think about this project evolution? It's simple to create Windows functions that use WMI since they're mostly the same, and I've made all the hard stuff. If we go this route we'd probably make it one project though 2 separate toolkits.

    It'd start up a UI with 2 buttons, a windows logo and office logo, and in C# we can launch .NET exes the way we wish we could with KMSEmulator. We'd unify the Settings.ini between them and it would be one exe.

    PS: Microsoft Tookit V2.2???
     
  15. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    @Bosh I'm restructuring the source so that I don't have to hack up the files to make AutoKMS/AutoRearm and preparing it for if I carry out my plans. I'll let you know if I need help, because a lot of things need changed due to the reorganization.
     
  16. metacme

    metacme MDL Novice

    Mar 20, 2011
    2
    1
    0
    I'm a Chinese user. Here's a tiny bug I found:

    After backing up Office license, check out the three reg files:"Registration32.reg, Registration64.reg and RegistrationWOW.reg", in each file you can find three repeating lines:
    "SuiteName"="Microsoft Office Professional Plus 2010 XXXXX"
    In English version this string is "Part of Microsoft Office Professional Plus 2010". But in Chinese/Japanese/Korea system, this "XXXXX" may be some garbled double-byte characters when showed in About dialog (if you restore your license).

    It seems like that when backing up this toolkit encode the reg file in UTF-8 format, but the About dialog read the string in GB2312 format.
     
  17. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    Well I know for simplicity I use English files in the license installer, but when backing up I create one reg file, then edit it 3 times and this messes up the copyright symbol (which I remove).

    @Bosh do you know how to fix this? The code in question should be the "ReplaceTextInFile" function, because I'm sure regedit dumps it in proper language form.
     
  18. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    @metacme Do me a favor, delete your Registration Key (Not License delete, but manually so it won't affect your license).

    Then start office and it will repair itself, when done, send me the .reg file by exporting it via regedit. I'll try and see if I can start parsing it properly in my testing.

    It will be here if using 32 bit on 64:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\14.0\Registration

    Else it's here:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Registration

    You know it's the right key if it has more than one subkeys, and one is like this:{90140000-0011-0000-0000-0000000FF1CE}

    Note the 0011, no 002A which is a different key.
     
  19. chosen_one1

    chosen_one1 MDL Novice

    Jun 5, 2011
    1
    0
    0
    New to the forums and just found your program, however i am having a bit of a issue activating Office 2010.

    The version i have is downloaded from the microsoft website and is suppose to be the free trail version.

    After install it ask for the activation key. I try to put in the free key microsoft provided and it says its valid however it won't install it.

    I then try to use Tookkit 2.1.5 beta and hit EZ-activator and it does its thing and says Office 2010 activated however when i try to open any of the office programs it still asking me for a product key.

    Can anyone give me any ideas as to what am i doing wrong here or what do i need to do