how to make office 2010 sp1 pro plus vl auto activated from install?

Discussion in 'Microsoft Office' started by Ki, Feb 12, 2012.

  1. Ki

    Ki MDL Novice

    Jun 7, 2011
    21
    1
    0
    i have the pro plus sp1 converted with channel switcher to vl
    how can it auto activate without manually running any activator/toolkit
    (like office older versions can do this)
     
  2. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
  3. Ki

    Ki MDL Novice

    Jun 7, 2011
    21
    1
    0
    Office Customization Tool is not working in this version because it doesn't have the admin folder.
    but checking the other link you posted now, thanks (config xml)
     
  4. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
  5. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    #5 NICK@NUMBER11, Feb 12, 2012
    Last edited by a moderator: Apr 20, 2017
    You could use the customer installer and add a command to run a batch file after office setup has completed, you could use Office 2010 Toolkit and call it like this..

    Code:
    @echo off
    CLS
    TITLE Office 2010 Activating
    
    start/wait Toolkit.exe /EZ-Activator
    
    this and the exe will packed into a msp file, then you call this to install office customized setup

    setup.exe /adminfile Install.msp and setup will automated and install office and activate using toolkit.

    Think you will still get a firewall warning... :eek: