Tagged Questions
2
votes
0answers
90 views
Deploying files inisde WPRESOURCES using WSPBuilder
How can I deploy files in the 'wpresources' folder using SharePoint wsp package built by wspbuilder? 'wpresources' is outside 12 hive (or 14 hive). So how can I copy files outside the SharePoint hive?
...
1
vote
2answers
428 views
STSADM.exe - “Operation completed successfully” - Twice?
For a command such as this:
C:\>stsadm -o upgradeSolution -name zzz.wsp -filename zzz.wsp -allowGacDeployment -local
I receive two outputs of the success statement rather than just one:
...
1
vote
3answers
378 views
Upgrading SharePoint web parts
I have several custom web parts that I'm in the process of deploying to production. During this process I've found a handful of minor things that need to be tweaked in the various parts. To deploy the ...
0
votes
1answer
150 views
SharePoint 2007 WSP deployment process, restarting SPTimerV3 service
I've got a WF feature which I've been deploying into my development/test environment fairly frequently, and as such have run into an issue where the assembly seems to be cached by the SharePoint Timer ...
0
votes
1answer
946 views
Redeploy Solution to SharePoint 2007 using STSADM
So I have used the following command to deploy a solution to SharePoint as I am a new commer to SharePoint developement.
stsadm -o addsolution -filename Demo.wsp
I used WSPBuilder to build the wsp ...