Wizard question..Please Help
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to create custom wizard where I want to add multiple projects to single solution file. In the script file (default.js) in the OnFinish() function I want to add some projects to the existing solution file. Now if I added multiple projects using CreateCustomProject() function but when I actually create any solution I just see one project, other project remain orfan. Please let me know which function to use to add the projects to the exisiting solution file. I'm using VS.NET 2003 for the custom wizard project. Please HELP Thanks.