Message-ID: From: "ScherzerThomas (@ScherzerThomas)" To: "postgresql-interfaces/psqlodbc" Date: Mon, 18 Nov 2024 13:51:51 +0000 Subject: [postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain) List-Id: X-GitHub-Author-Id: 37663404 X-GitHub-Author-Login: ScherzerThomas X-GitHub-Issue: 72 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: open X-GitHub-Type: issue X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/72 Content-Type: text/plain; charset=utf-8 - Create a wix bundle containing the psqlodbc_x86.msi ``` ``` - Run the resulting exe - Following error appears at installing: ![image](https://github.com/user-attachments/assets/af035bab-cde7-43c4-bbac-1bc441c91c8b) ``` 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)