Convert 7-Zip.exe (or any tool) into an MSI for silent deployment.

Time-consuming; requires a "clean" virtual machine to avoid capturing background system noise. Top Tools for EXE to MSI Conversion MSI Wrapper (Exemsi)

From Chaos to Control: Why (and How) to Convert EXE to MSI If you’ve ever tried to deploy a simple software update across 500 workstations using only a raw .exe file, you’ve likely stared into the abyss of failed installs and manual reboots. In the world of IT administration, .exe files are like wild horses—flexible and powerful, but notoriously difficult to corral.

MSIs are built for "headless" installation without user intervention.

Deploy this script via your RMM tool.

Start-Process "setup.exe" -ArgumentList "/S" -Wait -NoNewWindow