Application Details:
Version: | 2010 (10.0) Express Edition |
License: | Free to use |
URL: | http://www.visualstudio.net |
Votes: | 1 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 5.0 |
Maintainers: About Maintainership
What works
Does not install.
What does not
ISO installer (VCExpress\setup.exe from en_visual_studio_2010_express_x86_dvd_510419.iso) hangs at "Microsoft VIsual Studio 2010 Express Prerequisites x64". Terminal output shows "0079:err:msiexec:custom_action_server Failed to create custom action server pipe: 2".
EXE installer (en_visual_studio_2010_vc_express_web_installer_x86_516528.exe) hangs at the first download. Terminal output shows "006a:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002"
Above installation attempts are with all options off (do not send feedback, do not install Silverlight / SQL Server).
The ISO installer does finish installing in a 32-bit WINEPREFIX, however fails to start. Terminal output shows "0009:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7ea12252".
Workarounds
What was not tested
Everything requiring actually starting the developer environment.
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Linux Mint 19.3 "Tricia" | Mar 01 2020 | 5.0 | Yes | No | No | Garbage | Átila César da Silva Interaminense | |
Current | Arch Linux | Aug 30 2018 | 3.14 | No | Not installable | No | Garbage | Vladimir Panteleev | |
Show | macOS 10.13 "High Sierra" | Aug 04 2018 | 3.0.2 | Yes | Yes | Yes | Gold | Lea Waller | |
Show | Mac OS X 10.9 "Mavericks" | May 04 2016 | 1.8.2 | Yes | Yes | Gold | an anonymous user | ||
Show | openSUSE 13.1 x86_64 | Apr 16 2015 | 1.7.40 | Yes | Yes | Silver | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
8780 | Multiple applications using native vbscript/jscript override need oleaut32.CreateTypeLib implementation (Visual Studio 20XX, Future Pinball, ...) | STAGED | View | |
9158 | Multiple Microsoft development tools online/web installers fail to skip "$shtdwn$.req" with FILE_ATTRIBUTE_HIDDEN (Visual Studio Express Editions, .NET Framework 3.0) | STAGED | View | |
32323 | Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be installed | STAGED | View | |
32562 | Visual Studio 2005-2010 Express Editions need jscript JScript_AddTypeLib impl | NEW | View | |
32749 | Implement atl100.dll.AtlAxDialogBoxW to show error dialogs (Visual Studio 2010 (10.0) Express Edition) | STAGED | View | |
33149 | Multiple applications show dialog/popup windows behind main window/splash screen (Visual Studio 2010, SPG-Verein 3.1.0) | NEW | View |
Prerequisite installation by using 'winetricks' script
Winetricks will take care of all needed installation prerequisites and work around some problems.
$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
$ bash winetricks -q dotnet20 dotnet40
To work around some bugs you additionally need:
$ bash winetricks -q corefonts
Winbind component
Make sure you installed 'winbind' component with your distribution package manager.
This is needed for the -Zi option of the compiler, and other mechanisms that handle 'PDB' (Program Data Base) files.
$ aptitude install winbind (Debian)
$ sudo yum install samba-winbind (Fedora)
Never run wine as root (su, sudo)! Wine doesn't require to be run as root!
You will screw your WINEPREFIX and possibly other things up. If you have run Wine as root you need to:
and then run winecfg to set Wine folder structure back up. If you used winetricks script as root you might also need to:
Again: Just run wine as regular user and all should be fine.
That's bug 34943 - use following recipe to work around.
$ bash winetricks winhttp
ÂThis is Bug 9158. Only happens with online-installer version (not retail from .ISO image). Use the following workaround in console:
If you encounter the following message/failure on startup:
fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework.Aero"
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x3296b8,(nil)): stub
err:eventlog:ReportEventW L"Application: Updater.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message).\nMessage: Unrecoverable system error.\nStack:\n at System.Environment.FailFast(System.String)\n at MS.Internal.Invariant.FailFas"...
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
This is bug 32323.
You are missing 'winetricks corefonts' recipe.
Try to enable subpixel font smoothing using 'winetricks':
Actually it's not a freeze but a popup/dialog hidden behind the splash screen.
You press "ENTER" (while keeping the splash in focus) to continue.
Congratulations, you ignored the HOWTO. Make sure you've installed .NET Framework 2.0 via winetricks.
[11/19/14,22:36:31] Microsoft Web Deployment Tool (x86): MSIComponent Action: Installing MSI f:\wcu\msdeploy\WebDeploy_x86_en-US.msi with command-line: SKIPVISTASP1CHECK=1 SKIPFX20SP1CHECK=1 SKIPINSTALLSHORTCUTS=1 REBOOT=ReallySuppress
0009:trace:msi:MSI_FormatRecordW L"Microsoft .NET Framework Version 2.0 or greater is required to install [ProductName]."
Congratulations, you ignored the HOWTO. Make sure you've installed .NET Framework 2.0 via winetricks.
[11/19/14,22:38:25] Crystal Reports templates for Visual Studio 2010: MSIComponent Action: Installing MSI f:\wcu\crystal reports\CrystalReportsTemplates.msi with command-line: REBOOT=ReallySuppress
0009:trace:msi:MSI_EvaluateConditionW 0 <- L"MsiNetAssemblySupport >= \"1.1\"" ... 0009:trace:msi:MSI_FormatRecordW L"This software package can only be installed on systems that has installed .NET Framework 1.1 or higher."
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Yurii Kolesnykov on Wednesday June 24th 2015, 17:42
For more link go to www.visualstudio.com/downloads/download-visual-studio-vs
by Don Woodhouse on Thursday May 22nd 2014, 15:03
by Martin Storsjö on Tuesday May 7th 2013, 17:06