Prev: Help Desk Application Template - Cannot change status options
Next: WSS SharePoint Search returning no results.
From: Jeru on 28 Jan 2009 15:20 I don't know why they didn't include complete instructions. Paste the following into notepad and save it as a .bat file. Execute the .bat file in the same directory where your templates are located, or change the pathname for each file in the script to reflect the location of your templates. The .bat file should be 20 lines long, with each line beginning with "stsadm". You will be prompted to run "iisreset" after the script completes. After you do that, the custom tab will be there with all the templates. stsadm -o addtemplate -filename BoardDirectors.stp -title "Board of Directors" stsadm -o addtemplate -filename BusinessPerformance.stp -title "Business Performance Reporting" stsadm -o addtemplate -filename CaseManagement.stp -title "Case Management for Government Agencies" stsadm -o addtemplate -filename ClassroomManagement.stp -title "Classroom Management" stsadm -o addtemplate -filename ClinicalTrial.stp -title "Clinical Trial Initiation and Management" stsadm -o addtemplate -filename CompetitiveAnalysis.stp -title "Competitive Analysis Site" stsadm -o addtemplate -filename DiscussionDatabase.stp -title "Discussion Database" stsadm -o addtemplate -filename DisputedInvoice.stp -title "Disputed Invoice Management" stsadm -o addtemplate -filename EmployeeActivities.stp -title "Employee Activities Site" stsadm -o addtemplate -filename EmployeeBenefits.stp -title "Employee Self-Service Benefits" stsadm -o addtemplate -filename EmployeeTraining.stp -title "Employee Training Scheduling and Materials" stsadm -o addtemplate -filename EquityResearch.stp -title "Equity Research" stsadm -o addtemplate -filename ManufacturingProcess.stp -title "Integrated Marketing Campaign Tracking" stsadm -o addtemplate -filename MarketingCampaign.stp -title "Manufacturing Process Management" stsadm -o addtemplate -filename NewStoreOpening.stp -title "New Store Opening" stsadm -o addtemplate -filename ProductPlanning.stp -title "Product and Marketing Requirements Planning" stsadm -o addtemplate -filename RequestForProposal.stp -title "Request for Proposal" stsadm -o addtemplate -filename SportsLeague.stp -title "Sports League" stsadm -o addtemplate -filename TeamWorkSite.stp -title "Team Work Site" stsadm -o addtemplate -filename TimecardManagement.stp -title "Timecard Management" |