diff --git a/Examples/Modern UI/StartMenu.nsi b/Examples/Modern UI/StartMenu.nsi index e016f795..35dca7f0 100644 --- a/Examples/Modern UI/StartMenu.nsi +++ b/Examples/Modern UI/StartMenu.nsi @@ -46,7 +46,7 @@ !insertmacro MUI_PAGE_STARTMENU Application - ;!insertmacro MUI_PAGE_INSTFILES + !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_UNPAGE_CONFIRM !insertmacro MUI_UNPAGE_INSTFILES @@ -119,4 +119,4 @@ Section "Uninstall" DeleteRegKey /ifempty HKCU "Software\Modern UI Test" -SectionEnd +SectionEnd \ No newline at end of file