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

Allow tweaking of NetFx package conditions #4720

Closed
wixbot opened this issue Mar 24, 2015 · 3 comments
Closed

Allow tweaking of NetFx package conditions #4720

wixbot opened this issue Mar 24, 2015 · 3 comments
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Mar 24, 2015

Today, it's somewhat common to duplicate the NetFx package groups to adjust conditions as we don't have a better way. I'm not entirely sure what the best, cost-is-no-object answer is but one thing we can easily do is introduce WixVariables that developers can override. For example, to support installing NetFx v4.0 on XP and v4.6 on later OSes, we could add InstallCondition attributes with "!(wix.NetFx452InstallCondition)" as the value. We provide a default (blank) value and mark it @overridable="yes".

Originally opened by barnson

@wixbot
Copy link
Author

wixbot commented Mar 24, 2015

Add variable for Name= path.

@wixbot
Copy link
Author

wixbot commented Apr 27, 2015

wixtoolset/wix3#239

Originally posted by barnson

@wixbot
Copy link
Author

wixbot commented May 19, 2015

Originally changed by barnson
Resolution set to fixed
Status changed from Open to Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants