Skip to content

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

@ScherzerThomas

Description

@ScherzerThomas
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions