Skip to content

Instantly share code, notes, and snippets.

@tavin
Created April 21, 2019 21:10
Show Gist options
  • Save tavin/a2c4a4507fda06e9e5f946c2332760c4 to your computer and use it in GitHub Desktop.
Save tavin/a2c4a4507fda06e9e5f946c2332760c4 to your computer and use it in GitHub Desktop.
#!/bin/sh -ex
export WINEPREFIX=$PWD
export WINEARCH=win32
wineboot
winetricks -q dotnet35sp1
winetricks -q corefonts
winetricks -q windowscodecs || cabextract \
~/.cache/winetricks/windowscodecs/wic_x86_enu.exe -F 'windowscodecs*.dll' -d drive_c/windows/system32
wine ADE_2.0_Installer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment