typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1744 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
52221cdb27
commit
4e78a351d6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue