Skip to content

Instantly share code, notes, and snippets.

@jim-p
Last active August 29, 2015 14:07
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 jim-p/67d51c73decafd6cf8a0 to your computer and use it in GitHub Desktop.
Save jim-p/67d51c73decafd6cf8a0 to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks
env WINEARCH=win32 WINEPREFIX=~/.wine-kayako winecfg
env WINEARCH=win32 WINEPREFIX=~/.wine-kayako winetricks ie8
env WINEARCH=win32 WINEPREFIX=~/.wine-kayako winetricks gdiplus
env WINEARCH=win32 WINEPREFIX=~/.wine-kayako winetricks vcrun2008
[Copy all of the DLLs from vcrun2012 to ~/.wine-kayako/drive_c/windows/system32/
mfc110.dll mfc110cht.dll mfc110enu.dll mfc110fra.dll mfc110jpn.dll mfc110rus.dll mfcm110.dll
mfc110chs.dll mfc110deu.dll mfc110esn.dll mfc110ita.dll mfc110kor.dll mfc110u.dll mfcm110u.dll ]
env WINEARCH=win32 WINEPREFIX=~/.wine-kayako wine ~/Downloads/KayakoDesktop_4.2.0.683-STABLE.exe
To run:
env WINEARCH=win32 WINEPREFIX=~/.wine-kayako wine ./.wine-kayako/drive_c/Program\ Files/Kayako/Desktop/KayakoDesktop.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment