Hi everybody,
I read the very good explantion or the deployment process of VSTO projects. The only thing I need is the mentioned SetSecurity project which isn't include in the german version from VSTO. Can anybody point me the way
Thanks
Lorenz
Hi everybody,
I read the very good explantion or the deployment process of VSTO projects. The only thing I need is the mentioned SetSecurity project which isn't include in the german version from VSTO. Can anybody point me the way
Thanks
Lorenz
No SetSecurity Project in german VSTO
Eric Donoho
Hello Lorenz,
The SetSecurity project that is described in this whitepaper is included in the OfficeVSTOWindowsInstaller.msi file that is provided with the whitepaper (see the link at the top of http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_ta/html/officevstowindowsinstallerwalkthrough.asp, just before the Contents heading). This project is not included with Visual Studio 2005 Tools for Office.
The {SamplesDir} folder mentioned in the instructions refers to the folder in which you extract the OfficeVSTOWindowsInstaller.msi file. By default, this folder will be: C:\Program Files\Microsoft Visual Studio 2005 Tools for Office Resources\VSTO2005 Windows Installer Sample.
I hope this helps,
McLean Schofield
Jono378
Hi,
In the second document you mentioned there's the phrase:
To add the supplied project
{SamplesDir}\projectsdirectory to the directory containing the OutlookAddin Solution.This enables the Windows Installer file to run the custom action that edits the application manifest
In my VSTO there's not such a project.
- Lorenz
Jubeh
Hi
It is not very clear what is the SetSecurity project you are referring to Could you please give me more details about this
For deployment related issues, it might be useful to check the following:
VSTO Deployment
These whitepapers are interrelated, so be sure to review both of them.
· Overview
http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_ta/html/officevstowindowsinstalleroverview.asp
· Walkthrough
http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_ta/html/officevstowindowsinstallerwalkthrough.asp
These have the most comprehensive resource on VSTO Deployment Hope this helps!
- Nikhil