There is nothing in GAX to help you with this, but you may be able to do this if you implement a custom wizard for your template (btw, "wizard" here doesn't imply having an UI) by implementing IWizard (look at http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.templatewizard.iwizard_members(VS.80).aspx). Give it a try, you may havea chance to run your own code just before the temple starts to unfold.HTH,-vga.