feat: windows/installer add option to run deskflow after install for silent installs fixes #8351

adjust installer background image to fit better in this case
This commit is contained in:
sithlord48
2025-07-14 11:08:19 -04:00
committed by Nick Bolton
parent 28c690074c
commit f4b561ac64

View File

@ -44,7 +44,9 @@
Control="Finish"
Event="DoAction"
Value="RunDeskflow"
Condition= "NOT Installed" />
Condition= "WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Run Deskflow when finished" />
</UI>
<CustomAction
Id="CheckVCRedist"