Where is the wine skeleton for ~ / .wine?

I am creating an application that will run on Linux under Wine, and I would like to add several files to the default Windows image that is created in ~ / .wine when the user first starts the wine - a kind such as / etc / skel that are used to creating new users.

Is there any way to do this? I can't seem to find a way to create ~ / .wine.

Is there also a way to import the registry key using regedit at the same time (i.e. when the user first starts the wine)?

NOTE: this is on RHEL / Centos 5 using the EPEL screw RPM.

+3
source share
1 answer

Take a look at /usr/share/wine/wine.inf.

+2

Source: https://habr.com/ru/post/1761641/


All Articles