I have installshield version 2016 + 2019. I want to add prerequisite of .Net 9 runtime. How is done?
-
I need the prq of x64 and x86danies8– danies82025-03-05 11:09:28 +00:00Commented Mar 5 at 11:09
-
.Net 9 runtime for desktop, last versiondanies8– danies82025-03-05 11:48:12 +00:00Commented Mar 5 at 11:48
-
I believe .NET 8 desktop runtime prq is already present in IS 2019. You can copy this and modify it for NET 9 and use redistributable view to update URL, conditions and download the pre-req on IS local machine.Vivek– Vivek2025-03-06 09:18:27 +00:00Commented Mar 6 at 9:18
-
FYI. Net 9 is short lived till May 2026Vivek– Vivek2025-06-16 12:31:02 +00:00Commented Jun 16 at 12:31
Add a comment
|
1 Answer
From the InstallShield online help documentation
"The Redistributables view is where you add InstallShield prerequisites to Basic MSI and InstallScript MSI projects. The Prerequisites view is where you add InstallShield prerequisites to InstallScript projects."
You'll want to make sure that you have the prereq downloaded in your local InstallShield directory. The UI also provides a method for downloading them to your local directory.