Replies: 1 comment 2 replies
-
Your build server is running a non-interactive login that is not elevated. Unfortunately, that means that the Windows Installer service is not accessible, and MSI validation currently requires access to that service. You'll need to suppress validation during your build and run it separately in a different environment. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
When building my WiX 4 setup project on the build server, the following error occurs:
wix.exe : error WIX0217: Error executing ICE action 'ICE04'. 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.
For the build msbuild is used:
msbuild MyProduct.Setup.sln /property:Configuration=Release /property:SoftwareVersion=%SoftwareVersion% -p:AssemblyVersion=%SoftwareVersion% -p:Version=%SoftwareVersion% -p:FileVersion=%SoftwareVersion%
Thanks for tips
Beta Was this translation helpful? Give feedback.
All reactions