Commit Graph
10 Commits
Author SHA1 Message Date
uhlwoogiandClaude Sonnet 4.6 d3844a857c Switch TacticalRMM download to WebClient for redirect handling
Invoke-WebRequest hangs on the TacticalRMM download URL (same redirect
issue previously fixed for RustDesk). Use WebClient.DownloadFile instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 16:34:50 +00:00
uhlwoogiandClaude Sonnet 4.6 3ff00aca6d Fix silent failure on TacticalRMM download
Add -ErrorAction Stop so Invoke-WebRequest throws on failure instead of
silently continuing, and -UseBasicParsing to avoid IE engine dependency.
Add progress output so it's clear the download is running.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 16:33:21 +00:00
uhlwoogiandClaude Sonnet 4.6 eb1fecb886 Remove Test-NetConnection check that caused false failures
The TCP connectivity test would stall on reverse DNS lookups and exhaust
its 3-retry limit even on machines with working internet. Let
Invoke-WebRequest fail naturally with a real error instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 16:30:56 +00:00
uhlwoogiandClaude Sonnet 4.6 d0fa18f1c6 Revert self-elevation changes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 11:07:27 +00:00
uhlwoogiandClaude Sonnet 4.6 eb0d4aaaf9 Explicitly uninstall existing version before install to avoid MSI upgrade elevation failure
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 10:58:30 +00:00
uhlwoogiandClaude Sonnet 4.6 640567d03e Switch to WebClient.DownloadFile for reliable redirect handling
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 10:51:10 +00:00
uhlwoogiandClaude Sonnet 4.6 2b95f87565 Add MSI file validation after download to catch bad downloads early
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 10:50:36 +00:00
uhlwoogiandClaude Sonnet 4.6 ee0fc307bb Fix MSI temp path and constrain exe search to matching install directories
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 10:48:36 +00:00
uhlwoogiandClaude Sonnet 4.6 97701505c3 Improve RustDesk exe detection and add MSI install logging
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 10:44:06 +00:00
uhlwoogiandClaude Sonnet 4.6 b5c093ad83 Rename scripts to include estudio and update RustDesk download URL
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 10:28:27 +00:00