diff --git a/platforms/win32/winbareos.nsi b/platforms/win32/winbareos.nsi index f7cc727edbb..9781220d6a4 100644 --- a/platforms/win32/winbareos.nsi +++ b/platforms/win32/winbareos.nsi @@ -676,8 +676,8 @@ done: # make first section mandatory SectionSetFlags ${SEC_CLIENT} 17 # SF_SELECTED & SF_RO - # SectionSetFlags ${SEC_BCONSOLE} ${SF_SELECTED} # SF_SELECTED - SectionSetFlags ${SEC_PLUGINS} ${SEC_TRAYMON} ${SF_SELECTED} # SF_SELECTED + SectionSetFlags ${SEC_TRAYMON} ${SF_SELECTED} # SF_SELECTED + SectionSetFlags ${SEC_PLUGINS} ${SF_SELECTED} # SF_SELECTED # find out the computer name Call GetComputerName