Displaying 1 result from an estimated 1 matches for "regrestor".
Did you mean:
regressor
2002 Apr 22
1
regapi with global registry
...problem dealing with new applications installed.
When a user (any user, even root) installs an application, the
registry entries goes to $HOME/.wine/*.reg .
This also means that other users will not be able to use
it because of the missing registry entries.
I use the regSet.sh, regFixer.pl and regRestorer.pl to generete
a diff .reg file with the changed registries.
When a user (even root) uses regapi to add this values:
regapi setValue < file.reg
The data goes to the user's registry and not to the
global registry (even if the user has access to it).
Is there a way to tell wine/regapi (o...