Skip to content

Commit

Permalink
update:(wix) check LaunchApp checkbox by default
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune <afiune@chef.io>
  • Loading branch information
Salim Afiune committed Feb 4, 2020
1 parent 37ad237 commit 33ab52d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omnibus/resources/chef-workstation/msi/source.wxs.erb
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@
<Property Id="ARPHELPLINK" Value="https://chef.sh/" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="!(loc.LaunchChefWSApp)" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/>

<!-- Use our custom UI sequence which is based on WixUI_FeatureTree - the default WIX installer UI that includes a feature tree
The fragment containing ChefWS_FeatureTree is at the bottom of this file; omnibus does not currently support
Expand Down Expand Up @@ -320,7 +321,7 @@
<DialogRef Id="UserExit" />
<DialogRef Id="DlgDKInstalled" />

<Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="LaunchApplication" Order="999">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
<Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="LaunchApplication" Order="999">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
<Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>

<!-- WelcomeDlg buttons -->
Expand Down

0 comments on commit 33ab52d

Please sign in to comment.