I'm deploying several workflow activities for a project to multiple workstations. Normally, I'd just manually put these in place on the server and workstation but in this case, I'd like a script so that I can simplify the installation process and easily clean it up if they aren't needed.
The server side doesn't seem to difficult. It appears all I need to do is update the custom_activities table on their workflow server. Is this correct?
The client side seems a little tougher. I'm not sure what to update or if it is even possible. Is there a config file that needs to be edited or do I need to edit the registry... or something else? It would also be nice to automatically create my own workflow activity category and place the activities inside that category through the script. Is this possible and what would I need to edit to do this?
Thanks for any help you can provide.
Peter