MCUXpresso Config Tools Install failed

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MCUXpresso Config Tools Install failed

跳至解决方案
4,288 次查看
tonyyang
NXP Employee
NXP Employee

When i install the MCUXpresso_Config_Tools_v3_x64.exe(lasted version), it will get the error dialog:

182896_182896.pngpastedImage_2.png

Attach is the log.

Original Attachment has been moved to: MSI208A.LOG.zip

0 项奖励
回复
1 解答
3,521 次查看
martinformanek-
NXP Employee
NXP Employee

Hi Liang,

We issued new version of the tools.

The issue you reported should be fixed in new build now.

MCUXpresso Config Tools, Windows 64bit package (REV 3.0.2)

在原帖中查看解决方案

0 项奖励
回复
6 回复数
3,521 次查看
brianzelle
Contributor I

Sorry to post on an old thread but I'm having the same issue with versions 4.0 and 4.1 of the Config Tools. I tried all of the suggestions above but have not had any success. Any other suggestions? 

0 项奖励
回复
3,521 次查看
martinformanek-
NXP Employee
NXP Employee

Hello, please try our latest released version of MCUX Tools, issue should be fixed now.

MCUXpresso Config Tools, Windows 64bit package

please let me know if it solved your issue or not.

Best Regards,

Martin

0 项奖励
回复
3,521 次查看
brianzelle
Contributor I

Hello, I finally got around to trying this and it displayed the same error. However, the install worked well enough that I can run the software.

Thanks!

0 项奖励
回复
3,522 次查看
martinformanek-
NXP Employee
NXP Employee

Hi Liang,

We issued new version of the tools.

The issue you reported should be fixed in new build now.

MCUXpresso Config Tools, Windows 64bit package (REV 3.0.2)

0 项奖励
回复
3,521 次查看
tonyyang
NXP Employee
NXP Employee

My system:

Windows 7 64bit SP1 v1.0

JRE1.8 

8 GB RAM

1600x900 display resolution.

Internet connection.

0 项奖励
回复
3,521 次查看
martinformanek-
NXP Employee
NXP Employee

Hi Liang,

This failure is most often caused by the lack of or corrupted registration of the Microsoft OLE Automation library OLEAUT32.DLL.

ou should confirm that this file is installed on your target system, and that is is correctly registered using regsvr32.exe.

Could you please try to register all the folllowing DLL files from administrator Command Prompt:

regsvr32.exe vbscript.dll
regsvr32.exe oleaut32.dll
regsvr32.exe jscript.dll
regsvr32.exe msxml3.dll
regsvr32.exe -i shell32.dll

please restart the machine and check if problem still persist.

 

2. You can also try to register the windows install service

C:\Windows\System32\msiexec.exe /regserver

3. There is also some chance, that scripts run by installer might be blocked by antivirus program. Please try to disable it before installation.

 

4. If issue still persist, could you please send me your oleaut32.dll file? I will try to reproduce the issue on our machine.

0 项奖励
回复