This brings the wizard in line with our Wrox book: "Professional Windows Embedded Compact 7" . ...
CEDriverWiz is a Windows Embedded Compact wizard, that helps simplify the tasks needed to develop a custom stream interface device driver for Windows Embedded Compact 7 and Windows Embedded CE 6. It generates a shell of a stream driver subproject that can be added to an OS project. You simply choose a stream name and index ( eg Serial and COM) as well as various other options and it generates all of the required files for direct inclusion in a Windows Embedded Compact 7 or CE 6 OS project in Visual Studio 2008. It can also generate test programs for loading and unloading the driver as well as for testing its I/O functionality.
There is also CEDriverWizTemplates which is a simpler implementation of CEDriverWiz: Simpler to use but less driver options.
Also, CEComponentWiz generates a custom subproject for including resource files in an image along with specifying which folders they appear in as well as generating related shortcuts for inclusion in menus etc.