SetDirectory not honored after WiX v4 upgrade? #7330
Unanswered
tristanlabelle
asked this question in
Questions
Replies: 1 comment 8 replies
-
How does the verbose log file for the two versions differ? IIRC (off the top of my head), there was a fix to more correctly schedule PS: I could be missing something by the design of some of your directory trees looks overly complex. You don't need |
Beta Was this translation helpful? Give feedback.
8 replies
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.
-
Hello,
I'm porting the installer for the Swift programming language toolchain for Windows to WiX v4. I ran the converter from WiX v3 and the resulting installer doesn't seem to honor the
<SetDirectory>
that is supposed to set the default installation location anymore. The result is that the files get installed toC:\...
instead ofC:\Program Files\swift\...
. What am I missing?See
platforms/Windows/runtime-amd64.wxs
in: swiftlang/swift-installer-scripts@2a30cdeBeta Was this translation helpful? Give feedback.
All reactions