Type the following into command line on your SharePoint server and STSADM will be in your path.
SharePoint 2010
@set PATH=C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN;%PATH%
SharePoint 2007
@set PATH=C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN;%PATH%
If you are on SP2010, time to learn powershell :)
ReplyDeletepsst! stsadm.exe is going away
http://technet.microsoft.com/en-us/library/ee806878.aspx
I know Powershell, not as well as I should, but I can get by with it.
ReplyDeleteI really put this post up here as a reminder to me for when running the legacy install scripts for WSPs