jivkok / Chocolatey-Packages

Repo for hosting Chocolatey packages
27 stars 22 forks source link

mysql.workbench fails to install if vc++ 2010 x86 runtime isn't installed #2

Open dszabo opened 11 years ago

dszabo commented 11 years ago

I've tried to run 'cinst mysql.workbench', not working if vc++ 2010 runtime is not installed.

After installed it separately (10.0.30319), it works.

Downloading mysql.workbench (http://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-gpl-5.2.44-win32.msi) to C:\Users\ADMINI~1\AppData\L ocal\Temp\2\chocolatey\mysql.workbench\mysql.workbenchInstall.msi Installing mysql.workbench... Elevating Permissions and running msiexec /i "C:\Users\ADMINI~1\AppData\Local\Temp\2\chocolatey\mysql.workbench\mysql.workbenchInstall.msi" /p assive . This may take awhile, depending on the statements. Write-Error : [ERROR] Running msiexec with /i "C:\Users\ADMINI~1\AppData\Local\Temp\2\chocolatey\mysql.workbench\mysql.workbenchInstall.msi" /passive was not successful. Exit code was '1603'. At C:\Chocolatey\chocolateyInstall\helpers\functions\Start-ChocolateyProcessAsAdmin.ps1:42 char:16

[ERROR] [ERROR] Running msiexec with /i "C:\Users\ADMINI~1\AppData\Local\Temp\2\chocolatey\mysql.workbench\mysql.workbenchInstall.msi" /passi

ve was not successful. Exit code was '1603'.

At C:\Chocolatey\chocolateyInstall\helpers\functions\Write-ChocolateyFailure.ps1:29 char:13

[ERROR] Running msiexec with /i "C:\Users\ADMINI~1\AppData\Local\Temp\2\chocolatey\mysql.workbench\mysql.workbenchInstall.msi" /passive was not successful. Exit code was '1603'. At C:\Chocolatey\chocolateyInstall\helpers\functions\Start-ChocolateyProcessAsAdmin.ps1:43 char:10

dszabo commented 11 years ago

probably it is not your job (or maybe it is?), but it'd be nice if msiexec was called with /lve* install.log argument so I could check the installation log file.