Search This Blog

Tuesday, March 06, 2007

Deploying WSS 3.0 Full Templates Part 4 Final

I now live happily ever after with 40 templates... Wait a minute... there is only 20 in the custom list... What happened?

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 .wsp
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:

Amazon Gift Cards!

Thanks for viewing!

Copyright © 2008 nemesisv.blogspot.com, All rights reserved.