安装 XAMPP 时出错:Windows 找不到 -n

2022-01-14 00:00:00 windows xampp bitnami php

我已经尝试安装 XAMPP 很长一段时间了,但每次安装结束时,它都会显示:

I've been trying to install XAMPP for quite some time now, but every time, at the end of the installation, it says:

Windows 找不到-n"

Windows cannot find "-n"

然后,它说:

运行安装后步骤时出现问题.安装失败 (php.exe) 或许你必须安装 Visual C++ 2008 包.

Problem running post-install step. Installation failed (php.exe) Perhaps you have to install Visual C++ 2008 package.

我有 Visual C++ 2008 包,它仍然这样说.现在我该怎么做?我有 Windows 10 64 位供任何想知道的人使用.

I have Visual C++ 2008 package and it still says this. What do I do now? I have Windows 10 64-bit for anyone wondering.

推荐答案

我将它安装在我的 C: 驱动器的根目录中并且它工作正常.奇怪的是以前我可以将它安装在我的程序文件夹中并且一切正常......

I installed it in the root of my C: drive and it worked. Strange that previously I could just install it in my program files folder and that everything works...

相关文章