Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make WiXHelper support 64Bit Setups #1243

Closed
DigitalFlow opened this issue May 18, 2016 · 1 comment
Closed

Make WiXHelper support 64Bit Setups #1243

DigitalFlow opened this issue May 18, 2016 · 1 comment

Comments

@DigitalFlow
Copy link
Contributor

Description

If you set the ProgramFilesFolder param in "FillInWiXScript" to ProgramFiles64, WiX will fail with the message

error LGHT0204 : ICE80: This 32BitComponent cXXXXXXXXX uses 64BitDirectory INSTALLDIR

As I found out, for WiX being able to create a setup that installs to ProgramFiles64, there need to be certain values set in the package node and in all component and file nodes.

These values are:

  • Package: Platform="x64"
  • Component: Win64="yes"
  • File: ProcessorArchitecture="x64"

I already added those values to the type definitions, but I'm still figuring out, where it would be best to set them.
I will create an initial PR.

Kind Regards,
Florian

@matthid
Copy link
Member

matthid commented May 6, 2017

Seems like this is resolved :)

@matthid matthid closed this as completed May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants