Hi Brendon,
in the "Read.me" file included in the Sharepoint Integration Package it's said:
"Initial Steps:
1. Edit the "Install.bat" file.
2. Ensure the url points to your site collection url and that the path to STS is correct for your installation of WSS v3."
In the Install.bat file you have some fields:
@echo off
@SET SPDIR="c:\program files\common files\microsoft shared\web server extensions\12\bin"
@SET siteCollection=http://moss2007:4950
@SET targetWeb=http://moss2007:4950
@SET wsp=CommunityServerSPDeploy
@SET features=(CSGlobalInit,CSWebParts,CSFeatureResources,CSSearchStapler,CSDocLibSync,CommunityServerFeatures, CSWebServiceInstaller)
@SET featuresOut=(CSSearchStapler,CSFeatureResources,CSDocLibSync,CSWebParts,CSGlobalInit,CommunityServerFeatures, CSWebServiceInstaller)
I'm referring to both fields in bold (siteCollection and targetWeb). I can't understand what should go into each one of them.
Thanks for your reply,
Carlos