-
I have an EXE package that I only want to run during uninstall. In v3, I authored the package with DetectCondition="WixBundleAction >= 3"
UninstallCondition = WixBundleAction >= 4" This allows the EXE to be detected as installed during an install (otherwise it's detected as uninstallable and the uninstall command is executed during install). With v5.0.2 I received this error when building: Have the evaluation changed in v5? What I originally wanted was something similar to the Aren't the package conditions evaluated during the plan / apply phases, at which point the bundle action should be resolved? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Not |
Beta Was this translation helpful? Give feedback.
Not
DetectCondition
---it's needed to complete Detect. wix\WixToolset.Core\ExtensibilityServices\BundleValidator.cs