I'm creating a single file generator for Visual Studio (similar to the LINQ to SQL/ LINQ to Entities generators). I've follewed the example in the Visual Studio 2008 SDK (http://code.msdn.microsoft.com/sfgdd), but I've hit a snag with regpkg, I can't work out how to get it working.
I can't find any good example of how it needs to be done, the examples seem to think I have a .reg file already, but I don't know what I need in the .reg to do it.
Can someone fill in the gap in the examples documentation?