MouseKeyboardCenter_64bit_ENG_2.2.173

Discussion in 'Application Software' started by NICK@NUMBER11, Jul 5, 2013.

  1. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    I am looking for a way to install MouseKeyboardCenter_64bit_ENG_2.2.173 from setupcomplete, but i cannot find the correct method, has anyone got this installing using any silent commands :eek:
    thanks
     
  2. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,586
    340
    He is talking about silent switches. He already has the setup.

    :tea:
     
  4. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    I'd read that! But without to know he's talking about which hardware, it's maybe difficult to give an correct answer, if any!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,586
    340
    #5 Tito, Jul 5, 2013
    Last edited: Jul 5, 2013
    Its kind of generic driver for MS keyboards and mouse.

     
  6. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    He stated it were from setupcomplete!!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    #8 NICK@NUMBER11, Jul 6, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    It was simply this switch, thanks for help anyway

    Code:
    setup.exe /silentinstall
     
  8. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    #9 NICK@NUMBER11, Jul 6, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    this is what i was looking to do, run Ms keyboard & mouse from the setupcomplete...


    Code:
    ECHO OFF
    cd %~dp0
    start /wait Silverlight.exe /Q
    start /wait mpas-fe.exe /Q
    start /wait Windows-KB890830-x64-V5.1.exe /Q
    start /wait dotNetFx45_Full_x86_x64_Slim.exe /ai
    start /wait KB2798897-rvkroots.exe  /Q:A /R:N 
    start /wait rootsupd.exe /Q:A /R:N
    start /wait wusa.exe Windows6.1-KB2533552-x64.msu /quiet /norestart
    start /wait wusa.exe Windows6.1-KB2603229-x64.msu /quiet /norestart
    setup.exe /silentinstall
    RMDIR /S /Q "C:\Windows\Setup\Scripts"
    exit