Skip to content

Commit

Permalink
vc2010express: remove mono so installer can install native .Net
Browse files Browse the repository at this point in the history
  • Loading branch information
austin987 committed Feb 5, 2019
1 parent aaca4ae commit 1c8331f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -14369,6 +14369,11 @@ load_vc2010express()
w_try_7z "$W_TMP" "$W_CACHE"/vc2010express/VS2010Express1.iso
w_try_cd "$W_TMP"/VCExpress

# Uninstall wine-mono, installer doesn't attempt to install native .Net if mono is installed,
# Then the installer throws and exception and fails
# See https://github.com/Winetricks/winetricks/issues/1165
w_call remove_mono

# dotnet40 leaves winver at win2k, which causes vc2010 to abort on
# start because it looks for c:\users\$LOGNAME\Application Data
w_set_winver winxp
Expand Down

0 comments on commit 1c8331f

Please sign in to comment.