Apparently version 10.4.2 requires .NET 4.7.2. Why is it not included in the installer package?
Question
Question
Replies
.Net 4.7.2 is included in the install package. What sort of errors are you seeing?
I couldn't find it to manually run. On doing an install, When it got to the step of checking that prerequisit it ran for a long time, like 25 minutes. finally we stopped it and just downloaded and installed .net 4.7.2 manually. Then the install ran fine. This has happened the same way on 2 different customers over the last couple of days.
Tom,
There are two different .NET Framework installers, Web and Offline.
We bundle the Web installer, a wrapper that downloads the latest patched .NET Framework package from Microsoft. It is much smaller than the Offline installer, which includes the entire package.
The Laserfiche product installers call this .NET Framework Web installer in the Prerequisites step. If it hangs at this point, 99% of the time it is because your server is unable to communicate with Microsoft's to download the package.
Workflow 10.4.2 requires .NET 4.8 (covers 4.7.2 applications) so if you're manually deploying .NET, might as well go with 4.8.
You can find the .NET Web and Offline installers from Microsoft at their site:
Download .NET Framework (list of all available)
Can you give the path in the install package to find it. Two of us looked and couldn't find it.
.\en\Support\NDP472-KB4054531-Web.exe
Which product were you installing?
In both scenario's we downloaded the offline installers suspecting that the web installer might be having an issue, but had no issue with the server getting the full installer and downloading. It would be helpful if the installer gave some indication of the issue, and didn't just hang. We were looking for a file that was more consistent with the naming convention you have previously used, like "dotNetFx45_Full_setup". That's why we couldn't find the installer to manually run it. I see it now. Thanks for your responses.