Tagged Questions
0
votes
1answer
45 views
Add custom code for solution upgrade
I have a solution for SP2010. Let's call it s.wsp. I had version 1 of s.wsp and now I have version 2 of s.wsp. Versions 1 and 2 share three common features: A, B and C. Version 2 adds a new feature D.
...
1
vote
1answer
467 views
removing a sharepoint solution duplicates entry in web.config?
My intentions is to be able to add and remove web.config changes when a solution is installed or uninstalled.
The code below and the powershell below works ALMOST as expected.
When I add sp ...
1
vote
2answers
239 views
How to upgrade a specific aspx or ascx file in an existing solution
In the current project, the solution is already existing, the solution has like 5 features and each feature deploys different things.
The current development never used feature versions. So I ...
5
votes
3answers
1k views
When will be the next SharePoint version coming?
I can't wait for a better version of SharePoint. I heard that the next version is SharePoint 2012 but now we have reach year 2012 but yet not receive any news on the beta version or even alpha version ...
2
votes
1answer
855 views
Changing SharePoint 2010 Feature name and installation directory after deployment
I need to change the name and installation directory of some features that are already deployed in a client's environment.
I can change the feature name from the feature designer, and change the ...
0
votes
2answers
421 views
Feature Upgrade Retract Deploy Power Shell Commands
I have heard that one way that you can upgrade a feature in SharePoint with new files is to do a retract deploy. I believe this is what Visual Studio 2010 does when you do a Deploy. What are the Power ...
0
votes
1answer
344 views
Event receiver feature update
I am developing an event receiver in VS2010. To test the event receiver I deploy it to development using the functionality within VS 2010. This works without problems.
However my concerns start when ...
1
vote
1answer
493 views
Updating a feature images not updated
The systems team updated a feature for me. The feature added a new favicon and a new image. The new files added in my feature where not deployed to the style library. Existing files were updated. I ...
2
votes
1answer
2k views
Does Update-SPSolution trigger a SPFeature.Upgrade()?
I'm looking into Feature versioning and upgrading in SharePoint 2010 and I don't know exactly if the Update-SPSolution cmdlet triggers a SPFeature.Upgrade().
Are <UpgradeActions> elements ...
0
votes
1answer
101 views
Versioning and upgrading features with SharePoint 2010 [closed]
I've been experimenting with feature version-ing and upgrading in Sharepoint 2010 and found a bunch of blogs, documentations etc. but it is still not very clear to me.
How does Sharepoint store the ...
1
vote
1answer
627 views
How to update choice field options with a feature upgrade?
I created a feature with a field definition with choices. These choices are bound to language dependent resources using the $Resources:file:key system. Resource files are included.
As the feature is ...