请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
工具/软件:Code Composer Studio
您好!
我正在尝试安装 CCS7,但收到错误消息“Installer failed to install JRE correctly”(安装程序无法正确安装 JRE)。
我尝试使用离线安装程序、但遇到相同的错误!
提前感谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
您好!
我正在尝试安装 CCS7,但收到错误消息“Installer failed to install JRE correctly”(安装程序无法正确安装 JRE)。
我尝试使用离线安装程序、但遇到相同的错误!
提前感谢
当 Windows 临时文件夹名称中有空格时、CCS 安装程序可能会遇到已知问题。 在安装过程中、我们会将文件解压到您的临时目录中。 但是,如果临时目录的名称中有空格,则此操作将失败。
有几种方法可以解决此问题。 最简单的方法是告诉安装程序使用另一个文件夹、该文件夹在临时文件夹的名称中没有空格。 您可以通过使用--temp 选项运行安装程序来实现此目的,例如,
ccs_setup_7.2.0.00013.exe --temp C:\ccsinstalltemp
请告诉我们这是否有帮助。