Ensure LaunchCondition will not prevent repair/uninstall
A typical LaunchCondition should not block the user from removing a package. LaunchConditions should also not prevent repair from fixing the machine state, especially if the machine state needs to be repaired for the LaunchCondition to evaluate. To avoid both problems the condition was updated such that once installed the package can always be repaired and uninstalled.
This commit is contained in:
parent
49a992dd2d
commit
d4fbfd51bf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
</Property>
|
||||
|
||||
<Condition Message="$(var.IncompatibleBuildTypeError)">
|
||||
NOT INSTALLEDCLIBUILDTYPE OR INSTALLEDCLIBUILDTYPE ~= "$(var.BuildType)"
|
||||
Installed OR NOT INSTALLEDCLIBUILDTYPE OR INSTALLEDCLIBUILDTYPE ~= "$(var.BuildType)"
|
||||
</Condition>
|
||||
</Fragment>
|
||||
</Wix>
|
Loading…
Add table
Reference in a new issue