Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Install .NET Framework #2

Closed
DemOnJR opened this issue Jul 14, 2020 · 5 comments
Closed

Auto Install .NET Framework #2

DemOnJR opened this issue Jul 14, 2020 · 5 comments

Comments

@DemOnJR
Copy link

DemOnJR commented Jul 14, 2020

Is your feature request related to a problem? Please describe.
Is not an problem on Windows 10 but when the users are using Windows xp and 7 the .NET Framework 4.7.2. is not installed by default.

Describe the solution you'd like
Auto Install of .NET Framework 4.7.2

Describe alternatives you've considered
Idk, at this moment I have no other idea.

Additional context
It is not necessary

@DemOnJR DemOnJR changed the title AutoInstall .NET Framework Auto Install .NET Framework Jul 14, 2020
@igor-ruivo
Copy link
Owner

By the way, sorry for closing your other issue. The latest commit automatically closed it. My bad! (Did it solve your problem?)

You can download .Net Framework runtime here: https://dotnet.microsoft.com/download/dotnet-framework/net472

If i remember correctly, whenever some user tries to run an application that requires it, they are prompted to download it. Am I wrong? Do you have a printscreen showing what users without the framework experience?

@DemOnJR
Copy link
Author

DemOnJR commented Jul 14, 2020

Yes now is working no more 403 error!
I will test it on a virtual machine and i will send an photo of it.

@DemOnJR
Copy link
Author

DemOnJR commented Jul 14, 2020

By the way, sorry for closing your other issue. The latest commit automatically closed it. My bad! (Did it solve your problem?)

You can download .Net Framework runtime here: https://dotnet.microsoft.com/download/dotnet-framework/net472

If i remember correctly, whenever some user tries to run an application that requires it, they are prompted to download it. Am I wrong? Do you have a printscreen showing what users without the framework experience?

Here is the photo of windows 7 after i press OK nothing will happen
uKa3RCF

Is not possible to add an auto installer of NET Framework? like the applications with auto install dependencies.
In the past i use an verification check at the start of auto updater and an .dll c# script to download and run it.

@igor-ruivo
Copy link
Owner

igor-ruivo commented Jul 14, 2020

The only way to install .net framework if it isn't installed is by deploying a setup instead. I never tough about that solution. But everyone knows what .Net Framework is and will install it anyway when they see that error, or other installers they used in the past must certainly have install it for them. It's normal that in a VM you won't get it by default.

Please install .net framework in your windows 7 VM and retry.

@DemOnJR
Copy link
Author

DemOnJR commented Jul 14, 2020

Ok, thanks.
Is working if i install it manually!

Case closed :D

@DemOnJR DemOnJR closed this as completed Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants