srwi / EverythingToolbar

Everything integration for the Windows taskbar.
Other
8.77k stars 395 forks source link

MSI Installer: ProgramFiles64Folder is not used, even if this was intended #496

Open tinojohn opened 2 months ago

tinojohn commented 2 months ago

Preflight Checklist

EverythingToolbar Version

1.3.3.0

Everything Version

1.4.1.1024 (x64)

Windows Version

Windows 11 23H2

Steps to reproduce

Even if the directory ProgramFiles64Folder Property is used within the MSI for the installation, the MSI cannot be installed to C:\Program Files, but only to c:\Program Files (x86), because the platform is set to “Intel” instead of “x64” in the Summary Information Stream. This means that the MSI can be installed on x86 systems, but never in the intended installation path on x64 systems.

Attention: If this is changed, the MSI can no longer be installed on x86 systems

Expected Behavior

EverythingToolbar installed to C:\Program Files\EverythingToolbar instead of C:\Program Files (x86)\EverythingToolbar on x64 systems

Actual Behavior

EverythingToolbar installed to C:\Program Files (x86)\EverythingToolbar instead of C:\Program Files\EverythingToolbar on x64 systems

Screenshots

2024-04-26_15h00_44

Log output

-

Additional Information

No response