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.
source
share