Created
December 21, 2023 12:23
-
-
Save alextrical/f11b7f37b75c9bb5061335f9c60164f6 to your computer and use it in GitHub Desktop.
Morningstar MSView Wine setup
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
#Morningstar MSView | |
export env WINEPREFIX=~/.MSView | |
export env WINEDEBUG=fixme-all | |
export env WINEARCH=win64 | |
rm -r $WINEPREFIX | |
wget https://www.morningstarcorp.com/wp-content/uploads/software-msview-1.6.44.0.zip -nc -P /tmp | |
unzip /tmp/software-msview-*.zip -d /tmp/msview | |
wine /tmp/msview/setup-MSView.exe | |
rm -r /tmp/msview |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment