IIS url rewrite module 2 cannot be installed On vista Home Basic - visual-studio

My problem is:
iis url rewrite module 2 cannot be installed On vista Home Basic
My real SO is Windows 7 Enterprise x64 SP1 and in other computer with similar or same specifications works correctly.
IIS Rewrite Module

IIS URlRewrite Module 2 can be installed Windows Vista Service Pack 1 as per this
Windows 7, Windows Server 2008, Windows Server 2008 Datacenter,
Windows Server 2008 Datacenter without Hyper-V, Windows Server 2008
Enterprise, Windows Server 2008 Enterprise without Hyper-V, Windows
Server 2008 R2, Windows Server 2008 R2 Datacenter, Windows Server 2008
R2 Enterprise, Windows Server 2008 R2 SP1, Windows Server 2008 R2
Standard, Windows Server 2008 Service Pack 2, Windows Server 2008
Standard, Windows Server 2008 Standard without Hyper-V, Windows Server
2012, Windows Server 2012 R2, Windows Vista Service Pack 1, Windows
Web Server 2008, Windows Web Server 2008 R2
Do you have the service pack 1 installed?

Related

VB6 Application - Runtime Error 429 : ActiveX Component Can't Create Object on Windows Server 2008 R2 Standart

I got Runtime Error 429 : ActiveX Component Can't Create Object at vb6 aplication running on Windows Server 2008 r2 standart edition x64 - fresh install on Virtual PC.
I can run it on Windows 7, 10 and Windows Server 2003 with no problem using the same steps
Copying program folder
Register all dll and ocx files with admin cmd using %systemroot%/syswow64/regsvr32
I used a tool named "listdlls.exe", I compared what DLL and OCX files the app loads on Windows 7 and on Windows Server 2008 r2 - there are NO missing files. Just these 10 files that have different versions:
ntdll.dll on Windows 7 (6.1.7601.17514) and on Windows Server 2008 r2 (6.1.7601.23572)
kernelbase.dll on Windows 7 (6.1.7601.17514) and on Windows Server 2008 r2 (6.1.7601.23572)
advapi32.dll on Windows 7 (6.1.7601.17514) and on Windows Server 2008 r2 (6.1.7601.23572)
ole32.dll on Windows 7 (6.1.7601.17514) and on Windows Server 2008 r2 (6.1.7601.23392)
msctf.dll on Windows 7 (6.1.7600.16385) and on Windows Server 2008 r2 (6.1.7601.23572)
oleaut32.dll on Windows 7 (6.1.7601.17514) and on Windows Server 2008 r2 (6.1.7601.23569)
cryptsp.dll on Windows 7 (6.1.7600.16385) and on Windows Server 2008 r2 (6.1.7601.23471)
crypt32.dll on Windows 7 (6.1.7601.17514) and on Windows Server 2008 r2 (6.1.7601.23566)
asycfilt.dll on Windows 7 (6.1.7601.17514) and on Windows Server 2008 r2 (6.1.7601.23569)
olepro32.dll on Windows 7 (6.1.7601.17514) and on Windows Server 2008 r2 (6.1.7601.23452)
All other files that the app is using are the same version and size! So there are no other differences.
The program was ran as Administrator under Account set as Administrator.
I set my DEP (Data Execution Prevention) to 0
C:\Windows\SysWOW64>wmic OS Get DataExecutionPrevention_SupportPolicy
DataExecutionPrevention_SupportPolicy
0
Also I disabled UAC (User Account Control)
Any ideas? Are the version differences enough to cause this, or is there something else I'm missing?
Cheers!
Please use ProcessMonitor in order to identify which COM component was not found by your VB6 program on your Windows Server 2008 r2 standart edition x64.
https://technet.microsoft.com/en-gb/sysinternals/processmonitor.aspx

Is TeamCity 8.0 compatible with Windows Server 2012 R2

The TeamCity website reports that the software is compatible and tested with Windows Server 2008 and not on Windows Server 2008 R2 or 2012/R2. Has anyone deployed TeamCity on Windows Server 2012 R2 ? Is there any known issue that we need to be aware of? Will the customer service team support queries on Windows Server 2012 R2?
TeamCity site's System Requirement page
Windows Server 2012 R2 is fully supported.
I have set-up three different build servers on Windows Server 2012 R2. There is no known issues.
I have also used Microsoft SQL Server with TeamCity. (here's a tutorial http://log.ld.si/post/teamcity8-sql-server).
They will support queried ofcourse :)

SQL Server 2008 R2 installation issue on Windows7 64 bit machine

Earlier I was using Visual Studio 2005 and SQL Server 2005 for my desktop application. Later we are trying to migrate from SQL Server 2005 to 2008 R2 so we had taken .Net 3.5, Windows Installer 4.5, SQL Server 2008 R2 as a prerequisites and created exe file successfully.
I tested this application on Windows XP, Windows 7 - 32 bit machines with no issues but while installing this on a Windows 7 - 64 bit machine it is getting failed to install.
Can anybody help on this?
Have you compiled your application to support 64-bit?

Can't Lync 2010 be installed in windows 2003 server?

I have asked our IT team to install Lync 2010 in my Windows 2003 server machine.
IT person told that it can't be installed in Windows 2003 server.
Is it not compatible with Windows 2003 server or any other extra software update do we need to install?
I am using Windows 2003 server standard edition sp2.
Lync 2010 requires Windows Server 2008 or later. The previous release, OCS 2007 R2, can be installed on Windows 2003.

What is the minimum OS for binaries created with VS2010?

This might sound like a stupid question, but I'm asking because my boss wants to know. What is the minimum Windows OS for binaries created with Visual Studio 2010? Not all the developers on the team have the Windows SDK installed. I know with it you can target down to Windows XP, but any idea what you can target without Windows SDK?
Actually you set WINVER in any header file before the core window.h is included, this determines which OS is required by the binary.
Visual Studio 2005
Windows 98, Windows 98 Second Edition
Windows Millennium Edition
Windows 2000
Windows XP
Windows Server 2003
Visual Studio 2008
Windows 2000
Windows XP
Windows Server 2003
Windows Vista
Visual Studio 2010
Windows XP
Windows Server 2003
Windows Vista
Windows Server 2008
Windows 7
Windows Server 2008 R2
Visual Studio 2012
Windows XP
Windows Server 2003
Windows Vista
Windows Server 2008
Windows 7
Windows Server 2012 R2
Windows 8
From:
http://msdn.microsoft.com/en-us/library/vstudio/ms235435.aspx
And for history's sake:
VC6 for Win95, NT 3 & 4, Win2K and other older operating systems
Use Visual C++ 1.52 or Microsoft QuickC for 16-bit or DOS

Resources