Running Wix bundle installer fails during installation

1

I have created an installation bundle using Wix3.5. Within a Bundle I created a Chain element to install prerequisites (VC Runtime and another inhouse application's installer) before installing the main application. The other inhouse application's installer was created with Installaware. Now the main installation fails after the Installaware installer finishes with this error message in the installer window:

0x80070064 - Cannot create another system semaphore

Excerpt from the installer log:

[2750:1D60][2019-02-28T16:08:58]e000: Error 0x80070064: Process returned error: 0x64 [2750:1D60][2019-02-28T16:08:58]e000: Error 0x80070064: Failed to configure per-user EXE package. [2750:1D60][2019-02-28T16:08:58]i319: Applied execute package: CEInstaller, result: 0x80070064, restart: None [2750:1D60][2019-02-28T16:08:58]e000: Error 0x80070064: Failed to execute EXE package.

However, it seems that the bundled application is installed correctly and can be run as well. After trying to bundle some other installers instead for testing, it seems that this error only occurs with our Installaware inhouse applications but not with other third party installers. I went through the corresponding Installaware logs but did not find anything suspicious (As these are huge I refrained from posting them here for now). I am pretty much stuck with this issue (also I am quite new working with Windows installer frameworks). Searching online did not deliver any helpful results so far, so I am grateful for any hints how to solve or further investigate this issue.

wix
windows-installer
installaware
asked on Stack Overflow Mar 4, 2019 by ThorbenS • edited Mar 5, 2019 by ThorbenS

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0