SharePoint Solution Deployer absolutely essential part SharePoint tools it.
download, extract the tool, there will be the following directory (no Assemblies and DeployGAC.bat ) codecs.
for local deployment, what settings do not change, only need to copy wsp to Solutions folder can be used basically to help you take into account all the circumstances.
For advanced scenarios, you can download documentation and configuration tools http://spsd.codeplex. com/releases/view/100340
I am here to add a Assemblies folders and DeployGAC.bat < / span> is because I have some third party dll advance deployment, use wsp Registration often fails to register, bring some trouble to the developer.
DeployGAC.bat very simple to read Assemblies folder < / span> Assemblies.txt file, according to the contents of the file to register.
====================== =====================
@ echo off
set root =% ~ dp0Assemblies \
echo root:% root%
set gacutil =% root% gacutil.exe
for / f "tokens = *"%% f in (% root% Assemblies.txt) do (
echo%% ~ nf
rem% gacutil% / u%% ~ nf
% gacutil% / i% root%%% f
)
echo done.
====================== =====================
没有评论:
发表评论