How do you bundle ActivSync with your C#.NET application? I have an installer and it works fine for the SQL Server 2005 Express and .NET 2.0 Framework when I selected them as prerequisites. I’d also like to setup ActivSync as a pre-requisite as well.
How do you bundle ActivSync with your C#.NET application? I have an installer and
Share
If you want ActiveSync to appear in your Visual Studio setup project’s list of available prerequisites then you will need to create a custom bootstrapper package. Here is a very thorough blog post on the subject:
http://nikolkos.blogspot.com/2008/09/activesync-45-bootstrapper.html