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

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    Epic fail on my part

    There is ; at the end of the statement. Did you remove it before compiling?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    That got rid of the syntax error, but its not getting the trial key.
     
  3. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    Is your scenario the following?
    string LicType = "Trial";
    bool LicenseInstalled = true;
    string LicStatus = "Activated";
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    In my current scenario, trial, isinstalled, not activated. Checking activation should only come into play when LicType="Retail", otherwise get red of that key if trial or subscription without concern about whether its activated. Maybe one of the past examples worked but had the ; in it.
     
  5. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    Try this


    if (Common.ExcelRetailLicenseInstalled & (Common.ExcelRetailLicType.Contains("Trial") | Common.ExcelRetailLicType.Contains("Subscription")) | (Common.ExcelRetailLicType.Contains("Retail") & Common.ExcelRetailLicStatus != "Activated"))
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    OK I got it to remove trial key.
     
  7. dr.white

    dr.white MDL Junior Member

    May 18, 2010
    50
    3
    0
    hey CODYQX4,
    is it possible to integrate a silent switch for the EZ-Activator?

    i mean for example starting "Office 2010 Toolkit.exe /silent" will automatically activate the installed office 2010 version

    such an option would be very nice that no user interaction is necessary for the toolkit.
     
  8. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    I've considered it but don't see it as that useful. If you wanted it to be used as a Autoactivating DVD, that only works with VL, which in that case you'd best be off using AutoKMS which is silent. I figured it would be more trouble than its worth.
     
  9. dr.white

    dr.white MDL Junior Member

    May 18, 2010
    50
    3
    0
    ok thx, can you say when Activator become FINAL?
     
  10. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    Probably after next BETA, but not sure when that will happen.
     
  11. ctyinglee

    ctyinglee MDL Novice

    Sep 1, 2010
    11
    0
    0
    C:\WINDOWS\Keygen.exe' is denied

    hopefully this isn't redundent, but after searching it seems no one has posted yet, but does anyone else have the issue
    EZ-Activator Failed!
    Here is a more detailed description about the error:
    Access to the path 'C:\WINDOWS\Keygen.exe' is denied.

    and how they solved it?
     
  12. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    Because they break too many rules and aren't worth the effort, my auto license repair will not support SingleImage (HomeBusiness, HomeStudent, or Pro Trial) or Starter.

    The way I check if something is physically installed is based on some registry checks. SingleImage shows up as SingleImage period, so I can't tell if its HB, HS or Pro, and the MSI code needed to repair it does not fit the pattern I used to figure it out.

    Starter is Click2Run, if you need to repair it (why would you be using EZ-Activator on activated starter, and why have starter installed with another thing anyway), just open it and let it fix itself, it will be activated.

    I still will support versions of Pro, HB, and HS not from singleImage (I have Pro, but not HB and HS). I do not know however if there is a non SI installer for HB and HS.
     
  13. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    We have in some cases a timing issue between killing keygen and deleting it. Is your Office successfully activated?
     
  14. Frenk 19

    Frenk 19 MDL Novice

    Sep 24, 2009
    45
    2
    0
    It's Fantastic Job!!!
    Thanks ;)
     
  15. thethingy

    thethingy MDL Senior Member

    Sep 7, 2010
    301
    41
    10
    Hello, I've got Pro + installed with Visio & Project, they were all activated with this (kms) but now Pro + is mac activated so will running the kms again to reactivate Visio and Project when the 130 days are up mess with the mac activation of Pro + ???????????????????????
     
  16. Anakunda

    Anakunda MDL Senior Member

    Feb 6, 2010
    273
    11
    10
    any way to activate Visio and Project with MAK key?
     
  17. thethingy

    thethingy MDL Senior Member

    Sep 7, 2010
    301
    41
    10

    ^^go to help then change key then put in the mac key
     
  18. Chinoforest

    Chinoforest MDL Novice

    Apr 27, 2010
    23
    1
    0
    Do you think this will resist the OGA check?.
     
  19. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    Not sure. If Windows KMS users can pass it I can't see why office wouldn't. I am not sure though if Windows KMS'd passes it.