How to include .net 4, and microsof sync framework?

I am new here- and looking at purchasing wyBuild.

I am currently using clickonce to manage my WPF .net4 application which uses the sync framework.

For all the annoyance I have with clickonce, it makes automatically installing the .net framework and or sync framework as needed very easy..

I downloaded the WyBuild trial version- and I cannot seem to figure out how to setup WyBuild to do the same..

Can it? or am I not looking in the right place?

thanks!

Brian

Hey Brian,

You're talking about installing the particular framework upon the initial installation of your app? Right now wyBuild doesn't do initial installs (this is coming with wyBuild 2.7.0). There are quite a few ways to handle this now (pre-wyBuild 2.7). In your installer (see the step-by-step walkthrough for different installer options) you can detect if the appropriate framework is installed, and if not installer it using the bootstrapper:

If you need example code we'll be glad to provide it. We'll be making this all much easier with wyBuild 2.7.