We have a Visual Studio Wizard written using the DTE environment to automatically generate code, templates, etc.. based off some custom database stuff. Right now it brings up a few dialogs, collects information, and then uses the EnvDTE class to generate the code and format it.
Given that I have the information collected from the dialogs available, is there a way to invoke devenv and have it run the wizard to automatically generate the code?