stsadm –o deletewppack –name apwpcab.cab –url http://...
stsadm –o uninstallfeature -id 134872ac-c2bf-4afc-b1e3-4d809934c51f –force
If you want to remove those settings, you can manually remove the following items from your SharePoint web.config:
AgilePoint Server References:
<appSettings> <add key="AgilePointUrl" value="http://[machineName]:[portNum]/ AgilePointServer" /> <add key="AgilePointDomain" value="[domainname]"/> <add key="AgilePointUsername" value="[username]"/> <add key="AgilePointPassword" value="[encrypted password]" </appSettings>
AgilePoint Web Part References:
<SafeControl Assembly="APWP, Version=2.0.2.0, Culture=neutral, PublicKeyToken=2f06ef94bac0a0f" Namespace="APWP" TypeName="*" Safe="True" /> </SafeControl>