Skip to content

Update Windows native install to use one-liner command#5203

Open
Shannon Bradshaw (shannonbradshaw) wants to merge 2 commits into
mainfrom
claude/update-windows-native-install-2026-07-15
Open

Update Windows native install to use one-liner command#5203
Shannon Bradshaw (shannonbradshaw) wants to merge 2 commits into
mainfrom
claude/update-windows-native-install-2026-07-15

Conversation

@shannonbradshaw

Copy link
Copy Markdown
Collaborator

The Viam app now generates a single Command Prompt one-liner for Windows viam-agent installation instead of directing users to download the MSI and click through the wizard (viamrobotics/app#12694, merged 2026-07-14).

The old docs said "download the Viam Agent installer and follow the on-screen instructions to complete the installation." The app UI no longer shows that flow — it now shows a single copy-paste command that fetches the machine config, downloads the MSI, and installs silently with msiexec /qn /norestart.

This PR updates docs/reference/viam-server.md to match the new app behavior: the Windows native tab now shows the one-liner command with placeholder credentials, matching the Linux install experience.

Source changes

  • viamrobotics/app#12694: Make the viam-agent Windows install instructions a one-liner

Docs changes

  • docs/reference/viam-server.md: Replace "download the installer and follow on-screen instructions" with the actual one-liner command (mkdir, curl config, curl MSI, msiexec silent install). Note that Command Prompt must be run as administrator, and Cmd (not PowerShell) must be used.

How I found these

  • Xref lookup: maintenance.md staleness detection table for app/ui/src/ changes
  • Grep matches: searched for viam-agent-stable-windows, mkdir.*\\etc, Download.*installer, Command Prompt across the entire docs repo. Only one page (viam-server.md line 401) referenced the old install flow.

Generated by daily docs change agent


Generated by Claude Code

The Viam app now generates a single Command Prompt one-liner for
Windows viam-agent installation (app#12694) instead of directing
users to download the MSI and click through the wizard. Update
the docs to match: show the command that fetches config, downloads
the MSI, and runs a silent install with msiexec /qn /norestart.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Claude-Session: https://claude.ai/code/session_01BCPjBhmwapYtVuNM36gNp1
@netlify

netlify Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploy Preview for viam-docs ready!

Name Link
🔨 Latest commit 6bbc224
🔍 Latest deploy log https://app.netlify.com/projects/viam-docs/deploys/6a5a851d523bd5000842eb42
😎 Deploy Preview https://deploy-preview-5203--viam-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 42 (🔴 down 1 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@viambot viambot added the safe to build This pull request is marked safe to build from a trusted zone label Jul 15, 2026
The CONNECT tab offers API keys but no config URL, so the instruction
to take all three values from it left readers stranded. Inline the
config URL shape (only the part ID varies), link the API keys page,
and reuse the canonical status-dropdown instruction for copying the
part ID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to build This pull request is marked safe to build from a trusted zone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants