Questions tagged [feature-upgrade]
5 questions
9
votes
2 answers
Upgrade individual feature in WIX feature-tree without uninstalling/upgrading other feature(s)
I'm trying to create a setup project using WIX that will allow me to install multiple features of a single product. How can I update one of the installed features (which is independent of the other installed features) without having to reinstall…

Scott
- 2,183
- 18
- 33
6
votes
5 answers
Proper stsadm commands to update SharePoint Solution/Feature
What are the proper stsadm commands in sequence to force an upgrade to a SharePoint solution. I have tried
C:>"C:\Program Files\Common
Files\Microsoft Shared\web server
extensions\12\BIN\stsadm.exe" -o
deploysolution -name "MySolution.wsp"
…

Omenof
- 113
- 1
- 2
- 9
4
votes
2 answers
What is your code maintenance strategy for custom SharePoint assemblies?
How do you handle improvements and added functionality to your existing SharePoint code?
Did you deploy your original code as a feature?
Do you create a new feature_V2 and deactivate the original?
What processes have you found that led to…

Keith Sirmons
- 8,271
- 15
- 52
- 75
1
vote
1 answer
Sharepoint 2010 : How to apply feature upgrades to new site collections that are created after upgrading existing feature in existing site collections
I successfully upgraded one feature in my existing sharepoint 2010 site collection(A) . Previous version was 0.0.0.0 and I upgraded it to 1.0.0.0. After upgrading I created one more site collection(B) and activated the same feature. To my surprise…

Navneet
- 151
- 2
- 7
0
votes
1 answer
sharepoint feature upgrade failing to update module
Ok guys, I've been bending my head over this problem for quite some time now. Let me give you a little bit of context here. I have a site collection feature (FileCentral) working on it's version '1.0.0.0'. What this feature does is to create a…

mnatan.brito
- 883
- 5
- 18
- 32