-
I have a WiXSetup project that I am using to generate an msi file with a few binaries. the msi file is created upon building the project. But when I run the msi files, I want the binaries to be created in a specific location in file explorer, How do I make this happen? I believe it has something to do with the directory element? This is my code right now, for reference- it is essentially the default.
Is it possible for me to change it in such a manner that when I run the msi file, the binaries are generated in a specific location in file explorer |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is a pretty basic question. I suggest reading through the WiX Tutorial from FireGiant or watching the Deployment Dojo episodes to get a foundational understanding of how the WiX Toolset works. This episode of the Deployment Dojo would be most applicable. |
Beta Was this translation helpful? Give feedback.
-
I have custom tooling which is FOSS that helps you get started with WiX. I also have tutorials and can provide 1hr complimentary mentoring and consulting services to do it for you. FireGiant offers a lot of that also. |
Beta Was this translation helpful? Give feedback.
This is a pretty basic question. I suggest reading through the WiX Tutorial from FireGiant or watching the Deployment Dojo episodes to get a foundational understanding of how the WiX Toolset works. This episode of the Deployment Dojo would be most applicable.