简体   繁体   English

使用MAC Parallels Windows 7在64位操作系统上安装IIS Express 32位

[英]Installing IIS Express 32-bit on a 64-bit operating system using MAC Parallels Windows 7

I am using a mac, with Parallels to access Windows 7 in a virtual machine. 我使用的是Mac,带有Parallels来访问虚拟机中的Windows 7。 On the Windows 7 side, I have tried to install IIS Express 8.0 but get the following error: 在Windows 7上,我尝试安装IIS Express 8.0,但出现以下错误:

The 32 bit-version of iis 8.0 express cannot be installed on a 64-bit edition of microsoft windows. 无法在64位版本的Microsoft Windows上安装iis 8.0 Express的32位版本。

I know the 32-bit is part of the deal when installing iis 8.0 express. 我知道在安装iis 8.0 Express时,这32位是交易的一部分。 Is there anyway around this? 有没有办法解决?

Thanls Thanls

It sounds like you're running Windows 7 64 bit, so download and install the 64 bit version of IIS Express 8.0: 听起来您正在运行Windows 7 64位版本,因此请下载并安装IIS Express 8.0的64位版本:

http://www.microsoft.com/en-us/download/details.aspx?id=34679 http://www.microsoft.com/en-us/download/details.aspx?id=34679

If you click download on that page you'll be given the the option to download the 64 bit edition: 如果您在该页面上单击下载,则可以选择下载64位版本:

iisexpress_8_0_RTM_x64_en-US.msi

Installing the 64 bit edition will install both the 32 bit and 64 bit versions: 安装64位版本将同时安装32位和64位版本:

http://www.iis.net/learn/extensions/introduction-to-iis-express/iis-80-express-readme http://www.iis.net/learn/extensions/introduction-to-iis-express/iis-80-express-readme

From the "read me": 从“读我”开始:

When you install IIS 8.0 Express on a 64-bit system, both the 32-bit and 64-bit versions of IIS 8.0 Express will be installed respectively in the "%ProgramFiles(x86)%\\IIS Express" and "%ProgramFiles%\\IIS Express" folders. 在64位系统上安装IIS 8.0 Express时,IIS 8.0 Express的32位和64位版本将分别安装在“%ProgramFiles(x86)%\\ IIS Express”和“%ProgramFiles%\\ IIS Express”文件夹。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么我在 32 位 Mac OS X 系统上看到 C++ 中的 64 位指针? - Why do I see 64-bit pointers in C++ on my 32-bit Mac OS X system? Xcode 4中“My Mac 32-bit”和“My Mac 64-bit”之间的区别? - Difference between “My Mac 32-bit” and “My Mac 64-bit” in Xcode 4? 在Objective C(Mac OS X)中检测CPU架构(32位/ 64位)运行时 - Detect CPU Architecture (32-bit / 64-bit) runtime in Objective C (Mac OS X) 我可以在Mac OS上构建库的32位和64位体系结构吗? - Can I build both 32-bit and 64-bit architectures of a library on Mac OS? 创建与32位和64位系统兼容的mac仪表板小部件 - Create a mac dashboard widget compatible with 32-bit and 64-bit systems 确定Mac OS X上安装的64位或32位Haskell? - Determining 64-bit or 32-bit Haskell installed on Mac OS X? 64位Safari中的32位Flash播放器:如何? - 32-bit Flash player in 64-bit Safari: how? %d格式化为32位和64位 - %d formatting for both 32-bit and 64-bit 如何在 64 位 MacBook 终端上使用 gcc 编译 32 位应用程序 - HowTo Compile a 32-bit Application Using gcc On the 64-bit MacBook Terminal 强制Mac OS X 32/64位通用二进制文件仅在旧操作系统版本上运行32位? - Force a Mac OS X 32/64-bit universal binary to run 32-bit on an old OS version only?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM