As you all may know, NeoSmart Technologies’ Computer Guru was head of the VistaBootPRO project, and now with the rest of the NeoSmart team is working on the EasyBCD project – both (the first is now deprecated) to manage the Windows Vista bootloader.
In writing these programs at the NeoSmart Research & Development center we’ve found the WMI ill-fit for interfacing with the Windows Vista BCD Store for anything other than grabbing information. The WMI is mainly an interface for getting information and not originally made for writing to the sources, making it too difficult for most BCD-related uses. In developing EasyBCD, our team started off by creating a programmatic framework for BCD interface that plugs directly into bcdedit.exe and does all the work from there.
This is just a ‘feeler’ announcement, to find out if any of Windows Vista programmers or general software developers would be interested in such a DLL (written in fully managed .NET code) that would have functions to add, remove, delete, and modify various bootloader options (i.e. do most things the EasyBCD project focuses on)?