diff --git a/Examples/Modern UI/StartMenu.nsi b/Examples/Modern UI/StartMenu.nsi index b3736fad..ec988f43 100644 --- a/Examples/Modern UI/StartMenu.nsi +++ b/Examples/Modern UI/StartMenu.nsi @@ -97,7 +97,7 @@ Section "Uninstall" ;Remove shortcut ReadRegStr ${TEMP1} HKCU "Software\${MUI_PRODUCT}" "Start Menu Folder" - StrCmp ${TEMP1} "" noshotcuts + StrCmp ${TEMP1} "" noshortcuts Delete "$SMPROGRAMS\${TEMP1}\Modern UI.lnk" Delete "$SMPROGRAMS\${TEMP1}\Uninstall.lnk"