On Thu, 2 Mar 2000, Andreas Mohr wrote:

> But in a config script you depend on the registry file format.
> If that changes, everything is broken and the script has to be rewritten.
> 
> So an alternative proposal by me would be to introduce a WINECONF.DLL
> that does just that by means of -init.

Not necessary, don't we already have regapi?
I say we could do this, for example:

cp winedefault.reg winenew.reg
cat >>winenew.reg <<EOF
[hostname_key]
blah=blah
EOF
regapi setValue <winenew.reg
rm winenew.reg

The exported/importable .reg file format is defined once and for all and
won't change.

> And a DLL is less likely to be missed by package distributors than a
> config script.

There ought not to be many of them, and they ought not to be incompetent.

Reply via email to