UI action fix

This commit is contained in:
vadym 2021-09-13 00:22:13 +03:00
parent 740d11a51e
commit fe2e468136

View file

@ -243,6 +243,7 @@ cat > wix.xml << EOF
<!-- Step 2: Add UI to your installer / Step 4: Trigger the custom action -->
<UI>
<UIRef Id="WixUI_Common" />
<Publish Dialog="ExitDialog"
Control="Finish"
Event="DoAction"