winetricks.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 12 Mar 2015 17:39:09 +0200
changeset 1698 b103b90e8b51
parent 1690 6347c3d54167
child 1699 a805ad8f6c59
winetricks.
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
+