postgresql-interfaces/psqlodbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feed[postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain)
5+ messages / 3 participants
[nested] [flat]
* [postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain)
@ 2024-11-18 13:51 "ScherzerThomas (@ScherzerThomas)" <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: ScherzerThomas (@ScherzerThomas) @ 2024-11-18 13:51 UTC (permalink / raw)
To: postgresql-interfaces/psqlodbc <[email protected]>
- 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)
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain)
@ 2024-11-18 22:34 ` "davecramer (@davecramer)" <[email protected]>
3 siblings, 0 replies; 5+ messages in thread
From: davecramer (@davecramer) @ 2024-11-18 22:34 UTC (permalink / raw)
To: postgresql-interfaces/psqlodbc <[email protected]>
Which version are you trying to install ?
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain)
@ 2024-11-23 05:56 ` "ScherzerThomas (@ScherzerThomas)" <[email protected]>
3 siblings, 0 replies; 5+ messages in thread
From: ScherzerThomas (@ScherzerThomas) @ 2024-11-23 05:56 UTC (permalink / raw)
To: postgresql-interfaces/psqlodbc <[email protected]>
> Which version are you trying to install ?
It's at all currently released v17 versions (mimalloc or without)
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain)
@ 2024-11-24 11:19 ` "chrullrich (@chrullrich)" <[email protected]>
3 siblings, 0 replies; 5+ messages in thread
From: chrullrich (@chrullrich) @ 2024-11-24 11:19 UTC (permalink / raw)
To: postgresql-interfaces/psqlodbc <[email protected]>
I don't think this will happen with a post-#66 release, but there isn't one yet.
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain)
@ 2024-11-25 10:10 ` "davecramer (@davecramer)" <[email protected]>
3 siblings, 0 replies; 5+ messages in thread
From: davecramer (@davecramer) @ 2024-11-25 10:10 UTC (permalink / raw)
To: postgresql-interfaces/psqlodbc <[email protected]>
ah, ok, let me release one then
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2024-11-25 10:10 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-11-18 13:51 [postgresql-interfaces/psqlodbc] issue #72: Error at installing msi when it is added to a WIX bundle (in a chain) "ScherzerThomas (@ScherzerThomas)" <[email protected]>
2024-11-18 22:34 ` "davecramer (@davecramer)" <[email protected]>
2024-11-23 05:56 ` "ScherzerThomas (@ScherzerThomas)" <[email protected]>
2024-11-24 11:19 ` "chrullrich (@chrullrich)" <[email protected]>
2024-11-25 10:10 ` "davecramer (@davecramer)" <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox