REM ========================================================================== REM Purpose : Upgrades SAF in your SharePoint Farm REM FileName : Upgrade.bat REM Comments : Change the STSADM path if different REM : If you have NOT previously installed SAF use "Install.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 upgradesolution -filename SAFv2.wsp -name SAFv2.wsp -immediate -allowgacdeployment %STSADM% -o execadmsvcjobs