Index: Setup/set_x64_2010.bat ================================================================== --- Setup/set_x64_2010.bat +++ Setup/set_x64_2010.bat @@ -5,10 +5,10 @@ :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: -SET ISNETFX2=False +SET ISNETFX2=True SET VCRUNTIME=2010_SP1 SET PLATFORM=x64 SET PROCESSOR=x64 SET YEAR=2010 Index: Setup/set_x86_2010.bat ================================================================== --- Setup/set_x86_2010.bat +++ Setup/set_x86_2010.bat @@ -5,10 +5,10 @@ :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: -SET ISNETFX2=False +SET ISNETFX2=True SET VCRUNTIME=2010_SP1 SET PLATFORM=Win32 SET PROCESSOR=x86 SET YEAR=2010