简体   繁体   中英

Installing .netframework as prerequisites

I have a clickonce application, and i'm going to provide a aspx page to the customer where user can install the application. From this aspx page, .Net4.0 framework should be installed after checking the user machine. Is it possible? if so how??.. can anyone clarify it??

I know nothing about ClickOnce, but once you get native code running, .NET framework can be silently installed.

Read the command line options passed to the .NET 4 redistributable.

You can use the HTTP_X_CLICKONCESUPPORT header value to determine .NET support. As such, you can link the user to the installer if that header isn't present.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM