- 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:  ``` Command Line: MSIFASTINSTALL=7 BURNMSIINSTALL=1 REINSTALLMODE=muso REBOOT=ReallySuppress CURRENTDIRECTORY=C:\tmp CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=348 ``` [install.log](https://github.com/user-attachments/files/17801156/install.log)