In the solution template recipe I have the user select a root folder which I want to use to save the solution and project files on specific locations.

But when I choose New Project and select the Visual studio template, there is a location field enabled, with a default location.

The solution is alway created inthis default location, and not in the location where I want the solution to be created.

It is possible to move the solution file after it is created (I have writtenan action to do this), but the projects are still created in the default location.

Is it possible to set the default path where the solution and the projects are created?

Kees Wouters