-
Is there a way to use Heat and HarvestFile to harvest 32-bit COM DLLs as 32-bit components (
I am aware that I could use Also, what makes a directory a 32BitDirectory? Is it that it is below the ProgramFilesFolder? The build is being done in Visual Studio 2022 as x64. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This page indicates that This is the reason that WiX v4 created the |
Beta Was this translation helpful? Give feedback.
This page indicates that
ProgramFilesFolder
is ALWAYS a 32-bit directory andProgramFiles64Folder
(on the platforms that support it) is ALWAYS a 64-bit directory.This is the reason that WiX v4 created the
ProgramFiles6432Folder
that will target the bitness of the package itself.