- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Please support redistributable (pre-requisite) for .NET 6 LTS
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Please support pre-requisite for .NET 6 LTS . My project use .NET 6 but InstallShiled 2021 did not support.
Download .NET 6.0 (Linux, macOS, and Windows) (microsoft.com)
First close installshield and then copy the attached prq files to the below location
C:\Program Files (x86)\InstallShield\2020\SetupPrerequisites (if you are using 2021 then change it to 2021 C:\Program Files (x86)\InstallShield\2021\SetupPrerequisites)
Then open installshield, go to redistributable view, and select check prq and it will ask for download Yes or no confirmation dialog, select YES for confirmation, like shown in attachment,
Once the download is complete, you can just build the project
Once build is done, open the release location by click on "Open release Folder" button,
Once disk1 folder is opened, you can install that setup.exe it will show the prq installation as first dialog,
If you want add files to your project ism file, then click on files and folder and right click under "Destination Computer's Files" in right side panel and select add files, and select the files you want to add.
Hope it helps
Kind Regards,
Question 1: I am new to InstallShield, how to tell InstallShield know/import/install file ASP.NET Core Runtime 6.0 (x64).prq ?
Question 2: I use .NET 6 x64 runtime Windows Forms application, not ASP.NET Core . Are you mis-undertanding? I need it quite urgent, because my Windows Forms app use .NET 6 LTS.
The screenshot you shared in first attachment was pointing to 5.0.3 ASP .net core, so taught you are expecting ASP .net core 6.0
I downloaded this prerequisite prq. It is for .NET runtime 6.0.0. I downloaded dotnet version 6.0.8 that my application requires. This prereq checks the existence of the uninstall GUID. If I use the same logic as this prq, then if I am installing 6.0.8 on a system that already has 6.0.12, then I think 6.0.12 would have a different uninstall GUID and then the prereq would fail?
Exactly what I want.
Because I am very new with InstallShield. Please guide me how to import/install file Microsoft .NET Runtime 6.0 (X64).prq what you given to me. I use BasicMSI project type.
First close installshield and then copy the attached prq files to the below location
C:\Program Files (x86)\InstallShield\2020\SetupPrerequisites (if you are using 2021 then change it to 2021 C:\Program Files (x86)\InstallShield\2021\SetupPrerequisites)
Then open installshield, go to redistributable view, and select check prq and it will ask for download Yes or no confirmation dialog, select YES for confirmation, like shown in attachment,
Once the download is complete, you can just build the project
Once build is done, open the release location by click on "Open release Folder" button,
Once disk1 folder is opened, you can install that setup.exe it will show the prq installation as first dialog,
If you want add files to your project ism file, then click on files and folder and right click under "Destination Computer's Files" in right side panel and select add files, and select the files you want to add.
Hope it helps
Kind Regards,
I follow your guide and success.