Replies: 1 comment 3 replies
-
I'm giving more details about a bundle hoping someone can see where I'm missing something that eventually causing this error, namely; after an initial/clean installation Wix fails to detect the previous installation (WixBundleInstalled is always 0, false), and with every subsequential installation run, the installer creates a new uninstall registry entry.
So, why I'm getting duplicate uninstall registry entries when running the installer on machines where I have run the installer already? |
Beta Was this translation helpful? Give feedback.
-
This built-in variable returns false always from the engine, and I have few major problems with it.
While wix setup projects can have fixed GUID number for uninstall registry key, this feature is not available for the bootstrapper bundle, and upon prior installation detection failure, engine create next bundle uninstall registry entry every time I run the bootstrapper.
I noticed also that this, WixBundleInstalled cannot be overwritten.
Any clue why burner fails to detect the bundle install state?
Beta Was this translation helpful? Give feedback.
All reactions