Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error at installing msi when it is added to a WIX bundle (in a chain) #72

Open
ScherzerThomas opened this issue Nov 18, 2024 · 4 comments

Comments

@ScherzerThomas
Copy link

  • Create a wix bundle containing the psqlodbc_x86.msi
<!-- Install database driver -->
<MsiPackage Id="psqlodbc_x86"
			SourceFile="psqlodbc_x86.msi"
			Permanent="yes" 
			Vital="yes" 
			Visible="yes">
</MsiPackage>
  • Run the resulting exe
  • Following error appears at installing:
    image
Command Line: MSIFASTINSTALL=7 BURNMSIINSTALL=1 REINSTALLMODE=muso REBOOT=ReallySuppress CURRENTDIRECTORY=C:\tmp CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=348

install.log

@davecramer
Copy link
Contributor

Which version are you trying to install ?

@ScherzerThomas
Copy link
Author

Which version are you trying to install ?

It's at all currently released v17 versions (mimalloc or without)

@chrullrich
Copy link
Contributor

I don't think this will happen with a post-#66 release, but there isn't one yet.

@davecramer
Copy link
Contributor

ah, ok, let me release one then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants