Is there a utils extension that allows you to modify the JSON file? #7711
Unanswered
akuznetsov-congree
asked this question in
Questions
Replies: 2 comments 2 replies
-
My WiX extension supports it- https://www.nuget.org/packages/PanelSwWixExtension4 (WiX v4) or https://www.nuget.org/packages/PanelSwWixExtension (WiX v3):
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wix has a Util extension that allows you to work with XML files. But a modern application contains many json files. Is there any extension for Wix 4 that is responsible for changing the JSON file? Maybe it makes sense to add an extension to Utils for working with json?
Beta Was this translation helpful? Give feedback.
All reactions