Skip to content

Instantly share code, notes, and snippets.

@alextrical
Created December 21, 2023 12:23
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 alextrical/f11b7f37b75c9bb5061335f9c60164f6 to your computer and use it in GitHub Desktop.
Save alextrical/f11b7f37b75c9bb5061335f9c60164f6 to your computer and use it in GitHub Desktop.
Morningstar MSView Wine setup
#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