AllowAllTrustedApps sideloading policy to be enabled). All other application features function normally in the self-contained edition.
Windows 11 (any release)
Windows 11 provides the best WinUI 3 rendering, improved driver support, and ongoing security updates.
Windows 10 Version 2004 (OS Build 19041) — May 2020 Update or later
All subsequent Windows 10 releases (20H2, 21H1, 21H2, 22H2) share this base build and are supported. Earlier builds of Windows 10 (1809, 1903, 1909) are not supported.
winver, press Enter.Windows 11 provides improved WinUI 3 rendering, better driver support, and ongoing security updates. If the hardware supports it, upgrading to Windows 11 is strongly recommended.
MyRadar Enterprise uses Direct3D 11 for hardware-accelerated map rendering. D3D11 and DXGI are included with Windows and do not require a separate download, but the target machine must have a compatible GPU with up-to-date drivers.
| Requirement | Detail |
|---|---|
| Graphics API | Direct3D 11 (D3D 11.2 API surface) |
| Minimum Feature Level | D3D_FEATURE_LEVEL_10_0 (DirectX 10.0-class GPU or higher) |
| Shader Model | 4.0 (vs_4_0 / ps_4_0) |
| Swap Chain Format | DXGI_FORMAT_B8G8R8A8_UNORM, Flip Sequential presentation |
| WARP (software fallback) | Not used — a hardware GPU driver is required |
Any discrete or integrated GPU from approximately 2009 onward supports Feature Level 10.0. This includes:
The following runtime components are required. The bootstrapper installer (Section 6) handles detection and installation of all prerequisites automatically. This section is provided for reference and for administrators performing manual or MSI-only deployments.
MyRadar Enterprise is built on .NET 8.0. The Desktop Runtime (not just the base runtime) is required because the application uses Windows desktop APIs.
| Detail | Value |
|---|---|
| Required version | .NET 8.0.x (latest patch recommended) |
| Architecture | x64 or ARM64 (must match app architecture) |
| Download | .NET 8.0 Desktop Runtime |
| Silent install | windowsdesktop-runtime-8.0.x-win-x64.exe /install /quiet /norestart |
The application's native map engine component requires the Visual C++ runtime.
| Detail | Value |
|---|---|
| Required package | Microsoft Visual C++ 2015-2022 Redistributable |
| Architecture | x64 or ARM64 (must match app architecture) |
| Download | Latest Visual C++ Redistributable |
| Silent install | vc_redist.x64.exe /install /quiet /norestart |
MyRadar Enterprise uses WebView2 for embedded web content (video content, web-based data views).
| Detail | Value |
|---|---|
| Required version | Evergreen (auto-updating), any recent version |
| Download | WebView2 Runtime |
| Silent install | MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install |
MyRadar Enterprise requires outbound HTTPS (port 443) access. No inbound connections are required. All connections use TLS 1.2 or higher.
These domains must be accessible for the application to function at runtime.
| Domain | Purpose |
|---|---|
*.acmeaom.com | All MyRadar backend services (see breakdown below) |
*.myradar.com | Authentication, messaging, and support services |
The *.acmeaom.com wildcard covers all of the following service subdomains:
| Subdomain | Purpose |
|---|---|
forecast.acmeaom.com | Weather forecast data |
nowcast.acmeaom.com | Short-range precipitation nowcast |
hdradcache.acmeaom.com | HD radar tile imagery |
sdradcache.acmeaom.com | Standard-definition radar tiles |
histradar.acmeaom.com | Historical radar data |
airspace-cdn.acmeaom.com | NWS weather alerts (GeoJSON) |
cyclones.acmeaom.com | Hurricane and tropical cyclone tracking |
wildfires.acmeaom.com | Wildfire incident data |
aqi.acmeaom.com | Air quality index contours |
geocode.acmeaom.com | Geocoding and location search |
geocode2.acmeaom.com | Reverse geocoding |
satellites.acmeaom.com | Satellite tracking data |
notif.acmeaom.com | Push notification service |
installs.acmeaom.com | Device registration |
devices.acmeaom.com | Device management |
radstat.acmeaom.com | Weather station definitions |
etc.acmeaom.com | Remote configuration |
etc-content.acmeaom.com | Remote configuration content |
myradar-readonly.acmeaom.com | Video gallery and startup messages |
video-portal-cdn.acmeaom.com | Video content delivery |
livestreams.acmeaom.com | Live weather streams |
climatestripe.acmeaom.com | Climate visualization data |
routecast.acmeaom.com | Route weather forecasting |
chatbot-web-beta.acmeaom.com | Weather chatbot |
myradar.photoshare.acmeaom.com | Community photo sharing |
myradar.phototiles.acmeaom.com | Photo map tiles |
myradar.pics.acmeaom.com | Photo content delivery |
myradar.webhooks.acmeaom.com | Webhook notification service |
myradar.apps.acmeaom.com | Application services API |
myradar.msal.acmeaom.com | MSAL authentication parameters |
myradar.accounts.acmeaom.com | User account management |
*-content.acmeaom.com | Detail content for alerts, cyclones, wildfires, earthquakes, etc. |
*.blob.core.windows.net | Azure Blob Storage (weather imagery and data assets) |
The Enterprise edition uses Microsoft Authentication Library (MSAL) for corporate single sign-on:
| Domain | Purpose |
|---|---|
login.microsoftonline.com | Azure AD / Entra ID authentication |
login.microsoft.com | Azure AD authentication (alternate) |
login.myradar.com | MyRadar identity service |
sts.windows.net | Security Token Service |
graph.microsoft.com | Microsoft Graph API (user profile) |
device.login.microsoftonline.com | Device code flow authentication |
| Domain | Purpose |
|---|---|
atlas.microsoft.com | Azure Maps (geocoding) |
firebaseremoteconfig.googleapis.com | Firebase Remote Config (feature flags) |
www.googleapis.com | Google API authentication |
api.flightwise.com | Flight tracking data (third-party) |
wns.windows.com | Windows Notification Services (push notifications) |
*.notify.windows.com | WNS notification delivery |
| Domain | Purpose |
|---|---|
msedge.api.cdp.microsoft.com | Edge/WebView2 component delivery |
*.microsoft.com | WebView2 runtime updates |
These domains are needed during initial installation (bootstrapper prerequisite downloads) but are not required for ongoing application operation.
| Domain | Purpose |
|---|---|
aka.ms | Microsoft URL shortener (redirects to download CDN) |
go.microsoft.com | Microsoft download redirector (WebView2) |
download.visualstudio.microsoft.com | .NET runtime and VC++ redistributable downloads |
dotnet.microsoft.com | .NET runtime download page |
developer.microsoft.com | WebView2 runtime download page |
All connections use TLS 1.2 or higher. TLS 1.2 is enabled by default on all supported Windows 10 versions (2004+), but may be disabled by hardening policies. Verify it is enabled if your organization applies custom TLS/SSL configuration.
MyRadar Enterprise runs as a standard Windows desktop application (Win32). It does not run inside a Windows app container and does not require special capability declarations.
| Permission | Description | Required? |
|---|---|---|
| Internet access | Outbound HTTPS for weather data | Yes — core functionality |
| Location services | Device GPS/location for map centering | Recommended — auto-centers map |
| File system | Read/write to %LocalAppData%\MyRadar\Enterprise\ | Yes — settings and cache |
| Program Files | Install location (Program Files\MyRadar\Enterprise\) | Yes — installed by MSI |
| Registry (HKCU) | COM registration for push notifications | Yes — written during install |
Computer Configuration > Administrative Templates > Windows Components > Location and Sensors > Turn off location), users can manually set their location within the application.Publisher: CN="ACME AtronOmatic, LLC", O="ACME AtronOmatic, LLC", L=Orlando, S=Florida, C=US
MyRadar Enterprise is distributed as a Windows Installer (MSI) package with an optional bootstrapper EXE that handles prerequisite installation automatically.
| File | Description | Use Case |
|---|---|---|
MyRadarEnterpriseSetup-x64.exe | Bootstrapper EXE with prerequisite detection and auto-download | Standalone installs, end-user deployment |
MyRadarEnterprise-x64.msi | MSI package (application only, no prerequisites) | SCCM, Intune, GPO deployment where prerequisites are managed separately |
MyRadarEnterpriseSetup-x64.exeFor environments where prerequisites are managed separately (e.g., via SCCM baseline):
msiexec /i MyRadarEnterprise-x64.msi (interactive) or see Section 7 for silent optionsThe MSI installs to C:\Program Files\MyRadar\Enterprise\ by default. The install also creates:
HKCU\Software\Classes\CLSID\{...} for push notification background activationREM Silent install — downloads prerequisites automatically
MyRadarEnterpriseSetup-x64.exe /quiet
REM Silent uninstall
MyRadarEnterpriseSetup-x64.exe /quiet /uninstall
# Run as Administrator
# 1. .NET 8.0 Desktop Runtime
Start-Process -Wait -FilePath ".\windowsdesktop-runtime-8.0.x-win-x64.exe" `
-ArgumentList "/install", "/quiet", "/norestart"
# 2. Visual C++ Redistributable
Start-Process -Wait -FilePath ".\vc_redist.x64.exe" `
-ArgumentList "/install", "/quiet", "/norestart"
# 3. WebView2 Runtime (if not already present)
Start-Process -Wait -FilePath ".\MicrosoftEdgeWebView2RuntimeInstallerX64.exe" `
-ArgumentList "/silent", "/install"
# 4. Install MyRadar Enterprise
msiexec /i "MyRadarEnterprise-x64.msi" /quiet /norestart
For managed deployment tools, use the MSI directly:
| Setting | Value |
|---|---|
| Install command | msiexec /i MyRadarEnterprise-x64.msi /quiet /norestart |
| Uninstall command | msiexec /x MyRadarEnterprise-x64.msi /quiet /norestart |
| Install behavior | System (per-machine) |
| Detection rule | File exists: C:\Program Files\MyRadar\Enterprise\MyRadar.Enterprise.exe |
| Dependencies | .NET 8.0 Desktop Runtime, VC++ Redist 2015-2022, WebView2 |
The MSI uses Windows Installer MajorUpgrade — installing a newer version automatically removes the previous version. No manual uninstall is needed before upgrading. User settings and data are preserved across upgrades.
MyRadarEnterpriseSetup-x64.exe — it upgrades the application and any outdated prerequisites.msiexec /i MyRadarEnterprise-x64.msi /quiet /norestart — the new version replaces the old one.msiexec /x MyRadarEnterprise-x64.msi /quiet /norestartMyRadarEnterpriseSetup-x64.exe /quiet /uninstallUninstalling removes all application files from Program Files\MyRadar\Enterprise\, Start Menu/desktop shortcuts, registry entries, and user data at %LocalAppData%\MyRadar\Enterprise\ (settings, cache, logs). A subsequent reinstall starts with factory-default settings.
To reset the application to factory defaults without uninstalling and reinstalling:
msiexec /fa MyRadarEnterprise-x64.msi
This reinstalls all application files and deletes user data (settings, cache, logs), restoring the application to its initial state. Useful for troubleshooting configuration issues.
| Scenario | Application files | User settings and data |
|---|---|---|
| Upgrade | Replaced with new version | Preserved |
| Repair | Reinstalled | Deleted (factory reset) |
| Uninstall | Removed | Deleted |
| Uninstall + Reinstall | Removed, then reinstalled | Deleted (factory reset) |
After installation, verify the deployment:
| Check | Command / Action |
|---|---|
| GPU / D3D11 | In Device Manager, confirm Display adapters shows a proper GPU driver (not "Microsoft Basic Display Adapter"). Run dxdiag and verify Feature Level 10_0 or higher. |
| .NET 8 Runtime | dotnet --list-runtimes — look for Microsoft.WindowsDesktop.App 8.0.x |
| VC++ Redistributable | Check registry: HKLM\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64 |
| WebView2 Runtime | Check registry: HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BEB-E15AB5810CD8} |
| MyRadar installed | File exists: C:\Program Files\MyRadar\Enterprise\MyRadar.Enterprise.exe |
| App launches | Run MyRadar Enterprise from Start Menu or desktop shortcut |
| Component | Minimum Version | Architecture | Download Link |
|---|---|---|---|
| Windows 10 | Version 2004 (Build 19041) | x64 / ARM64 | Windows Update |
| GPU | Direct3D Feature Level 10.0+ | — | Updated driver from GPU vendor |
| .NET Desktop Runtime | 8.0 (latest patch) | x64 / ARM64 | dotnet.microsoft.com |
| Visual C++ Redist. | 14.0 (2015-2022) | x64 / ARM64 | VC++ Redistributable |
| WebView2 Runtime | Evergreen (latest) | x64 / ARM64 | WebView2 Runtime |