Via Command Prompt

  1. To deploy the solution to the SharePoint Web application via command prompt using STSADM in the folder C:\Program files\Common Files\Microsoft Shared\web server extensions\12\BIN:
    stsadm.exe -o deploysolution -name Ascentn.SharePoint.ListForm.wsp 
       -local -allowGacDeployment –url http://server_name

    Resource: http://technet.microsoft.com/en-us/library/cc262459.aspx

  2. To activate the feature on the selected SharePoint site:
    stsadm.exe -o activatefeature -id 
       4D377C46-F04A-4bea-8E2F-CFBDA11F390F -url 
       http://server_name/siteCollectionUrl

    (The ID above is specific to the ListForm feature.)

    Resource: http://technet.microsoft.com/en-us/library/cc262692.aspx