vote up 0 vote down star

This is the error that is thrown by our automated build suite at Windows 2008, while running ICEs (after migrating from WiX 2.0 to Wix 3.0):

LGHT0217: Error executing ICE action 'ICE01'. The most common cause of this kind of ICE failure is an incorrectly registered scripting engine. See http://wix.sourceforge.net/faq.html#Error217 for details and how to solve this problem. The following string format was not expected by the external UI message logger: "The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.". in light.exe(0, 0)

Additionally these are the errors that show up in the event log:

MSIInstaller: Failed to connect to server. Error: 0x80070005 Product: [ProductName] -- Error 1719. The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.

Intuitively:

  • vbscript and jscript were registered under admin.
  • integration service has permissions for the desktop interaction and all the files
  • builds succeed, when executed manually on the same machine by another user or even user logged in as integration account (via RDP)

I'm out of ideas so far.

Does anybody else happened to encounter and solve this problem while keeping ICE validation?

flag

73% accept rate

2 Answers

vote up 0 vote down check

End of the story:

after fiddling with the permissions of the integration account, DCOM, service activation etc without any luck I finally simply disabled ICE validation in the continuous integration build, while still keeping it in the local build.

link|flag
vote up 0 vote down

Well, since it's been so long with no answer, I haven't had this problem, but I have some suggestions.

  • Have you tried updating the Microsoft Installer version on the build server?
  • What version of WiX 3.0 are you running? Try grabbing the newest release, since it's 3.0 release stable now.
  • If all else fails, try running the build service under a specific build user who you can fiddle with permissions for...

Good luck!

link|flag
1. Yes; 2. Latest; 3. I can change permissions of integration account. – Rinat Abdullin Jul 8 at 11:56
Try adding the build user to the DCOM local users group. – Christopher Karper Jul 8 at 13:46
Didn't work that time. I ended up disabling ICE validation in the integration build. – Rinat Abdullin Sep 5 at 12:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.