AppWizard and Visual Source Safe
-
I am writing a custom AppWizard. I can figure how to add files from the templates and change the UI. I now want to include files from my source safe repository. I am using VS2008 and VSS 2005. Two question really 1) How can I tell if the user ticked the "Add to Source Control" checkbox on the main AppWizard dialog. I assume that it a symbol, but what is it called? 2) How do I add an existing item from the source safe database to the project being created by AppWizard? The SourceControl object has methods for checking out items and the ProjectItems object has methods to add a file from a folder, which are then added as new items in the Source Control database. Obviously I know how to do this from Visual Studio itself. I'm just trying to automate it from AppWizard,