Last active
February 27, 2019 14:19
-
-
Save kristopherjohnson/20230ca2538ab5e7d09d to your computer and use it in GitHub Desktop.
Commands to set up OS X to run Enterprise Architect (assumes Homebrew is installed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
@steverhoades @sairkrishna Did you solve issue with popup?