-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wix dependency missing #159
Comments
This can be worked around by adding It may be something that needs to be fixed in |
Yeah, I just manually installed the package via |
@flcdrg @TheCakeIsNaOH I am not sure the best approach here... The whole thought process behind Chocolatey.Cake.Recipe is that it can be used across multiple projects, and not all of those are going to make use of WiX, so adding it as a dependency on the whole recipe is not the right approach in my opinion. The suggestion that @TheCakeIsNaOH makes putting the onus on the project itself to put this dependency in place. While this isn't ideal, it does mean that it won't be added everywhere. Perhaps we could make the Recipe smarter, by looking for the presence of a *.wixproj file in the *.sln file, and if there, add the dependency. |
I think this would be the right long term course of action. Alternatively, using a simple configuration switch in each project to determine if the package should be installed would allow central control of the versioning. |
Checklist
What You Are Seeing?
Building choco reports an error because it can't find
tools\WiX.3.11.2\build\wix.props
What is Expected?
Wix dependencies should be included so build doesn't report this error
How Did You Get This To Happen?
./build.ps1
System Details
Installed Packages
Output Log
Additional Context
No response
The text was updated successfully, but these errors were encountered: