azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

Installing azd on Windows Server using normal Windows PowerShell (non-admin) fails with MsiFailure.

Open v-elenafeng opened this issue 1 year ago • 0 comments

Output from azd version image

Describe the bug An error was encountered during install: MsiFailure image

To Reproduce

  • Open a normal Windows PowerShell (non-admin)
  • Install the latest released azd by running script powershell -ex AllSigned -c "Invoke-RestMethod '[https://aka.ms/install-azd.ps1'](https://aka.ms/install-azd.ps1%27) | Invoke-Expression"

Expected behavior azd installed successfully. image

Environment OS: Windows Server 2022

Additional context Doesn't repro on Windows11 x64 23h2 Doesn't repro on Windows Server 2022 with Windows PowerShell (Run as admin)

v-elenafeng avatar Jun 21 '24 09:06 v-elenafeng