Bug 158930 - the main MSI archive for x86-64 contains 32 bits binaries
Summary: the main MSI archive for x86-64 contains 32 bits binaries
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
24.8.0.0 alpha0+ Master
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Win-Installer-Smaller
  Show dependency treegraph
 
Reported: 2023-12-30 11:37 UTC by Jérôme
Modified: 2023-12-30 12:28 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
result of : find . -iregex '.*\.\(\(dll\)\|\(exe\)\|\(pyd\)\)$' -type f -exec file {} \; | grep -v x86-64 (2.86 KB, text/plain)
2023-12-30 11:37 UTC, Jérôme
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jérôme 2023-12-30 11:37:51 UTC
Created attachment 191646 [details]
result of  : find . -iregex '.*\.\(\(dll\)\|\(exe\)\|\(pyd\)\)$' -type f -exec file {} \; | grep -v x86-64

The nightly build LibreOfficeDev_24.8.0.0.alpha0_Win_x86-64.msi for x86-64 contains 32 bit binaries.

The total installed size is 3,6 MB.
Comment 1 Mike Kaganski 2023-12-30 12:28:03 UTC
Absolutely not a bug. We must provide binaries for 32-bit subsystem, because otherwise 32-bit apps running on 64-bit system won't be able to access the functionality (property pages, thumbnail preview, etc.) that needs loading of respective COM DLLs into the process.