c# - Bundle ActivSync 4.5 With Visual Studio 2005 Setup Project -
How do you bind ActiveSync with your C # .NET application? I have an installer and it works fine for SQL Server 2005 Express and .NET 2.0 frameworks when I chose them as something else. I would also like to set up Active-Sync as a pre-requisite.
If you want ActiveSync to appear in your Visual Studio Setup project's list of available items After you have to create a custom bootstrap package. Here is a very intense blog post on the subject:
Comments
Post a Comment