-
Notifications
You must be signed in to change notification settings - Fork 384
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
(wixtoolset) Include Visual Studio integration #1536
Comments
@RedBaron2 why are you saying that this package isn’t maintained here? |
@gep13 I called you in to check if this is truly a package problem or if Chocolatey GUI needs to list it as a requirement. Though now as I have looked closer into it. |
Currently working on the extension package for wix toolset. Would like to know?
Thanks for the assistance |
Thank you for working on this! I think it's best to keep the original name so people can find it! I had preferred them included in the WiX toolset itself, but that's just my opinion, and there are many other good reasons for not doing so. If you are going separate probably you should create one for each Visual Studio version (the same as vcbuildtools). |
@RedBaron2 apologies, I never read the original issue properly! @aminya would you be in a position to send a PR to correct the documentation for this on the Chocolatey GUI repository? @RedBaron2 there are existing Visual Studio Extensions out there, for example: https://chocolatey.org/packages/visualstudio2017-powershelltools so I would suggest in terms of naming conventions, that similar to the existing be used. Notice the depedency on this package: https://chocolatey.org/packages/chocolatey-visualstudio.extension which helps with installations in newer versions of Visual Studio. |
This will have a separate package for each version currently supported on Wix website. @gep13 This will install through chocolatey the I will work on submitting the PR next week. |
Indeed, it should follow the naming convention. The correct name would be:
|
@AdmiringWorm
Though I will submit the PR with the name of |
@gep13 @ferventcoder |
closing as the wixtoolset do not have the responsibility of installing the extensions for the specific visual studio versions. |
wixtoolset does not include Visual Studio integration
https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension
https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2017Extension
This integration is needed for developing packages (such as ChocolateyGUI). Based on the documentation installing wixtoolset should be enough, but I could not build ChocolateyGUI until I installed the visual studio integration extensions.
https://github.com/chocolatey/ChocolateyGUI#building
The text was updated successfully, but these errors were encountered: