cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
elliottgresham
Level 3

.NET Framework 4.8 prq file

Jump to solution

Hello,

We are in the process of updating our software to .NET Framework 4.8. I notice there isn't a Redistributable in InstallShield for .NET Framework 4.8.

Does anyone have a .prq file available for .NET Framework 4.8?

Kind Regards

Elliott

0 Kudos
(1) Solution

Thanks Jenifer.

Just incase anyone requires this prq file, this is what I have made (adapted from .NET Framework 4.7 Full). It seems to work well after initial testing.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SetupPrereq>
	<conditions>
		<condition Type="2" Comparison="2" Path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" FileName="Release" ReturnValue="528049"/>
	</conditions>
	<operatingsystemconditions>
		<operatingsystemcondition MajorVersion="6" MinorVersion="1" PlatformId="2" CSDVersion="" ServicePackMajorMin="1"/>
		<operatingsystemcondition MajorVersion="6" MinorVersion="3" PlatformId="2" CSDVersion=""/>
		<operatingsystemcondition MajorVersion="10" MinorVersion="0" PlatformId="2" CSDVersion="" ProductType="2|3"/>
		<operatingsystemcondition MajorVersion="10" MinorVersion="0" PlatformId="2" CSDVersion=""/>
		<operatingsystemcondition MajorVersion="6" MinorVersion="2" PlatformId="2" CSDVersion="" ProductType="2|3"/>
	</operatingsystemconditions>
	<files>
		<file LocalFile="&lt;ISProductFolder&gt;\SetupPrerequisites\Microsoft .net\4.8\Full\NDP48-x86-x64-AllOS-ENU.exe" URL="https://go.microsoft.com/fwlink/?linkid=2088631" FileSize="0,0"/>
	</files>
	<execute file="NDP48-x86-x64-AllOS-ENU.exe" cmdline="/q /norestart" cmdlinesilent="/q /norestart" returncodetoreboot="1641,3010"/>
	<properties Id="{9EAB3A18-639C-42D9-BFAC-A056F6FE967A}" Description="This prerequisite installs the .NET Framework 4.8 Full standalone package." AltPrqURL=""/>
	<behavior Reboot="2"/>
</SetupPrereq>

View solution in original post

(13) Replies