Remembered I told you to leave out the *.wsp files, those are the missing templates. And if you had tried to included them, I do not know what effects there is, but it does not work either. So any guess?
YES, you have to install them like your core application templates. EACH and everyone of it.
Now, that can be a real pain, but here are the detail instructions :
1. stsadm –o addsolution –filename
2. stsadm –o deploysolution –name
Thats all. You do not need to copycontent etc for the Site Templates. Anyway, if you want here is a batch file to help you do it...
WSS3STInstall.bat
@echo off
stsadm –o addsolution –filename %1
stsadm -o deploysolution -name %1 -local -allowgacdeployment
Cool?
No comments:
Post a Comment