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
- :
- 4.6.2 for Windows 10 is a little different
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 05, 2017
12:40 AM
Problems with installing .Net Framework 4.6.2
Hello,
I made a prq-file for .Net Framework 4.6.2 based on the prq-file for .Net Framework 4.6.1 which was shipped with InstallShield. But when I install my Setup on a freshly installed Windows 10, the check for the current version fails and the setup tries to install 4.6.2. When I change the value which is checked from 394802 to 394254 (which indicates that the minimum .Net Framework is 4.6.1) the check fails too and the setup tries to install 4.6.2.
Here my prq-file:
Greetings,
Markus
I made a prq-file for .Net Framework 4.6.2 based on the prq-file for .Net Framework 4.6.1 which was shipped with InstallShield. But when I install my Setup on a freshly installed Windows 10, the check for the current version fails and the setup tries to install 4.6.2. When I change the value which is checked from 394802 to 394254 (which indicates that the minimum .Net Framework is 4.6.1) the check fails too and the setup tries to install 4.6.2.
Here my prq-file:
Greetings,
Markus
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 10, 2017
11:33 AM
I found this on https://msdn.microsoft.com/en-us/library/ee942965(v=vs.110).aspx. .NET 4.6.2 for the Windows 10 Anniversary Edition is 394802 but for all other OS other than that one, it's 394806. Perhaps it is not a Windows 10 Anniversary Edition and you should be using 394806 instead?