Skip to content

Instantly share code, notes, and snippets.

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 fwahlqvist/ee5b104c82df1651af1a06e64ef020ec to your computer and use it in GitHub Desktop.
Save fwahlqvist/ee5b104c82df1651af1a06e64ef020ec to your computer and use it in GitHub Desktop.
Commands to set up OS X to run Enterprise Architect (assumes Homebrew is installed)
# Install Wine and other necessary components using Homebrew
brew install wine
brew install winetricks
brew install cabextract
# Instructions from http://www.sparxsystems.com/support/faq/enterprise-architect-WINE.html
winetricks allfonts
winetricks msxml
winetricks msxml3
winetricks msxml4
winetricks mdac28
winecfg # Switch to Libraries tab, select oledb32, Edit, change to "Native".
wine EALite.exe # Or "wine easetupfull.exe" if you have full-version license.
winetricks jet40
wine msiexec /i mysql-connector-odbc-3.51.25-win32.msi
# To start Enterprise Architect
wine "c:\\Program Files\\Sparx Systems\\EA Lite\\EA.exe" # adjust path if using full license
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment