Replies: 1 comment
-
We have changed our installer back to no longer using different folders for the x64 & x86 components. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
maybe this is a dump question but we hope someone can point us in he right direction:
We have recently upgraded our WiX 3 installer to WiX 4 and also changed from x86 to a x64 msi. The installer deploys x86 and x64 modules. Our directory structure does currently look like this to satisfy the requirement "This 32BitComponent xxxxx uses 64BitDirectory":
The msi does deploy modules to their corresponding folder.
The issue we have is that, when customizing the
INSTALLDIR
with theInstallDirDlg
andit only changes the x86-directory which is somehow clear but we would want that also the
INSTALLDIR64
gets modified when the folder is customized. Is this possible? Or would we have to follow another approach?The selected installation folder is retained via registry:
Any help is appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions