# HG changeset patch # User Oleksandr Gavenko # Date 1426267610 -7200 # Node ID a805ad8f6c5989166757f24bb2cd766daa6157c6 # Parent f41d35f4af393ed636a8f5707badcab00e56930b# Parent b103b90e8b51d2726896147ac1d1c440b7d16ed0 merged diff -r f41d35f4af39 -r a805ad8f6c59 wine.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wine.rst Fri Mar 13 19:26:50 2015 +0200 @@ -0,0 +1,49 @@ +.. -*- coding: utf-8; -*- +.. include:: HEADER.rst + +======= + Wine. +======= +.. contents:: + +Installing into separate workspace. +=================================== +:: + + $ PROFILE=my-program + $ export WINEPREFIX=~/.wine-$PROFILE + $ winetricks dotnet20 dotnet40 + $ wine /path/to/installer.exe + $ wine $WINEPREFIX/Program\ Files/Program/start.exe + +Write simple script to run program in your environment:: + + #!/bin/sh + env WINEPREFIX=~/.wine-my ~/.wine-my/ + +winetricks. +=========== + +List of available packages:: + + $ winetricks apps list + +Instal .Net 2.0/4.0:: + + $ winetricks dotnet20 dotnet40 + +Wine utils. +=========== +:: + + $ winecfg + + $ wine notepad + $ wine regedit + $ wine uninstaller + +Installing fresh copy under Debian. +=================================== + +https://www.winehq.org/download/debian +