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

    jovatoxl MDL Novice

    Sep 9, 2011
    1
    0
    0
    First of all, thanks for your awesome tool...

    I have a problem, I ran the tool
    to register visio "professional" 2010 and the tool activated it as "premium" edition.

    i used the v2.2.3 of your tool (on win7sp1 x64 machine) and "of course" a professional edition key.

    Am I doing something wrong? or is there any option/config that I'm ignoring? o_O


    thx for your help !!!
     
  2. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    No, Visio is able to handle 3 different keys, with Premium>Pro>Standard. As long as visio runs like it is activated you are fine.
     
  3. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    @Bosh how's the UI for MTK? I've been changing UI in some other places.

    I made the key and CID prompts a bit nicer, and no more need to enter dashes. I also enhanced the PID box in settings to list in a combobox all stored office PID, making it a little easier for users to switch out the PID. None of this relates to the UI work you are doing though.

    I'm thinking about finally starting the "Network KMS Host Service" that I said I would bring back.
     
  4. yeakyau

    yeakyau MDL Novice

    May 26, 2010
    16
    1
    0
    #4004 yeakyau, Sep 9, 2011
    Last edited: Sep 9, 2011
    Dr4g0nF1y , i only see the folder have one file called "Office 2010 Toolkit" but that's no activation serial number for trial 60days for key in to the office to run installer .. pls help , your feedback is much appreciate
     
  5. Dr4g0nF1y

    Dr4g0nF1y MDL Novice

    May 25, 2011
    41
    6
    0
  6. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    OK I got the hard part done. I'll be calling it "MultiKMS".

    It will be a "dumb" activator, meaning it will just provide the ability to activate clients, nothing else. One would set the server on your PC's to your network host/port, and it would try every 7 days (you could have your own script or have AutoKMS call your MultiKMS server, or just wait every 7 days).

    It is meant for the power user, who knows what they are doing.

    It has features no other KMS activator has. It can run multiple KMS instances, due to my ability to patch the port in the KMSEmulator code/file. I'd inject multiple instance, each running on a different port with it's own PID. By default it has one instance, with ZWT PID. You can add/change/delete instances via Settings tab.

    This is meant for people to be able to run their own KMS servers using KMSEmulator, but provide a means for clients who don't like a certain PID to use another. You'd generally setup a new instance as you find clients not liking a PID (you don't want to change the PID on a single instance as working clients might break on the new PID). You'd just change the port on the client and it would use a different PID to activate.

    All the PID stuff would be required to be figured out by the admin. Youd do this by running EZ-Activator on a machine that fails, let it do its PID change. and use that new PID used by EZ-Activator as the PID for the new instance (you'd note it, run to your server, and create new instance with that PID, and change the client's port to the port of the new instance).

    A little bit of a hassle, as this is meant for a server/network setup, so it isn't as simple/automatic as EZ-Activator+AutoKMS, but the users that would do this sort of thing should be able to do it no problem.

    I still have to code the actual service, which is much simpler than creating the INI format and being able to add/remove/change instances, and check for port conflicts. All the service would do is loop through that file creating a vbc.exe process injected with KMSEmulator, then change PID.

    I may have to adapt my memory edit code, given I work by process and all those processes would have the same name...

    This feature and new features will be added/tested in MTK. OTK release here is meant to be the "stable" release, and MTK the "beta" release, and when beta becomes stable MTK will replace OTK.
     
  7. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    #4007 CODYQX4, Sep 10, 2011
    Last edited: Sep 10, 2011
    (OP)
    MultiKMS is working fine now.

    Does anyone know of a nice way to get the path to any installed service (not in the service code but from MTK), without having to read it from the registry manually?

    I don't want to have to start the service just to figure out where it is.

    EDIT:
    Unless there is a built in C# means, reading the registry is simpler than some of the classes I've seen posted that end up reading from the registry but use far less code. I'd rather read in 5 lines and get only what I need than use custom code to get any setup property under the sun.

    Just need to merge Bosh Selector UI when he does that and I'll have a new MTK release to test.

    @Bosh should we make the Selector UI just look nicer or do you have a better way?
     
  8. yeakyau

    yeakyau MDL Novice

    May 26, 2010
    16
    1
    0
  9. Bosh

    Bosh MDL Developer

    May 30, 2010
    615
    302
    30
    Since it has to launch 2 different programs (Office or Windows) I think it's OK the way it is. I'll just put a little bit of info in the main window.
     
  10. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    Yeah basically I don't want to fuse windows and office stuff into one window only, though in realitk WTK and OTK are the same app, just hiding certain tabs and changing title+icon on the fly based on whether we are running WTK or OTK.

    I've changed code but nothing that would effect UI work. I'll merge the UI you make and reup then.
     
  11. lodi

    lodi MDL Novice

    Oct 5, 2009
    15
    0
    0
    Hey just wondering, in the process of checking activation every once and a while, is a temporary folder created on the desktop made up of only Chinese characters?

    I've been noticing that in my recent folders list of explorer (right click the icon in the start bar), there is sometimes a folder in all Chinese characters. When I click it, the folder is already gone (broken shortcut window appears) and according to properties existed on the desktop before being deleted.

    Whenever it happens, I notice that "Office Software Protection Plan" has a bunch of entries in the Application section of Event Viewer. Not sure if that is just a coincidence, can someone provide info if this is normal/you've seen it too?
     
  12. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    I don't think that has anything to do with this tool, but it sounds like you need to look further into that.
     
  13. lodi

    lodi MDL Novice

    Oct 5, 2009
    15
    0
    0
    Thanks for the quick response! I did a full scan with AVG and spybot, everything came up ok-do you think I should reformat/reinstall to be safe?
     
  14. lodi

    lodi MDL Novice

    Oct 5, 2009
    15
    0
    0
    Not a silly question at all! :)

    Yeah I did a full scan with avg and spybot. Aside from the usual cookie results in spybot, all looks well.

    They aren't like the characters in the screen shot, I actually googled them and google suggested "Chinese simplified". The translator only recognized a few characters. Seemed like random words.

    Hmm I also was opening some driver installer files from lenovo site today and when I opened the file it gave me the usual security open file dialog and said the file certificate was " lenovo Shanghai (Chinese)" or something very similar. I wonder if it's from the installer.
     
  15. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150