# HG changeset patch # User Oleksandr Gavenko # Date 1426174749 -7200 # Node ID b103b90e8b51d2726896147ac1d1c440b7d16ed0 # Parent 6347c3d541676f7cfc1be3af934104e8a15d03ef winetricks. diff -r 6347c3d54167 -r b103b90e8b51 wine.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wine.rst Thu Mar 12 17:39:09 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 +