minimal UI fix

This commit is contained in:
vadym 2021-09-13 00:25:25 +03:00
parent fe2e468136
commit beee8a86c0

View file

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