postgresql-interfaces/psqlodbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: ScherzerThomas (@ScherzerThomas) <[email protected]>
To: postgresql-interfaces/psqlodbc <[email protected]>
Subject: [postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain)
Date: Mon, 18 Nov 2024 13:51:51 +0000
Message-ID: <[email protected]> (raw)
- 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)
view thread (5+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://postgresql-interfaces/psqlodbc
Cc: [email protected], [email protected]
Subject: Re: [postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain)
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox