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

150 msi refuses to work on Windows 10 #104

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 4 comments
Open

150 msi refuses to work on Windows 10 #104

GoogleCodeExporter opened this issue Mar 24, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Attempt to install niftyperforce 1.50 msi on Windows 10.
2. Observe that it wants .net framework 2.0
3. Observe that downloading and installing .net framework 2.0 fails.

This probably isn't a bug in niftyperforce itself, but perhaps the installer 
could be rebuilt against a newer version of the .net framework?

Thanks,

-Dave

Original issue reported on code.google.com by [email protected] on 2 Oct 2014 at 9:49

@GoogleCodeExporter
Copy link
Author

Nevermind, finally found the correct way to install .net framework on newer 
operating systems.

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess 
/Source:d:\sources\sxs

Replace d: with whatever drive had your install media in it.

Original comment by [email protected] on 2 Oct 2014 at 10:02

@GoogleCodeExporter
Copy link
Author

I feel like this is like the devnet forums where you answer your own questions 
Dave :)

Original comment by [email protected] on 3 Oct 2014 at 3:08

@GoogleCodeExporter
Copy link
Author

True, but this was really handy to have around when I had to install Windows 10 
on another machine and completely forgot how to do this.

Original comment by [email protected] on 29 Dec 2014 at 4:49

@jtilander
Copy link
Owner

I suspect now that I've migrated to 4.5 .NET that this will be a non issue.

@jtilander jtilander self-assigned this Aug 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants