How to install .net core?

Got a problem you cannot solve? Try here.
Post Reply
Orenk9
Posts: 19
Joined: Mon Mar 12, 2007 5:02 am

How to install .net core?

Post by Orenk9 »

Hello,

any recommendation for a script to install .net core 3.x ?
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: How to install .net core?

Post by FrancescoT »

You may use as starting point for your script, one of the .Net script installer included with the product.

Alternatively, the easiest option is the "Application Runtime Wizard".
The Application Runtime Wizard offers the fastest way to create new application runtimes to install technology prerequisites from your setup projects in a reusable manner. The wizard creates two new MSIcode scripts to check for and install your desired technology prerequisite, both of which are also further editable and customizable; as well as an application runtime definition file. New application runtimes created by the wizard are automatically added to the Application Runtimes design view on the active InstallAware instance, and may also be copied to other InstallAware instances.
https://www.installaware.com/mh5/desktop/runtime.htm
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Post Reply