- Add default registry entries for the HWLK*\IDConfigDB* values.
This still results in a default profile GUID. If anyone knows a way to generate a value for this during wineboot, that's probably the best solution.
Ole32 has a function CoCreateGuid, (basically forwarding to rpcrt4.UuidCreate that generates a (pseudo)random GUID. To mimick Windows I would say this should be done at wineinstall (or self-registration of the advapi DLL?).
Rolf Kalbermatter