[ SOLVED ] ?? Need to bypass install office prompt ??

Discussion in 'Application Software' started by Dos_Probie, Aug 5, 2014.

  1. Dos_Probie

    Dos_Probie MDL Senior Member

    Jul 18, 2012
    250
    86
    10
    #1 Dos_Probie, Aug 5, 2014
    Last edited: Aug 5, 2014
    EDIT:
    Ok, Answered my own question and got it working now, via the following:
    - Downloaded and Installed the Correct OCT for my Office version.
    - Copied the "Admin" folder to my O2K10 install directory.
    - Then did a sfx with winrar office install with the following command "setup.exe /singleimage.ww\config.xml"
    - Ran my backup Activation script with pkeyconfig-office.xrm-ms and tokens.dat.
    Now it's a totally silent and pre-activated..Life is good again ~DP :p

    Activated.png


    [Solved] Hey Guys, trying to do a totally silent ua install of O2K10 Mak, have config.xml setup to insert key, bypass eula etc. but get thisbelow prompt for install type, googled around and found the Oct tool but could never get that to launch or work,
    anyone got any ideas on how to install Office completley silent?
    Thanks for the help, ~DP :confused:
    Install_Prompt.png
     
  2. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    #2 sebus, Aug 6, 2014
    Last edited by a moderator: Apr 20, 2017
    Sure, use combination of both:

    - create .msp via OCT to be used in command line with /adminfile
    and
    - create .xml

    Code:
    <Configuration Product="ProPlus">
    
    <!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="yes" /> -->
    
    <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus 2010 Setup(*).txt" /> -->
    
    <!-- <USERNAME Value="Me" /> -->
    
    <!-- <COMPANYNAME Value="Whatever" /> -->
    
    <!-- <AddLanguage Id="match" ShellTransform="yes"/> -->
    
    </Configuration>
    Works for me doing full silent install

    sebus