Replies: 1 comment 1 reply
-
Windows is deprecating VBScript, and those ICEs were implemented in VBScript. Is it possible that your computer recently had VBScript removed/disabled? That'd be the first thing to check. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently encountering an issue during the MSI build process. It seems to be related to a failure with the script engine.
We are seeing errors that indicate problems accessing or registering the scripting components necessary for the installation package. This is preventing the MSI from building successfully.
Error executing ICE action 'ICE32'. The most common cause of this kind of ICE failure is an incorrectly registered scripting engine. See http://wixtoolset.org/documentation/error217/ for details and how to solve this problem. The following string format was not expected by the external UI message logger: "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738. ".
(ICE32,ICE09,ICE61)
As an alternate approach we have suppressed the ICE errors.
I also tried re-registering the vbscript.dll but the error still persists.
what can be the possible reasons? is there a way to completely fix these issues?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions