aboutsummaryrefslogtreecommitdiff
path: root/src/xsd
diff options
context:
space:
mode:
authorCharles Baker <charles@juicelabs.co>2024-10-24 13:13:26 +1300
committerRob Mensching <rob@firegiant.com>2026-01-03 06:00:27 -0800
commit8ebde131206f1502cbff2055941ffe52e2802439 (patch)
treec2d9ab840f59d8036c6f19f714b921b27b60f0f7 /src/xsd
parent2a58247b62bdea7c829ca643812faa7665f39a73 (diff)
downloadwix-8ebde131206f1502cbff2055941ffe52e2802439.tar.gz
wix-8ebde131206f1502cbff2055941ffe52e2802439.tar.bz2
wix-8ebde131206f1502cbff2055941ffe52e2802439.zip
Add bal:DisplayFilesInUseDialogCondition to disable Files In Use dialog
Disabling display skips showing the "Files In Use" dialog and returning a result as if the user had chosen to ignore the dialog and reboot in the case of files that were unable to be replaced.
Diffstat (limited to 'src/xsd')
-rw-r--r--src/xsd/bal.xsd15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/xsd/bal.xsd b/src/xsd/bal.xsd
index ff4142ad..59c1f91e 100644
--- a/src/xsd/bal.xsd
+++ b/src/xsd/bal.xsd
@@ -623,6 +623,21 @@
623 </xs:simpleType> 623 </xs:simpleType>
624 </xs:attribute> 624 </xs:attribute>
625 625
626 <xs:attribute name="DisplayFilesInUseDialogCondition" type="xs:string">
627 <xs:annotation>
628 <xs:documentation>
629 Specifies whether the bundle allows the Files In Use dialog to be displayed for the MSI or MSP package. If not
630 specified (the default) or the condition evaluates to true, the Files In Use dialog prompts the user during full
631 bundle UI to close applications to release the file. Otherwise, the dialog is not displayed and the package might
632 require a restart when files are in use.
633 </xs:documentation>
634 <xs:appinfo>
635 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="MsiPackage" />
636 <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="MspPackage" />
637 </xs:appinfo>
638 </xs:annotation>
639 </xs:attribute>
640
626 <xs:attribute name="DisplayInternalUICondition" type="xs:string"> 641 <xs:attribute name="DisplayInternalUICondition" type="xs:string">
627 <xs:annotation> 642 <xs:annotation>
628 <xs:documentation> 643 <xs:documentation>