hi,
I integrated VSTA with our application and am trying to make our application install package
include the files, process , and so on which is needed to run VSTA in end-user environment.
we use installshield to deploy our application. and I think we should add next steps to our install process.
1. install followings
- .NET FrameWork 2.0
- MSXML6
2. add project template
3. add registry
4. add proxy dll to the global assembly cache
5. Call the Visual Studio 2005 Tools for Applications Windows Installer file (Vsta_aide.msi)
is anything missed?
and I think 2,3 is not difficult.
but how can we do 1,4,5 ?
Do you have any suggestion?