Skip to content

Instantly share code, notes, and snippets.

@spuder
Created May 27, 2015 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spuder/33bd522e65c602852ed5 to your computer and use it in GitHub Desktop.
Save spuder/33bd522e65c602852ed5 to your computer and use it in GitHub Desktop.
Chocolaty can't install WSE
PS C:\Users\sowen> choco install -y microsoftwse
Chocolatey v0.9.9.6
Installing the following packages:
microsoftwse
By installing you accept licenses for the packages.

MicrosoftWSE v3.0
 Installing MicrosoftWSE...
 [ERROR] Running msiexec with /i "C:\Users\sowen\AppData\Local\Temp\2\chocolatey\MicrosoftWSE\MicrosoftWSEInstall.MSI"
 /quiet  was not successful. Exit code was '1603' Error Message:
 .
 At C:\ProgramData\chocolatey\helpers\functions\Start-ChocolateyProcessAsAdmin.ps1:92 char:5
 +     throw $errorMessage
 +     ~~~~~~~~~~~~~~~~~~~
     + CategoryInfo          : OperationStopped: ([ERROR] Running...or Message:
 .:String) [], RuntimeException
     + FullyQualifiedErrorId : [ERROR] Running msiexec with /i "C:\Users\sowen\AppData\Local\Temp\2\chocolatey\Microsof

    tWSE\MicrosoftWSEInstall.MSI" /quiet  was not successful. Exit code was '1603' Error Message:
 .
The install of microsoftwse was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\MicrosoftWSE\tools\chocolateyInstall.ps1'.
 See log for details.

Chocolatey installed 0/1 package(s). 1 package(s) failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures:
 - microsoftwse
PS C:\Users\sowen> choco upgrade mirosoftwse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment