Quite literally the most complicated piece of software for no apparent reason. #8700
-
It's honestly quite frustrating how poorly designed this program appears to be. surely using C# on visual studio isn't the only way to release software on windows, right? apparently sodding no. sure released this oPeN sOuRcE utility for all to use, but goddamn is the documentation not just a link loop of "oh migrate to from v4 oh migrate from v3 oh download our visual studio plugin for which c# project steps are here" and what not. cant find a single page where the schematics of no. $ wix --version $ wix build Product.wxs -o installer.msi okay replaced it with v4, nope. like hell I went to 'http://wixtoolset.org/schemas/v5/wxs' to see if that'd contain any "template", but no that redirects to some 70s pop-punk rock on youtube??? how is that even legit. wrote a program. successfully compiled. assembled binary and dlls into one location, yet cant get it to produce an installer package. like hell. swear if it wasn't a uni task I would have given up hours ago instead of sitting on my computer with 100 tabs opened (90 of which are of no use because of poor backward compatibility), remaining 10 are just hyperlinks to one other. jesus. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
It looks like you don't understand the basic principles of Wix Toolset development. If you want to use the 5th version, then you can find a playlist on YouTube: dojo development Wix Toolset |
Beta Was this translation helpful? Give feedback.
-
I have to say, I agree with @karshPrime. I have a simple question - how do I setup my .wxs file to use the v5 schema? I cannot believe that this isn't a trivial find.
How do I get v5 functionality in order to e.g. move away from GUID for |
Beta Was this translation helpful? Give feedback.
It looks like you don't understand the basic principles of Wix Toolset development.
First, you need to decide which version of Wix you will use.
From the point of view of the documentation, Wix v3 is a much more preferable option. You can find the documentation at this link: https://www.firegiant.com/docs/wix/v3/tutorial/. Or find the books "Wix Toolset Developer Guide" and "Wix Toolset Cookbook".
If you want to use the 5th version, then you can find a playlist on YouTube: dojo development Wix Toolset