Go To Homepage



Book Details
Building the SharePoint User Experience book cover
  • By Bjørn Christoffer Thorsmæhlum Furuknap
  • ISBN13: 978-1-4302-1896-8
  • ISBN10: 1-4302-1896-7
  • 376 pp.
  • Published Apr 2009
  • Print Book Price: $39.99
  • eBook Price: $27.99



Errata Submission

If you think that you've found an error in Building the SharePoint User Experience, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.

Submit Errata
Building the SharePoint User Experience (978-1-4302-1896-8)

Errata

Issue Author's Response
CH3 P36
In the xcopy line of the script %FEATUREDIR% is referenced but not defined. Maybe it was FEATURES?
CH3 P36
In step 5, in line 8 of the script, %FEATUREDIR% is referenced but not defined. It should be %FEATURES%:

@SET FEATURES="c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES"
@SET FEATURENAME=[Your feature name]
@SET STSADMEXE="c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin\stsadm.exe"
%STSADMEXE% -o deactivatefeature –name %FEATURENAME%–url http://localhost/
%STSADMEXE% -o uninstallfeature –name %FEATURENAME%
xcopy Feature /E /Y %FEATURES%
%STSADMEXE% -o installfeature –name %FEATURENAME%
Rem %STSADMEXE% -o activatefeature –name %FEATURENAME% –url http://localhost/