GeniusConnect,
I am trying to simplify the deployment of updates to a project I developed which involves GeniusConnect. Essential parts of my project are custom folder views and custom forms. It is tedious to deploy updates to the custom forms, and impossible to transfer custom views without simply recreating them by hand, unless I transfer an entire .pst file with the views and custom forms in it. I can create a .pst file with all of the updated custom views and custom forms, and all of the data loaded from the db, and then copy this .pst file over the .pst files on the client machines which have the older views and forms. Since the .pst files on the client machines have basically the same data, all loaded from the db, my thought is that this should work just fine. (The .pst file in question on the client's machine is not their main .pst file that holds their e-mail.)
My question is this: If somebody already has a .pst file full of data linked to the db through geniusconnect, and I simply copy over that .pst file with a new one, will I disturb any of the links between the outlook items and the db and get any outlook items and database records criss-crossed? The data in the old client .pst files and the new .pst file should be almost the same. The differences would stem from the fact that the client .pst files and the new .pst file might not have been last synched at exactly the same time, and because items marked private are not synched. (I would copy all private items somewhere else before overwriting the .pst file, and then copy them back in.)
For updating the folder configuration in GeniusConnect I plan on exporting the relevant portion of the registry (HKCU\Software\Genius@Work) and then importing it on the client machines.
Any help is appreciated.