This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: .NET Framework 4.7.2
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 02, 2018
03:47 PM
.NET Framework 4.7.2
We have just installed InstallShield 2018 Professional SP1 assuming we have the .NET 4.7.2. the max version i see is .net 4.7.1.
How can i include this to our package and we need this as pre-req to our installation.
Thanks in advance.
How can i include this to our package and we need this as pre-req to our installation.
Thanks in advance.
- Tags:
- installshield 2018
(4) Replies
‎Aug 18, 2018
07:14 AM
Thank you so much. i implemented similar way.
‎Sep 17, 2018
01:49 AM
in the full prq is a small mistake:
...
1\Full\NDP472-KB4054530-x86-x64-AllOS-ENU.exe" URL="https://download.microsoft.com/download/6/E/4/6E48E8AB-DC00-419E-9704-06DD46E5F81D/NDP472-KB4054530-x86-x64-AllOS-ENU.exe" FileSize="0,0"/>
...
should be 4.7.2
...
...
should be 4.7.2
‎Sep 18, 2018
12:55 AM
Timo Zimmermann wrote:
in the full prq is a small mistake:
...1\Full\NDP472-KB4054530-x86-x64-AllOS-ENU.exe" URL="https://download.microsoft.com/download/6/E/4/6E48E8AB-DC00-419E-9704-06DD46E5F81D/NDP472-KB4054530-x86-x64-AllOS-ENU.exe" FileSize="0,0"/>
...
should be 4.7.2
Thanks for noting that.