Replies: 2 comments
-
WiX doesn't use issues for support. We moved this issue to the GitHub discussions area. You might also consider asking your question on Stack Overflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try using |
Beta Was this translation helpful? Give feedback.
0 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.
-
WiX Version
4.0.3
.NET or MSBuild or Visual Studio Version
.Net 8.0.100
HeatWave Version
1.0.2.1
Windows Version
Win10 22H2
Repro Repo
No response
Repro Steps
I'm trying to launch my app, after the installation is completed. For this, I use the follwing code in my .wxs file:
... this does not work. In the msiexec log, I found this:
But if I use the following code, it works fine:
Please take a look at the
Value
attribute.... but now, I get a
WIX1077
warning:Actual Result
I'm not sure, if
[#MyApp.exe]
is correct, and there is a bug somewhere, of if[INSTALLLOCATION]MyApp.exe
is correct, and the warning is wrong?Expected Result
No response
Beta Was this translation helpful? Give feedback.
All reactions