I developed some WPF projects, but I met a very serious issue. As you know, the .Net 3.5 installation is a pain (huge and relying on internet access). This is a problem on when we ship my product. Is there a way to bundle the redistribution part only?
Share
Yes, you can chain the 3.5 redistributable into your applications installer. This page on MSDN details all of the work needed to achieve this
http://msdn.microsoft.com/en-us/library/cc160716.aspx