I made a solution to deploy a custom master page (a WSP file). After I activated the solution, I fired up SPD to make a new page based on the custom master page. My elements.xml file has:
<Module Name="AddCustomMasterBMW1" Url="_catalogs/MasterPage">
<File Url="customWSPTest1.master" Type="GhostableInLibrary" IgnoreIfAlreadyExists="TRUE">
<Property Name="ContentType" Value="$Resources:cmscore,contenttype_masterpage_name;"></Property>
</File>
My issue is how do I surf to this custom master page in SPD to select the master page to use? The custom master page is in the DB, i assume, so how do I tell SPD to use it?