Batch Installing the WSS 3.0 Application Templates

If you are planning on installing some or all of the Server Admin Application Templates (the .wsp files, not the .stp ones) for Windows SharePoint Services 3.0, here’s a batch script that you may find handy.  Just remove the ones you don’t want (and edit the file location if the extracted solution files aren’t in C:Temp), save as a .cmd or .bat file, and run the sucker on the server:

ECHO ON

REM – This solution is the core and is needed for all of the Server Admin Templates:

stsadm -o addsolution -filename “C:TempApplicationTemplateCore.wsp”

stsadm -o deploysolution -name “ApplicationTemplateCore.wsp” -allowgacdeployment -immediate

REM – Installing the rest…

stsadm -o addsolution -filename “C:TempAbsenceVacationSchedule.wsp”

stsadm -o deploysolution -name “AbsenceVacationSchedule.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempBudgetingTrackingMultipleProjects.wsp”

stsadm -o deploysolution -name “BudgetingTrackingMultipleProjects.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempBugDatabase.wsp”

stsadm -o deploysolution -name “BugDatabase.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempCallCenter.wsp”

stsadm -o deploysolution -name “CallCenter.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempChangeRequest.wsp”

stsadm -o deploysolution -name “ChangeRequest.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempComplianceProcessSupport.wsp”

stsadm -o deploysolution -name “ComplianceProcessSupport.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempContactsManagement.wsp”

stsadm -o deploysolution -name “ContactsManagement.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempDocumentLibraryReview.wsp”

stsadm -o deploysolution -name “DocumentLibraryReview.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempEventPlanning.wsp”

stsadm -o deploysolution -name “EventPlanning.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempExpenseReimbursementApproval.wsp”

stsadm -o deploysolution -name “ExpenseReimbursementApproval.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempHelpDesk.wsp”

stsadm -o deploysolution -name “HelpDesk.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempInventoryTracking.wsp”

stsadm -o deploysolution -name “InventoryTracking.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempITTeamWorkspace.wsp”

stsadm -o deploysolution -name “ITTeamWorkspace.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempJobRequisition.wsp”

stsadm -o deploysolution -name “JobRequisition.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempKnowledgeBase.wsp”

stsadm -o deploysolution -name “KnowledgeBase.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempLendingLibrary.wsp”

stsadm -o deploysolution -name “LendingLibrary.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempPhysicalAssetTracking.wsp”

stsadm -o deploysolution -name “PhysicalAssetTracking.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempProjectTrackingWorkspace.wsp”

stsadm -o deploysolution -name “ProjectTrackingWorkspace.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempRoomEquipmentReservations.wsp”

stsadm -o deploysolution -name “RoomEquipmentReservations.wsp” -allowgacdeployment -immediate

stsadm -o addsolution -filename “C:TempSalesLeadPipeline.wsp”

stsadm -o deploysolution -name “SalesLeadPipeline.wsp” -allowgacdeployment -immediate

PAUSE

To download the actual Application Template files, go here:

http://www.microsoft.com/downloads/details.aspx?familyid=5807B5EF-57A1-47CB-8666-78C1363F127D&displaylang=en

For general info on these solutions, see:

Application Templates for Windows SharePoint Services 3.0:
http://www.microsoft.com/technet/windowsserver/sharepoint/wssapps/templates/default.mspx

Eric Legault

Full-stack product builder & consultant for Microsoft 365 & Graph. Microsoft MVP 2003 - 2019. Outlook add-in guru. Rocker. Video/audio engineer. Collects Thors.

You may also like...

%d bloggers like this: