jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

150 msi refuses to work on Windows 10 #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 david.c....@gmail.com on 2 Oct 2014 at 9:49

GoogleCodeExporter commented 9 years ago
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 david.c....@gmail.com on 2 Oct 2014 at 10:02

GoogleCodeExporter commented 9 years ago
I feel like this is like the devnet forums where you answer your own questions 
Dave :)

Original comment by jim.tila...@gmail.com on 3 Oct 2014 at 3:08

GoogleCodeExporter commented 9 years ago
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 david.c....@gmail.com on 29 Dec 2014 at 4:49

jtilander commented 9 years ago

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