If I have a working install of Windows, could I copy the entire Windows Folder (C:\Windows) into Wine's Windows folder?
If I have all native dlls, will it improve compatibility and performance at all?
I understand the wine devs can't do this is they don't want to be sued, but for an end user like me, there shouldn't be a problem.
Copying the Windows Folder into Wine?
-
- Level 2
- Posts: 20
- Joined: Fri Jun 27, 2008 10:11 pm
Re: Copying the Windows Folder into Wine?
Not if you want Wine to actually work.Kingoftherings wrote:If I have a working install of Windows, could I copy the entire Windows Folder (C:\Windows) into Wine's Windows folder?
No, it will break Wine. Some native dlls require low-level Windows kernel access that Wine can't provide, and they should never be used. And even for the dlls that can be overridden, the native ones do not necessarily work better, and can even prevent some programs from working at all.If I have all native dlls, will it improve compatibility and performance at all?
Sometimes native dlls are needed, but that should be done judiciously. First see if your app works with plain Wine, and if it doesn't, then figure out which native dlls might help and use only those.
-
- Level 2
- Posts: 20
- Joined: Fri Jun 27, 2008 10:11 pm