You can run the msiexec
command to run the MSI installer.
[code] msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi[/code]
Download and run the AWS CLI MSI installer for Windows (64-bit):
https://awscli.amazonaws.com/AWSCLIV2.msi
If you are trying to run commands through PowerShell, be sure to add the snap-in:
Add-pssnapin AWS*
or
asnp AWS*