-----Original Message----- From: ros-dev-bounces@reactos.org [mailto:ros-dev-bounces@reactos.org] On Behalf Of Ge van Geldorp Sent: 21. november 2005 09:49 To: 'ReactOS Development List' Subject: RE: [ros-dev] DLL registration during setup: new rbuild task?
Our current syssetup.inf contains a [DeviceInfsToInstall] section, not sure how to autogenerate that. I guess another set of attributes could be added in media/inf/inf.xml? There are also some sections in the (MS) syssetup.inf to populate the start menu, would be nice to move our current hard-coded items to syssetup.inf at some point. Perhaps rbuild should start from a template and fill in the blanks?
Looking at the MS syssetup.inf, I get the distinct feeling that they do generate it (blank lines in unexpected locations). Of course, just because they do doesn't mean that we also must do it exactly the same way, it's just an indication that it might be possible to autogenerate.
GvG
Maybe, you can help by separating the .inf manipulation code from usetup into its own static library? It would be easy to just append the sections to a template syssetup.inf then.
Casper