SAM CLI
Overview
msiexec /i AWS_SAM_CLI_64bit.msi /quiet /norestartUninstall
msiexec /x AWS_SAM_CLI_64bit.msi /quiet /norestart Version & Lifecycle
Community Notes
Silent install tip
For silent deployment of AWS SAM CLI on Windows, download the 64-bit MSI installer (AWS_SAM_CLI_64_PY3.msi) from the official AWS documentation and execute msiexec /i AWS_SAM_CLI_64_PY3.msi /qn /norestart to suppress UI, prevent reboots, and install for all users. Verify installation by running sam --version in a new command prompt. This method ensures reliable enterprise scripting without interactive prompts.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Available as MSI installer for Windows; supports GUI and command line installation; requires enabling long paths on Windows 10+