Added a file to installer. "Contact your support personnel" #7835
Replies: 3 comments 1 reply
-
https://learn.microsoft.com/en-us/windows/win32/msi/error-codes Which one of that myriad of errors happened? Wix doesn't tell me. |
Beta Was this translation helpful? Give feedback.
-
Rebooted, tried again, same problem straight away. |
Beta Was this translation helpful? Give feedback.
-
That's an exception. You can tell because the "dotted words" end with However, exceptions often do come with stack traces! Stack traces can be very helpful in tracking down what failed unexpectedly. If you look around in more verbose output than what Visual Studio outputs by default, it is very likely you will find a stack trace. Also, this is more of a general life tip but simply repeating the same behavior over and over without understanding what is causing the problem is not likely to make the problem go away. In fact, doing so is more likely to only make you more frustrated and possibly cause you to lash out at the very people who might just be able to help you. I hope this message finds you better and that you learned a little bit today about exceptions, how they are unexpected and that stack traces can be very helpful to track down their root issue, and without understanding the root issue repeating the same behavior is unlikely to provide different results. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Oh this is just ridiculous now. I added a dll to the component, and I got this error. It ran perfectly a minute or two earlier.
Toolset errors should be actionable - ie it's fine to throw errors when I do something wrong, but the error must tell me what to do about it, or link to the docs that tell me what to do about it.
Beta Was this translation helpful? Give feedback.
All reactions