Replies: 5 comments 7 replies
-
I've spent some more time looking of help or tutorials. Sadly the "other" wix hides most meaningful results and the few tutorials I found were either outdated (e.g. starting with a download on codeplex) or too advanced (skipping the installation step). I will try wix5.0.2 because it at least has an installer. |
Beta Was this translation helpful? Give feedback.
-
The Getting Started page has what you are looking for. Create a simple.wixproj
And Note: in the next couple of weeks we'll have a smaller Getting Started page to get that first build up and running faster. |
Beta Was this translation helpful? Give feedback.
-
Thanks for that quick reply. I have to admit that I deeply underestimated the complexity of building an installer with WiX. Although I have some experience with .NET and C#, I'm not a senior developer. As such, I have to confess that I'm giving up with WiX for now because the documentation and WiX version landscape are too complex for me to dive into. Since I'm also working on an open-source project, I know it's both painful and difficult to get feedback, but in its current state, WiX is just not really suited for intermediate users (i.e., me), because of its lack of clear and concise documentation that starts with an introduction. Some feedback:
is just impracticable. I wanted to find more documentation on that, but googling for "WiX fragment directory" only brings up documentation for WiX 3. At least there is a link... ...but sadly, this is only pointing to WiX 4 (giving another indication that WiX 5 might not be stable yet). I read this guide and it helped me to get a rough understanding, but I got irritated that it required single file references, which wouldn't work for my use case. Clicking the link to the latest documentation is broken because that page no longer exists in the WiX 4 documentation. Eventually, I got something to build, but again ran into the problem that even though I'm using WiX5, the required XML reference needs to be v4:
I assume that at its current state, the WiX project is more focused on maintaining its current user base, which is of course perfectly valid. I hope all this doesn't sound too much like a rant. I know it's difficult, and you're building and sharing this software for free. I just wish it were easier to understand how to do the "simple basic stuff." |
Beta Was this translation helpful? Give feedback.
-
Please let me know once you setup the Getting Started page. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry. I saw the link, but in my simple mind this sounded like a 3rd party contributor trying to promote HeatWave. If WiX wouldn't be usable without 3rd party solutions, I just wouldn't use it. I did another fresh start with using the .NET project approach: I created:
<Project Sdk="WixToolset.Sdk/5.0.1">
</Project> Running
I assume I have to add references and dependencies to other projects. The only documentation I could find was https://wixtoolset.org/docs/tools/msbuild/, which is really intimidating. As feedback, my thoughts are:
Is there a minimal I coming more from a UX side and did a lot of usability tests. My hope is that my ramblings might help you to identify some potentials on how to structure the documentation for first time users. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I want to use WiX to build an installer for https://github.com/t3/tooll3.
From what I've read, WiX 4 seems like a perfect match. I've read some blog posts, the website, and the documentation, but I'm stuck at the first step: choosing which version of WiX to install and how to install it.
I want to integrate it into a CI/CD pipeline, so the MSBuild/CLI tools seem like a better match.
Thanks for your help,
pixtur
Beta Was this translation helpful? Give feedback.
All reactions