Welcome to Office Zealot Sign in | Join | Help

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:\Temp\ApplicationTemplateCore.wsp"

stsadm -o deploysolution -name "ApplicationTemplateCore.wsp" -allowgacdeployment -immediate

 

REM - Installing the rest...

stsadm -o addsolution -filename "C:\Temp\AbsenceVacationSchedule.wsp"

stsadm -o deploysolution -name "AbsenceVacationSchedule.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\BudgetingTrackingMultipleProjects.wsp"

stsadm -o deploysolution -name "BudgetingTrackingMultipleProjects.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\BugDatabase.wsp"

stsadm -o deploysolution -name "BugDatabase.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\CallCenter.wsp"

stsadm -o deploysolution -name "CallCenter.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\ChangeRequest.wsp"

stsadm -o deploysolution -name "ChangeRequest.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\ComplianceProcessSupport.wsp"

stsadm -o deploysolution -name "ComplianceProcessSupport.wsp" -allowgacdeployment -immediate   

stsadm -o addsolution -filename "C:\Temp\ContactsManagement.wsp"

stsadm -o deploysolution -name "ContactsManagement.wsp" -allowgacdeployment -immediate   

stsadm -o addsolution -filename "C:\Temp\DocumentLibraryReview.wsp"

stsadm -o deploysolution -name "DocumentLibraryReview.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\EventPlanning.wsp"

stsadm -o deploysolution -name "EventPlanning.wsp" -allowgacdeployment -immediate   

stsadm -o addsolution -filename "C:\Temp\ExpenseReimbursementApproval.wsp"

stsadm -o deploysolution -name "ExpenseReimbursementApproval.wsp" -allowgacdeployment -immediate   

stsadm -o addsolution -filename "C:\Temp\HelpDesk.wsp"

stsadm -o deploysolution -name "HelpDesk.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\InventoryTracking.wsp"

stsadm -o deploysolution -name "InventoryTracking.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\ITTeamWorkspace.wsp"

stsadm -o deploysolution -name "ITTeamWorkspace.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\JobRequisition.wsp"

stsadm -o deploysolution -name "JobRequisition.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\KnowledgeBase.wsp"

stsadm -o deploysolution -name "KnowledgeBase.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\LendingLibrary.wsp"

stsadm -o deploysolution -name "LendingLibrary.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\PhysicalAssetTracking.wsp"

stsadm -o deploysolution -name "PhysicalAssetTracking.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\ProjectTrackingWorkspace.wsp"

stsadm -o deploysolution -name "ProjectTrackingWorkspace.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\RoomEquipmentReservations.wsp"

stsadm -o deploysolution -name "RoomEquipmentReservations.wsp" -allowgacdeployment -immediate

stsadm -o addsolution -filename "C:\Temp\SalesLeadPipeline.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

Published Monday, June 18, 2007 12:40 PM by legault
Filed under:

Comments

No Comments
Anonymous comments are disabled