Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I make sure that the appropriate .NET Framework version is installed when distributing my WPF application?

0
Posted

How can I make sure that the appropriate .NET Framework version is installed when distributing my WPF application?

0

• One option is to detect the version installed on the client machine and direct them to download and install the Framework themselves. Another option is to obtain the redistributable and include (“chain”) the .NET Framework setup proces into your application’s setup process. Learn more about these options here: • http://msdn.microsoft.com/en-us/library/cc160716.aspx • Another option that is worth exploring is the .NET Framework Client Profile, which provides a subset of the full .NET Framework that targets client applications (about 28MB). It even allows you to create a custom bootstrapper and installation UI.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123