Hi,
I want to publish my Outlook add-in build using VSTO 2005 SE to a network location so that updates can be automatically pushed to all users later. The steps mentioned for this are as follows:
- In Visual Studio, use the Publish Wizard to deploy your solution to a server.
- Make changes to security policy so that each end user can run the solution.
- Create the required registry entries on each client computer.
- Copy the application manifest for the add-in to each client computer.
The publish wizard generates the application manifest and other output files.
But I'm not sure how to achieve the steps 2,3 and 4. Is there some some standard way which we should follow for changing the security policy, making the registry entry and copying the required files to the client machine. Can someone please throw some light on these points.
Thanks and Regards,
Rakesh