MSI installer for PuTTy terminal client.
For mass distribution of software, there are a few options. Group Policy and Configuration Manager are perfect examples of systems that can utilise MSI installers to push out to a number of devices on a corporate network. Below we will show a brief simple guide on how to use MSI installers for silent mass installation.
Fully Silent Method
If you want to run the MSI installers as completely silent, then you can use the following command:
msiexec.exe /i MSIinstaller.msi /q /norestart
Automated with GUI
If you want to run the MSI installers as automated but displayed to the end user, then you can use the following command:
msiexec.exe /i MSIinstaller.msi /passive /norestart
MSI Parameters
where:
msiexec.exe this starts the MSI installer engine
/i this tells the msiexec.exe to run an install
MSIinstaller.msi filename of the MSI installer
/q tells the msiexec.exe to run as silent
/passive tells the msiexec.exe to run as automated but display to end user
/norestart tells the msiexec.exe to not allow an automatic restart after installation completion
Obviously some MSI installers may have different parameters but the above are the most common.
For mass distribution of software, there are a few options. Group Policy and Configuration Manager are perfect examples of systems that can utilise MSI installers to push out to a number of devices on a corporate network. Below we will show a brief simple guide on how to use MSI installers for silent mass installation.
Fully Silent Method
If you want to run the MSI installers as completely silent, then you can use the following command:
msiexec.exe /i MSIinstaller.msi /q /norestart
Automated with GUI
If you want to run the MSI installers as automated but displayed to the end user, then you can use the following command:
msiexec.exe /i MSIinstaller.msi /passive /norestart
MSI Parameters
where:
msiexec.exe this starts the MSI installer engine
/i this tells the msiexec.exe to run an install
MSIinstaller.msi filename of the MSI installer
/q tells the msiexec.exe to run as silent
/passive tells the msiexec.exe to run as automated but display to end user
/norestart tells the msiexec.exe to not allow an automatic restart after installation completion
Obviously some MSI installers may have different parameters but the above are the most common.
Обзор
PuTTy MSI Installer — это Бесплатное ПО программное обеспечение в категории Интернет, разработанное TechyGeeksHome.
Последняя версия PuTTy MSI Installer-0.77, выпущенный на 16.08.2022. Первоначально он был добавлен в нашу базу данных на 19.02.2018.
PuTTy MSI Installer работает на следующих операционных системах: Windows.
PuTTy MSI Installer не был оценен нашими пользователями еще.
Последние обзоры
![]() |
XAMPP
XAMPP: идеальный инструмент разработки для веб-разработчиков |
![]() |
Telegram Desktop
Безопасный обмен сообщениями и файлами с помощью Telegram Desktop. |
![]() |
Microsoft Visual C++ 2013 Redistributable
Повышение производительности и стабильности с помощью распространяемого компонента Microsoft Visual C++ 2013 |
![]() |
EASEUS Partition Master Home Edition
EASEUS Partition Master Home Edition: Эффективное программное обеспечение для управления разделами |
![]() |
PC Fresh
Оптимизируйте свой ПК для достижения максимальной производительности с помощью PC Fresh! |
![]() |
Nero RescueAgent
Nero RescueAgent: Ваше решение для восстановления данных |
![]() |
UpdateStar Premium Edition
Обновлять программное обеспечение еще никогда не было так просто с UpdateStar Premium Edition! |
![]() |
Microsoft Edge
Новый стандарт в просмотре веб-страниц |
![]() |
Google Chrome
Быстрый и универсальный веб-браузер |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Повысьте производительность системы с помощью распространяемого пакета Microsoft Visual C++ 2015! |
![]() |
Microsoft Visual C++ 2010 Redistributable
Необходимый компонент для запуска приложений Visual C++ |
![]() |
Microsoft Update Health Tools
Средства обновления работоспособности Майкрософт: убедитесь, что ваша система всегда обновлена! |