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

Extended WiXHelper types for supporting creation of 64bit setups #1244

Merged
merged 1 commit into from
May 19, 2016

Conversation

DigitalFlow
Copy link
Contributor

From #1243:

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 added an "architecture" param to the component creation functions and introduced a "Platform" parameter for FillInWixScript function.
Default values for all types is "64bit".
The change in the component creation functions however can be regarded as breaking change, since the additional architecture param would have to be added for existing scripts.
Should I change something about that?

Kind Regards,
Florian

@forki
Copy link
Member

forki commented May 19, 2016

cool stuff. thanks

@forki forki merged commit 216cc90 into fsprojects:master May 19, 2016
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

Successfully merging this pull request may close these issues.

2 participants