.NET Framework 3.5 SP1 for Window Server 2008 R2 - windows-server-2008-r2

Where can I find the stand-alone or .iso file of .NET Framework 3.5 SP1 for Window Server 2008 R2 64bit?

It's not an ISO, but rather an installer (230 Mb). I believe it includes both x64 and x86 versions.

Related

Visual Studio 6.0 apps on Azure

Can I run apps created by Visual Studio 6 on Azure? Im thinking of already compiled legacy ones that give console output that can be piped. What are my options?
Apps are written in Both visual Basic and visual C++ 6.
Assuming you mean Visual Basic 6.0 applications, then yes, deploy a Virtual Machine with any of these OSes and run your application on it.
The Visual Basic team is committed to "It Just Works" compatibility for Visual Basic 6.0 applications on the following supported Windows operating systems:
Windows 10
Windows 8.1
Windows 7
Windows Server 2019
Windows Server 2016
Windows Server 2012 including R2
Windows Server 2008 including R2
The Visual Basic team’s goal is that Visual Basic 6.0 applications continue to run on supported Windows versions. As detailed in this document, the core Visual Basic 6.0 runtime will be supported for the full lifetime of supported Windows versions [...]
(From https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-basic-6/visual-basic-6-support-policy)
You can probably use Azure Container Instances as well with Windows containers, but building a container image for VB6 may be tricky.

Compatibility of VC++ 6.0 on Window server 2016

We have developed VC++ 6.0 console application which is currently running as a service on Window server 2008 R2.
But now we want to compile and run the same service on Window server 2016.
Will VC++ 6.0 be compatible on this OS : window server 2016 ?
Regards
Amey

SYSINFO.nOSMinor returning wrong version for Windows 2012 R2 and Windows 8.1

For InstallScript projects, does anyone know why InstallShield 2012 returns 6.2 in the SYSINFO values for Windows 8.1 and Windows 2012 R2 which should be returning 6.3? Specifically in the SYSINFO.nOSMajor and SYSINFO.nOSMinor versions numbers.
If this is simply a bug in InstallShield are there any other ways to detect the OS version number?
See the InstallShield community thread Installscript Project - Target machine setting recognizing Windows 8.1 as Windows 8. Note that there are two downloads referenced:
Updated manifest files so that Windows's compatibility shims don't interfere; this can be applied to any recent version of InstallShield.
A fix for a bug that the first revealed in InstallShield 2013; this doesn't affect previous versions that lack explicit support for Windows 8.1, and should only be applied to InstallShield 2013.

Zulu on Windows 2012 R2

Recently Microsoft has released the GA version of Windows Server 2012 R2. One can also create a VM in Azure with this OS. Does Zulu support this OS?
Windows Server 2012 R2 is supported in recent release based on 7u45, see http://www.azulsystems.com/products/zulu/downloads

Download SDK for Windows 7 and Visual Studio 2008

I have to run a program in VC++ and Windows 7 platform. We use Visual Studio 2008.
Where can I download the Windows SDK for Visual Studio 2008 and Windows 7?
Could someone provide a link to download this?
windows 7 sdk
http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en
Use this link to download the Windows 7 SDK.
Use this link to download the Visual Studio 2008 SDK.
Google/Bing/Yahoo gives this when searching for "Windows 7 SDK":
http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en
Here's the same thing as an .iso file for burning to a DVD:
http://www.microsoft.com/downloads/details.aspx?FamilyID=71deb800-c591-4f97-a900-bea146e4fae1&displaylang=en

Resources