Thoughts about setup and deployment issues, WiX, XNA, the .NET Framework and Visual Studio
All postings are provided AS IS with no warranties, and confer no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.
Recently, while attempting to build a Japanese MSI using WiX v3.0, I received an error message that looked like the following:
light.exe : error LGHT0217 : An unexpected external UI message was received: ????????????????????????????????????????????????????????????? ???? 2738 ???
I wanted to see the full text of this error message, so I temporarily changed the product language setting in my WXS file from 1041 (the LCID for Japanese) to 1033 (the LCID for English) and re-ran the build. When I did that, the error message was more readable:
light.exe : error LGHT0217 : An unexpected external UI message was received: The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738.
This message made more sense to me, so from there, I looked at the Windows Installer Error Messages reference for error code 2738 and found the following:
Could not access VBScript run time for custom action [2].
While attempting to narrow down this error further, I found a couple of useful blog posts. As described in this blog post by Heath Stewart, error code 2738 can occur on Windows Vista systems (like the one I was using in the above scenario) if an MSI contains a script-based custom action and the VBScript runtime is registered in the HKEY_CURRENT_USER hive instead of or in addition to the HKEY_LOCAL_MACHINE hive. Also, as described in this blog post by Bob Arnson, four of the Windows Installer Internal Consistency Evaluators (ICEs) are implemented in VBScript. The offending ICEs are ICE08, ICE09, ICE32 and ICE61.
In my build output, I noticed that light.exe had reported some warnings for ICE03 before displaying this 2738 error. From this, I made an educated guess that it was probably failing while running one of these four ICEs. Then, I used some of the advice that I listed in one of my previous blog poststo unregister vbscript.dll and jscript.dll from HKEY_CURRENT_USER to resolve this error:
Once I did that, my build started working as expected. I still do not know how this information ended up in HKEY_CURRENT_USER on my system, particularly because the same build worked correctly on the same machine a couple of days ago. However, I am now back into a state where I can build successfully, and I know of a possible workaround to try if I end up with similar build issues in the future.
<update date="12/19/2011"> Added steps to unregister the VBScript and JScript engines on 64-bit OS's. </update>
Visual Studio 2005 running as a normal user writes it when certain packages are loaded as one offender. Visual Studio 2008 handles the scenario a bit differently and doesn't cause this issue.
Error code 2738 on Windows XP... can you please help me.
Naleen
naleen_bh@yahoo.co.in
Hi Naleen - On Windows XP, you can usually re-register vbscript.dll to solve this type of error. To do that, you can run this command:
regsvr32 vbscript.dll
Error code 2738 on Windows 7
with command: regsvr32 vbscript.dll ican't repair it
ngoctho.info@gmail.com
Hi Ngoc Tho - Can you please try the unregistration commands listed in this blog post to see if they help in this scenario? If this 2738 error still happens after runing those commands, then this could be a bug in the program you're trying to install, and you may need to contact the technical support team for the manufacturer of the program for further assistance.
Error code 2738on Vista 64 and I don't even have a camera and cannot get rid of all of these Facebook Sype Video Calling items in my program list.