SetupComplete.cmd

Discussion in 'Windows 7' started by schmerle123, Dec 21, 2014.

  1. schmerle123

    schmerle123 MDL Novice

    Nov 21, 2012
    39
    9
    0
    Hello to all,
    I want to integrate NET4.5.2 in setupComplete.cmd. Some one use: start /wait %SystemDrive%\x64\DOTNET\BASE\NDP452-KB2901907-x86-x64-AllOS-ENU.exe /q,
    Other one use:
    start /wait %SystemDrive%\x64\DOTNET\BASE\NDP452-KB2901907-x86-x64-AllOS-ENU.exe /y.
    What is right, synatx /y or syntax /q ??
    :worthy:

    Thank's for help

    schmerle123
     
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,391
    11,617
    240
    #2 murphy78, Dec 21, 2014
    Last edited by a moderator: Apr 20, 2017
    Code:
    start /wait "" "%SystemDrive%\x64\DOTNET\BASE\NDP452-KB2901907-x86-x64-AllOS-ENU.exe /passive /norestart /nobackup"