Unexpected output of util:ProductSearch
#8055
Unanswered
maciejtoporowicz
asked this question in
Questions
Replies: 0 comments
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 using the following configuration in my project for the upgrade mechanism:
There's some logic in my installer that depends on these values.
Two users reported they had some issues with the upgrade process. They reported they had version
N
installed and then ran an upgrade to versionN+1
.I checked the installation logs. I was expecting the following output:
MyVersion=N
MyState=5
However, in both scenarios, this is what I saw:
MyVersion=N+1
MyState=5
How is it possible? Do you have an idea what might have caused it? I cannot reproduce it on my machine.
I'm using WiX Toolset v3.11.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions