This project is a Python-based script designed to automate the silent installation of multiple software applications across a local network.
It reads a predefined list of shared network paths pointing to executable installers (.exe / .msi), checks for their existence, and installs them silently using subprocess with parameters like /S, /quiet, or /verysilent.
The script prints user-friendly messages to indicate the status of each installation, making it suitable for IT helpdesk automation and saving hours of manual setup time.
Technologies Used: Python, subprocess, file system access (OS module)
Use Case: Internal IT departments automating software setup for new devices or during system reinstallation.
with simple