vikram ranabhatt wrote: > Hi, > > I have created multiple Xen Vms using Xen Api. > I need to access Windows registry right from Linux.Is that is possible > through wine API? No Wine can't access virtual machines directly or indirectly. And even if that would have been possible - Wine does not support windows binary registry format. The only thing you can do is some sort of IPC with the windows host. But that you don't need Wine for on the *NIX side.