Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Setup templates
 

Setup templates

We currently have a guidance package which we are building, it is almost complete. However,we still need to add a setup project to be generated by the guidance package. I'm at a complete loss on how to do this. Anyone have an example?

Thanks
Wayne
ThisBytes5  Friday, December 01, 2006 12:45 PM
VS Setup projects can't be easily templatized (and this is just one of the known limitations they have...).

If you need to stick with VS Setup projects I would suggest you to take a look at what GAT does. Take a look at the GAT manifest file and you will find quite a bit of Setup-related actions that you can re-use in your own package. You will also get a sense of how to extend them by looking at the current code.

HTH,
-Victor.
vga  Friday, December 01, 2006 1:43 PM
VS Setup projects can't be easily templatized (and this is just one of the known limitations they have...).

If you need to stick with VS Setup projects I would suggest you to take a look at what GAT does. Take a look at the GAT manifest file and you will find quite a bit of Setup-related actions that you can re-use in your own package. You will also get a sense of how to extend them by looking at the current code.

HTH,
-Victor.
vga  Friday, December 01, 2006 1:43 PM
where would I find this manifest file? I've been looking through the GAT install dirs, but really haven't seen anything that jumps out at me as this is what I need.

Thanks
Wayne
ThisBytes5  Saturday, December 02, 2006 5:38 PM
You should find a file named Microsoft.Practices.RecipeFramework.MetaGuidancePackage.xml inside the GAT install folder. This is the GAT manifest file.

HTH,
-Victor.
vga  Sunday, December 03, 2006 9:44 PM

You can use google to search for other answers

Custom Search

More Threads

• SCSF May 2007. Adding Components to the toolbox
• VS2k8 Type Conversion Issue (GAX/GAT Feb. 2008)
• How to modify the SCSF Add View (with presenter) generated code
• Getting the path of the solution
• Trying to add a new class to the References folder...
• declaring unrequired arguments in custom wizard
• CAB Module menu item doesn't run
• Could MS provides its own T4 editor for GAT or DSL?
• how to re-enable register/unregister/quick register guidance package
• How to add Visual studio data source wizard in GAT