开发者

Is there a way to invoke a .NET Framework offline installation?

开发者 https://www.devze.com 2023-01-22 23:29 出处:网络
I\'m making a test application for learning purposes. It\'s targetted for the .NET Framework 4 Client Profile.

I'm making a test application for learning purposes. It's targetted for the .NET Framework 4 Client Profile.

I created a new Windows XP virtual machine that doesn't have a .NET Framework installed. Ideally I'd like to create a setup project for my little application and bundle that with the .NET Framework 4 Client Profile. I do not want my end users to download anything. This application should be installable offline without the need for an internet connection

So the end user would click my created Setup.exe and it would invoke the setup menu for the .NET Framework 4 Client Profile.

Th开发者_如何学Goank you for your help.


Yes, you can specify dependencies in your setup project. Under the "Detected Dependencies" it should say "Microsoft .NET Framework". If you want to change the behavior, right click on your setup project and hit "Properties" and click the "Prerequisites" button. From there, you can choose things that should be installed before your application is, and how they are provided - whether the setup will download them from the internet or distribute them with your application.


Is this what you're after?

The Microsoft .NET Framework 4 Client Profile redistributable package installs the .NET Framework runtime and associated files that are required to run most client applications.

0

精彩评论

暂无评论...
验证码 换一张
取 消