On 25 Oct 2000, Alexandre Julliard wrote:
> "Juergen Schmied" <[EMAIL PROTECTED]> writes:
>
> > We need all this language dependend values in shell32 so we could use some scripts
>to
> > generate resource files from it. If these values are not the same like the in the
>registry we
> > are in trouble again.
>
> I'd rather suggest storing these values in shell32 resources and have
> shell32 create the keys itself; we don't want to have these values
> stored in two different places. Then the install program could load
> shell32 and ask it to create the keys (maybe we can use DllInstall for
> this?). Of course this means we can no longer use a simple shell
> script...
Well, we could have a shell script that uses regapi for something:
regapi registerDLL shell32.dll
(Another command could be added to regapi if abusing registerDLL isn't
clean enough)