出现以上对话框,是在提示要安装VS2005和VS2008的2个distribution安装包。安装完后出现以下提示:Command line option syntax error.Type Command /?for Help.
Mindjet Manager官网给出的解释是:If the non unicode language is set in the operating system to a language such as Japanese then the win32 cabinet extractor can't handle the unicode characters in the username and will fail.意思是说如果非unicode语言被设定操作系统语言,比如日语,用户名中如果win32处理器不能处理unicode字符,就会失败。
解决方案:
1.Win7系统的操作:点击我的电脑,右击属性,点击高级系统设置。
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com)2.在随即弹出的系统属性对话框内,点击环境变量。
3.双击TEMP。
4.将变量值修改为C:TEMP,点击确定。
TMP的修改和TEMP的修改相似,只是将变量值修改为C:TMP。
通过以上操作,Redistributable Command line option syntax error就可以彻底解决了。
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com)