Skip to content

Instantly share code, notes, and snippets.

@niun
Last active August 29, 2015 14:12
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 niun/67dd4275a9f5b1764265 to your computer and use it in GitHub Desktop.
Save niun/67dd4275a9f5b1764265 to your computer and use it in GitHub Desktop.
install wimp >= 3.1 in wine
# Source: http://thinkpad-forum.de/threads/179658-Wine-Wimp
# The exe installer does not work.
# Workaround: extract msi from exe, install msi.
wine WiMP-3.1.0.1858-NO.exe /extract
wine msiexec /i 8840086/WiMP-3.1.0.1858-NO.msi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment