Y
Yurii Cherkasov
Guest
I need to automate Windows SDK 7.1 deployment.
The article on the Microsoft Docs describes, how to silently install all components of MS Windows SDK 7.1
https://support.microsoft.com/en-us/help/2498225/installing-windows-sdk-7-1-in-silent-mode
setup.exe -q -params:ADDLOCAL=ALL
How to install silently only necessary components? I suspect, I should provide some specific flags to -params, but setup.exe does not display any command-line help
Continue reading...
The article on the Microsoft Docs describes, how to silently install all components of MS Windows SDK 7.1
https://support.microsoft.com/en-us/help/2498225/installing-windows-sdk-7-1-in-silent-mode
setup.exe -q -params:ADDLOCAL=ALL
How to install silently only necessary components? I suspect, I should provide some specific flags to -params, but setup.exe does not display any command-line help
Continue reading...