REM ========================================================================== REM Purpose : Installs SAF into your SharePoint Farm REM FileName : Install.bat REM Comments : Change the STSADM path if different REM : If you have previously installed SAF use "Upgrade.bat" REM : You must have extracted SAF.wsp to the same dir as this file is saved to. REM ========================================================================== SET STSADM="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe" %STSADM% -o addsolution -filename SAFv2.wsp %STSADM% -o deploysolution -name SAFv2.wsp -immediate -allowgacdeployment %STSADM% -o execadmsvcjobs