niftyplugins icon indicating copy to clipboard operation
niftyplugins copied to clipboard

150 msi refuses to work on Windows 10

Open GoogleCodeExporter opened this issue 10 years ago • 4 comments

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 avatar Mar 24 '15 05:03 GoogleCodeExporter

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 avatar Mar 24 '15 05:03 GoogleCodeExporter

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 avatar Mar 24 '15 05:03 GoogleCodeExporter

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

GoogleCodeExporter avatar Mar 24 '15 05:03 GoogleCodeExporter

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

jtilander avatar Aug 05 '15 05:08 jtilander