Skip to content

msi: Make MsiInstallProductW open msi readonly

Fabian Maurer requested to merge DarkShadow44/wine:java into master

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57343

This is what the Java JRE installer does:

  • It calls MsiInstallProductW - this opens the msi read/write
  • The msi runs installer.exe
  • installer.exe tries to open the msi readonly

Merge request reports

Loading