Tagged Questions

3
votes
2answers
96 views

Upgrade individual feature in WIX feature-tree without uninstalling/upgrading other feature(s)

Hello, 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 …
0
votes
0answers
85 views

Windows 7 RC1 to RTM [closed]

I will be installing windows 7 Professional purchased from microsoft. Following your example discussing the upgrade from RC1 to RTW will I have problems with the install since I will trying to …
3
votes
5answers
2k views

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 …
1
vote
2answers
991 views

How to update SPItemEventReceiver assembly version for a list in SharePoint?

Howdy, Still in the learning process with SharePoint. We have an SPItemEventReceiver compiled into its own assembly. We are using STSDev to package up a SharePoint solution with this …
14
votes
1answer
2k views

How to upgrade a long running SharePoint Workflow already in production

I have been tasked with helping the deployment of a Phase 2 of a previous SharePoint deployment. The original deployment has custom workflows that have been updated in phase 2. Is there a "How-To" …
4
votes
3answers
287 views

Should I keep solutions and features in a 1-1 ratio?

Howdy, I have a complex sharepoint deploy with multiple EventReceivers and Workflows. I also have schema changes to existing lists, adding new columns of metadata and changing existing columns. …
2
votes
2answers
536 views

full text search using sql server 2008

hi, i had installed sql server 2008 express edition with tools but i need to use full text search which i understand is missing in the edition that i have. how do i go about upgrading to get full …
2
votes
3answers
81 views

Of the changes to Rails between 1.x and 2.x which ones have actually affected your work in Rails?

I'm doing a course on Rails that focuses on version 1.1.6 so I'm trying to figure out which of the numerous changes between 1.x and 2.x are the most critical to be aware of for practical use. At the …
4
votes
2answers
245 views

What is your code maintenance strategy for custom SharePoint assemblies?

Howdy, 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 …