Hello, I would like to create a Linux script (#!/bin/sh) to automatically add keys to the WINE/Windows registry: Could somebody tell me how to do this? Regards.
Vincent Povirk
2010-Oct-22 00:52 UTC
[Wine] Script to add key to the WINE/Windows registry?
Create a temporary .reg file containing the values you want, then use wine's regedit command to import it.
> I would like to create a Linux script (#!/bin/sh) to automatically add keys to the WINE/Windows registry: Could somebody tell me how to do this?Read the winetricks script; some of the verbs are just registry tweaks. http://www.kegel.com/wine/winetricks