Hi Robert,
I am trying to install win app on computer which is currently not on internet.. (and won't be for some time).
Setup program gives up with message (something like) ".Net Framework 4.5.1 required.."
I tried to download Framework from MS website, but unfortunately it is not quite offline version because it wants to verify installer (and it can't because comp is offline).
I know I can sort it out by data SIM and couple of bucks, but still... it would be nice to solve it directly.
Dot.Net v5 apparently doesn't work.
I have the similar issue with newest ASCOM platform.
Thank you in advance for your help,
Bojan
Last edit: Bojan Stajcar 2021-12-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I see the dilema.
Aplogies for no replying sooner, I did not see the post earlier.
I believe it is possible to download the complete files I forget what windows called them (unattended or somethink)
I tried everything above and gave up..- and enabled internet via my mobile.
But, the problem is still here, setup says .NET v 4.5.1 is required..
I successfully installed .NET4.5, but when tried v4.5.1 there was a message:
".NET Framework has not been installed because a certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider"
Could it be the problem is in relatively fresh installation of w'7 , and I can't download updates any more (no support from ms) that were loaded on my other w'7 desktop prior to Jan 2020?
Last edit: Bojan Stajcar 2021-12-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Robert,
I am trying to install win app on computer which is currently not on internet.. (and won't be for some time).
Setup program gives up with message (something like) ".Net Framework 4.5.1 required.."
I tried to download Framework from MS website, but unfortunately it is not quite offline version because it wants to verify installer (and it can't because comp is offline).
I know I can sort it out by data SIM and couple of bucks, but still... it would be nice to solve it directly.
Dot.Net v5 apparently doesn't work.
I have the similar issue with newest ASCOM platform.
Thank you in advance for your help,
Bojan
Last edit: Bojan Stajcar 2021-12-07
Yes, I see the dilema.
Aplogies for no replying sooner, I did not see the post earlier.
I believe it is possible to download the complete files I forget what windows called them (unattended or somethink)
part of the problem when one creates apps for windows (well there is a lot or problems) is that when you use their tools - and place elements on a form, one has to specify the "other" components that are needed, and then that is built into the app and the user then prompted to download when the app is installed by the user.
Search
.net framework 4 client profile offline installer
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiCs9XHgc_0AhUETmwGHbn0CEEQFnoECAsQAQ&url=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fdownload%2Fdetails.aspx%3Fid%3D17718&usg=AOvVaw2MHF11jB6R9pDFOIfnnZUf
then
** To save the download to your computer so that you can install it later, click Save.**
To cancel the installation, click Cancel.
so when one clicks save, all the files are there and you can copy them to usb stick/shared location and install that way
I tried everything above and gave up..- and enabled internet via my mobile.
But, the problem is still here, setup says .NET v 4.5.1 is required..
I successfully installed .NET4.5, but when tried v4.5.1 there was a message:
".NET Framework has not been installed because a certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider"
Could it be the problem is in relatively fresh installation of w'7 , and I can't download updates any more (no support from ms) that were loaded on my other w'7 desktop prior to Jan 2020?
Last edit: Bojan Stajcar 2021-12-07
Success.. I needed to install security updates first, instructions are here:
https://appuals.com/how-to-install-all-updates-on-windows-7-at-once/
Thank you!