cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Cannot Install vcrun6/mfc42 #249

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run winetricks vcrun6

What is the expected output? What do you see instead?

Vcrun6 should  be downloaded and installed, but the remote file is not 
available.

What version of the product are you using? On what operating system?

Winetricks 20120308, Wine 1.4, Ubuntu 12.04

Please provide any additional information below.

The solution is to download the German version (link here: 
http://support.microsoft.com/kb/259403 , download file here: 
http://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/VC6RedistSe
tup_deu.exe) and use it.

    wget http://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/VC6RedistSetup_deu.exe
    cabextract cabextract -q VC6RedistSetup_deu.exe -F vcredist.exe
    mv vcredist.exe ~/.cache/winetricks/vcrun6/
    winetricks vcrun6

Original issue reported on code.google.com by jonahbron.d on 10 Aug 2012 at 1:02

GoogleCodeExporter commented 8 years ago
Already fixed some time ago, please try svn version.

A new release is kind of overdue, sorry.

Original comment by daniel.r...@gmail.com on 10 Aug 2012 at 1:18