1. caspol.exe is part of the .NetFX. You will not need to install the SDK.
2 First article is an in depth overview of VSTO deployment models and proposed solutions. Thesecond one is a complete walkthrough for setup project creation with code samples.
, Thanks for the reply.After including the setup project as instructed i excluded all the other dependencies other than the .NET framework. But when i clicked on the prerequisites button of the setup project i did not find VSTO runtime or the PIA's for excel in the list of prerequisites. I could see the .NET framework selected by default.
Why is this so
Also the setup wil incude some DLL's like Microsoft.office.Tools.common.dll , Microsoft.office.Tools.excel.dll etc.All these are covered by the following:
The PRerequisites required are
1).NET framework 2.0
2)Microsoft Office 2003 or later (with PIA's)
3)VSTO Runtime
ALl that i need is to include these three setup's in the prerequisities list and specify the launch conditions tocheck is they already exist in the users machine.If yes it need not be installed else it needs to be.
The URL you gave is pretty informative but can you just tell me a tailored explination to incude these setup's in the prerequisites and inculde the launch conditions.
Query on VS2005
Jereme Guenther
Thanks its all done.
Mahesh
David Everett
Hi,
1. caspol.exe is part of the .NetFX. You will not need to install the SDK.
2 First article is an in depth overview of VSTO deployment models and proposed solutions. The second one is a complete walkthrough for setup project creation with code samples.
May Lee
Hi
, Thanks for the reply.After including the setup project as instructed i excluded all the other dependencies other than the .NET framework. But when i clicked on the prerequisites button of the setup project i did not find VSTO runtime or the PIA's for excel in the list of prerequisites. I could see the .NET framework selected by default.
Why is this so
Also the setup wil incude some DLL's like Microsoft.office.Tools.common.dll , Microsoft.office.Tools.excel.dll etc.All these are covered by the following:
The PRerequisites required are
1).NET framework 2.0
2)Microsoft Office 2003 or later (with PIA's)
3)VSTO Runtime
ALl that i need is to include these three setup's in the prerequisities list and specify the launch conditions tocheck is they already exist in the users machine.If yes it need not be installed else it needs to be.
The URL you gave is pretty informative but can you just tell me a tailored explination to incude these setup's in the prerequisites and inculde the launch conditions.
Thanks
Mahesh