vcredist - программа, а вернее пакет который часто встречается в дистрибутиве какой-либо программы. Предназначен для установки компонентов среды выполнения которые необходимы для выполнения приложений на C++
Недавно я писал статью, в которой, как раз и нужен данный пакет -
http://regedit.su/silent-install-application/70-o/824-silent-install-obsstudio
Может кому-то понадобится и для других приложений.
Для просмотра ключей тихой установки vcredist используется ключ -
/?
Ключи тихой установки vcredist -
/install - Установка программы
/repair - Устранение ошибок установки программы
/uninstall - Удаление программы
/layout - Создание полной копии пакета в каталоге
/passive - Отображение минимального интерфейса при установке
/quiet - Тихая установка, без отображения интерфейса
Рассмотрим пример тихой установки vcredist если он находится на сервере APPSOFT в папке VCREDIST
start /wait \\APPSOFT\VCREDIST\vcredist_x64.exe /install /quiet
Для примера был взят пакет для 64 разрядной Windows, есть и для 32 разрядной версии Windows доступный на сайте Microsoft.
Вроде и не программа, а нужная фича о которой надо было написать - может это и неинтересно.
Спасибо за прочтение.
Подписывайтесь в наше Сообщество для того, чтобы не пропустить что-то интересное.
vc_redist - program, but rather a package that is often found in the distribution of any program. Designed for installation of runtime components that are required to run C++ applications.
I recently wrote an article that, just need this package
http://regedit.su/silent-install-application/70-o/824-silent-install-obsstudio
Maybe someone will need it for other applications.
To view the keys silent install vcredist use the -
/?
Keys silent install vcredist -
/install - installs the program
/repair - Repair the installation of the program
/uninstall - uninstall a program
/layout - Create a complete copy of the package in the directory
/passive - Displays minimal UI with the installation of
/quiet - Quiet installation without any UI
Consider the example of a silent install vcredist if it is on the server APPSOFT in the folder VCREDIST
start /wait \\APPSOFT\VCREDIST\vcredist_x64.exe /install /quiet
For example, had taken the package for 64-bit Windows for 32-bit version of Windows available on the Microsoft website.
And not like a program, and need a feature which had to write - maybe that's uninteresting.
Thank you for reading.
Subscribe to our Community in order not to miss something interesting.